[
https://issues.jboss.org/browse/FORGE-957?page=com.atlassian.jira.plugin....
]
Lincoln Baxter III commented on FORGE-957:
------------------------------------------
Something like this would work in Forge2:
https://github.com/forge/core/blob/2.0/projects/api/src/main/java/org/jbo...
This is used in the new-project command like so:
`new-project --named "blah" --type javaee-7 --version 1.0 --topLevelPackage
org.blah`
Now, the interesting thing is that depending on the project type, we can also specify
additional parameters that will become activated:
`new-project --named "blah" --type javaee-7 --version 1.0 --topLevelPackage
org.blah --profile web/full`
So we can do web profile selection as part of the javaee7 project type, or we could just
have multiple project types for each profile. It could go either way.
Create "Stacks" addon, that allows providing stack
implementations to supply default values in dialogs
------------------------------------------------------------------------------------------------------
Key: FORGE-957
URL:
https://issues.jboss.org/browse/FORGE-957
Project: Forge
Issue Type: Feature Request
Components: Blessed Plugins
Affects Versions: 2.0.0.Alpha5
Reporter: Lincoln Baxter III
Assignee: George Gastaldi
Priority: Critical
Fix For: 2.0.0.Final
This will allow things like, detecting that the user is on Wildfly AS, and subsequently
selecting appropriate versions of specifications, libraries, and other setup
configurations.
--
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