aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-08-19 07:53:01 +0000
committerOlivier Lamy <olamy@apache.org>2011-08-19 07:53:01 +0000
commit014e2fa33906f86ec433e098cf734f7becec98be (patch)
tree47c2c2f575ff7f6b7ed336d0492a06e9b9249dee /pom.xml
parentfd94d9c6ec006eb26959694ac29fa265f0a0fa30 (diff)
downloadarchiva-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.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 76e4d704f..8158af4e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>