2.1.0-1 Staged : archetype creates a pom.xml with wrong version
---------------------------------------------------------------

                 Key: MGWT-252
                 URL: http://jira.codehaus.org/browse/MGWT-252
             Project: Maven 2.x GWT Plugin
          Issue Type: Bug
    Affects Versions: 2.1.0-1
            Reporter: hanasaki
            Priority: Minor


The below snippet is the corrected version.  The pom.xml generated has
<version>2.1.0</version>
   NOT
<version>2.1.0-1</version>

==
  <build>
    <!-- Generate compiled stuff in the folder used for developing
mode -->
    <outputDirectory>${webappDirectory}/WEB-INF/classes</
outputDirectory>

    <plugins>

      <!-- GWT Maven Plugin-->
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>gwt-maven-plugin</artifactId>
        <version>2.1.0-1</version>
        <executions> 

==
haven't verified if 2.1.1-SNAPSHOT puts in the correct version

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to