Antonio Goncalves created FORGE-1390:
----------------------------------------
Summary: Cannot set the --finalName on a new project
Key: FORGE-1390
URL:
https://issues.jboss.org/browse/FORGE-1390
Project: Forge
Issue Type: Sub-task
Components: UI - Shell
Affects Versions: 2.0.0.Beta4
Reporter: Antonio Goncalves
In Forge 1.x I could set a different {{--finalName}} to a project :
{code}
new-project --named agoncal-application-petstore-ee7 --topLevelPackage
org.agoncal.application.petstore --type war --finalName applicationPetstore ;
{code}
I cannot do the same in Forge 2.x because there is no {{--finalName}} attribute to the
{{project-new}} command :
{code}
project-new --named agoncal-application-petstore-ee7 --topLevelPackage
org.agoncal.application.petstore --type war
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira