diff options
author | Olivier Lamy <olamy@apache.org> | 2011-12-12 20:13:43 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-12-12 20:13:43 +0000 |
commit | 0da1c7c245db73f267ee62cc0e89543c46431d5b (patch) | |
tree | 245795d618e436faf35c27726a5d865da546dbec /pom.xml | |
parent | e683b8cfdd258e75bf124a352f896457e0dddbfe (diff) | |
download | archiva-0da1c7c245db73f267ee62cc0e89543c46431d5b.tar.gz archiva-0da1c7c245db73f267ee62cc0e89543c46431d5b.zip |
o.c.m:build-helper-maven-plugin version in pluginMngt
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1213408 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1553,6 +1553,11 @@ </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> + <artifactId>build-helper-maven-plugin</artifactId> + <version>1.7</version> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.4</version> </plugin> |