Including version name in the name of the webidor-v.jar
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Sun, 18 Oct 2009 18:00:58 +0200
changeset 1254e21f47580b4
parent 124 90371f3eb106
child 126 e905cd9b1e4a
Including version name in the name of the webidor-v.jar
webidor/all-zip.xml
webidor/pom.xml
     1.1 --- a/webidor/all-zip.xml	Sun Oct 18 15:48:47 2009 +0200
     1.2 +++ b/webidor/all-zip.xml	Sun Oct 18 18:00:58 2009 +0200
     1.3 @@ -12,7 +12,7 @@
     1.4    </dependencySets>
     1.5    <files>
     1.6      <file>
     1.7 -      <source>target/webidor.jar</source>
     1.8 +      <source>target/webidor-${version}.jar</source>
     1.9        <outputDirectory>/</outputDirectory>
    1.10      </file>
    1.11    </files>
     2.1 --- a/webidor/pom.xml	Sun Oct 18 15:48:47 2009 +0200
     2.2 +++ b/webidor/pom.xml	Sun Oct 18 18:00:58 2009 +0200
     2.3 @@ -124,7 +124,6 @@
     2.4          </configuration>
     2.5        </plugin>
     2.6      </plugins>
     2.7 -    <finalName>webidor</finalName>
     2.8    </build>
     2.9  </project>
    2.10