summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Donszelmann <duns@macserver.donszelmann.org>2010-02-20 22:34:53 +0100
committerMark Donszelmann <duns@macserver.donszelmann.org>2010-02-20 22:34:53 +0100
commit26bdc030db3e62c35c105fea638817518c648b00 (patch)
treeb0e4e91acde4b16efda9488f8773df66e87a18b2
parent70858ef0b575b02ac25e414b3d4629dcb157e8d9 (diff)
downloadmaven-nar-plugin-26bdc030db3e62c35c105fea638817518c648b00.tar.gz
maven-nar-plugin-26bdc030db3e62c35c105fea638817518c648b00.tar.bz2
maven-nar-plugin-26bdc030db3e62c35c105fea638817518c648b00.tar.xz
maven-nar-plugin-26bdc030db3e62c35c105fea638817518c648b00.zip
Upgraded to deploy plugin 2.5
-rw-r--r--pom.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2ee919c..c07ecfe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
</description>
<url>http://duns.github.com/maven-nar-plugin/</url>
- <!-- to avoid MDEPLOY-50 and to deploy to duns' github repository -->
+ <!-- deploy to duns' github repository -->
<distributionManagement>
<repository>
<id>duns-maven-releases</id>
@@ -162,6 +162,15 @@
<build>
<defaultGoal>install</defaultGoal>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.5</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
</build>
<reporting>