Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-1785

Explicitly setup in scaffolding, not in Bean Validation nor in JPA

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 2.6.0.Final
    • 2.5.0.Final
    • Scaffold
    • None

    Description

      By now, most of the setup commands are optional (see FORGE-1686 or FORGE-1479). Forge takes the setup by default if not specified. Same should happen with scaffolding. Today, to scaffold a JSF application, we need to execute :

      scaffold-setup
      scaffold-generate --targets org.test.model.* ;
      

      It would be better if, following the same principals, the setup command would run as a default, and only this would be needed :

      scaffold-generate --targets org.test.model.* ;
      

      If we want to explicitelly scaffold an AngularJS app, then we would go :

      scaffold-setup --provider AngularJS ;
      scaffold-generate --targets org.test.model.* ;
      

      Attachments

        Issue Links

          Activity

            People

              vineet.reynolds_jira Vineet Reynolds (Inactive)
              agoncal Antonio Goncalves (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: