aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2013-01-03 17:03:21 +0000
committerOlivier Lamy <olamy@apache.org>2013-01-03 17:03:21 +0000
commitea517a8c7f403fa53b62c13636ca92c2c846d9c9 (patch)
treec0e30a1df9a63a1fe9a0c61a7c2d7701ed24917e /pom.xml
parent05a128bc6e71a17ab6ce22e13c06f66fc0a33e14 (diff)
downloadarchiva-ea517a8c7f403fa53b62c13636ca92c2c846d9c9.tar.gz
archiva-ea517a8c7f403fa53b62c13636ca92c2c846d9c9.zip
mojo version in pluginMngt in root pom
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1428476 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 331fe946c..233da38bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -683,6 +683,11 @@
<pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/core</pubScmUrl>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.7</version>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>