Bumping up version of jetty-version-maven-plugin to use new :attach-version-text goal
This commit is contained in:
parent
79fb254151
commit
9adbd0b5eb
24
pom.xml
24
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue