-
Sub-task
-
Resolution: Done
-
Major
-
2.0.0.Beta4
-
None
In Forge 1.x I could set a different --finalName to a project :
new-project --named agoncal-application-petstore-ee7 --topLevelPackage org.agoncal.application.petstore --type war --finalName applicationPetstore ;
I cannot do the same in Forge 2.x because there is no --finalName attribute to the project-new command :
project-new --named agoncal-application-petstore-ee7 --topLevelPackage org.agoncal.application.petstore --type war