Author: olamy
Date: Tue Aug 23 12:19:12 2011
New Revision: 1160651
URL: http://svn.apache.org/viewvc?rev=1160651&view=rev
Log:
fix animal sniffer configuration
Modified:
archiva/trunk/pom.xml
Modified: archiva/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=1160651&r1=1160650&r2=1160651&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Tue Aug 23 12:19:12 2011
@@ -1350,6 +1350,15 @@
<version>1.0</version>
</signature>
</configuration>
+ <executions>
+ <execution>
+ <id>check-java-1.5-compat</id>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
</plugin>
</plugins>
<pluginManagement>