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

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

XMLWordPrintable

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

      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.* ;
      

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

              Created:
              Updated:
              Resolved: