Merging changes

This commit is contained in:
Joakim Erdfelt 2011-08-19 12:15:37 -07:00
commit 74b4d6bc2c
1 changed files with 18 additions and 1 deletions

19
pom.xml
View File

@ -97,11 +97,28 @@
<executions>
<execution>
<id>set-osgi-version</id>
<phase>validate</phase>
<phase>validate</phase>
<goals>
<goal>parse-version</goal>
</goals>
</execution>
<execution>
<id>attach-version-classifier</id>
<phase>package</phase>
<goals>
<goal>attach-artifact</goal>
</goals>
<configuration>
<runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
<artifacts>
<artifact>
<file>VERSION.txt</file>
<type>txt</type>
<classifier>version</classifier>
</artifact>
</artifacts>
</configuration>
</execution>
</executions>
</plugin>
<!-- Enforcer Plugin -->