[forge-dev] [JBoss JIRA] Created: (SEAMFORGE-111) Prompt for finalName when creating project, or default to project name

Dan Allen (JIRA) jira-events at lists.jboss.org
Thu Mar 31 20:37:37 EDT 2011


Prompt for finalName when creating project, or default to project name
----------------------------------------------------------------------

                 Key: SEAMFORGE-111
                 URL: https://issues.jboss.org/browse/SEAMFORGE-111
             Project: Seam Forge
          Issue Type: Enhancement
          Components: Builtin Plugins
    Affects Versions: 1.0.0.Alpha3
            Reporter: Dan Allen
            Priority: Minor


Currently forge does not set the finalName of the project. In a WAR project, it's common to exclude the version from the generated war, which is done by setting the finalName as follows:

{code:xml}
<build>
    <finalName>${project.artifactId}</finalName>
</build>
{code}

This should either be the default in forge, or forge should prompt the user for a name when switching to a war project (informing them that this name will be the name of the generated war).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the forge-dev mailing list