diff options
author | Olivier Lamy <olamy@apache.org> | 2011-08-19 07:53:01 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-08-19 07:53:01 +0000 |
commit | 014e2fa33906f86ec433e098cf734f7becec98be (patch) | |
tree | 47c2c2f575ff7f6b7ed336d0492a06e9b9249dee /pom.xml | |
parent | fd94d9c6ec006eb26959694ac29fa265f0a0fa30 (diff) | |
download | archiva-014e2fa33906f86ec433e098cf734f7becec98be.tar.gz archiva-014e2fa33906f86ec433e098cf734f7becec98be.zip |
add animal sniffer check 1.5
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1159530 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1346,6 +1346,19 @@ </execution> </executions> </plugin> + <plugin> + <!-- make sure our code doesn't have 1.6 dependencies --> + <groupId>org.codehaus.mojo</groupId> + <artifactId>animal-sniffer-maven-plugin</artifactId> + <version>1.7</version> + <configuration> + <signature> + <groupId>org.codehaus.mojo.signature</groupId> + <artifactId>java15</artifactId> + <version>1.0</version> + </signature> + </configuration> + </plugin> </plugins> <pluginManagement> <plugins> |