mirror of https://github.com/apache/archiva.git
fix animal sniffer configuration
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1160651 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
92ee458231
commit
ca3ce2ba4e
9
pom.xml
9
pom.xml
|
@ -1350,6 +1350,15 @@
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
</signature>
|
</signature>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<id>check-java-1.5-compat</id>
|
||||||
|
<phase>process-classes</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>check</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
<pluginManagement>
|
<pluginManagement>
|
||||||
|
|
Loading…
Reference in New Issue