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

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

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Minor
    • 1.0.0.Alpha4
    • 1.0.0.Alpha3
    • Builtin Plugins
    • None
    • Medium

    Description

      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:

      <build>
          <finalName>${project.artifactId}</finalName>
      </build>
      

      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).

      Attachments

        Activity

          People

            lincolnthree Lincoln Baxter III (Inactive)
            dan.j.allen Dan Allen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: