Bumping up version of jetty-version-maven-plugin to use new :attach-version-text goal

This commit is contained in:
Joakim Erdfelt 2011-08-30 12:20:01 -07:00
parent 79fb254151
commit 9adbd0b5eb
1 changed files with 10 additions and 14 deletions

24
pom.xml
View File

@ -102,22 +102,18 @@
<goal>parse-version</goal> <goal>parse-version</goal>
</goals> </goals>
</execution> </execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-version-maven-plugin</artifactId>
<executions>
<execution> <execution>
<id>attach-version-classifier</id> <id>attach-version</id>
<phase>package</phase> <phase>process-resources</phase>
<goals> <goals>
<goal>attach-artifact</goal> <goal>attach-version-text</goal>
</goals> </goals>
<configuration>
<runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
<artifacts>
<artifact>
<file>VERSION.txt</file>
<type>txt</type>
<classifier>version</classifier>
</artifact>
</artifacts>
</configuration>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
@ -190,7 +186,7 @@
<plugin> <plugin>
<groupId>org.eclipse.jetty.toolchain</groupId> <groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-version-maven-plugin</artifactId> <artifactId>jetty-version-maven-plugin</artifactId>
<version>1.0.2</version> <version>1.0.3</version>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>