diff options
author | Olivier Lamy <olamy@apache.org> | 2013-01-03 17:03:21 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2013-01-03 17:03:21 +0000 |
commit | ea517a8c7f403fa53b62c13636ca92c2c846d9c9 (patch) | |
tree | c0e30a1df9a63a1fe9a0c61a7c2d7701ed24917e /pom.xml | |
parent | 05a128bc6e71a17ab6ce22e13c06f66fc0a33e14 (diff) | |
download | archiva-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.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |