You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ju...@apache.org on 2011/08/02 04:55:15 UTC

svn commit: r1153007 - /sling/trunk/parent/pom.xml

Author: justin
Date: Tue Aug  2 02:55:14 2011
New Revision: 1153007

URL: http://svn.apache.org/viewvc?rev=1153007&view=rev
Log:
SLING-1394 - adding animal-sniffer to ensure Java 5 compatibility

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=1153007&r1=1153006&r2=1153007&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Tue Aug  2 02:55:14 2011
@@ -186,6 +186,19 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
                     </execution>
                 </executions>
             </plugin>
+
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>animal-sniffer-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>test</phase>
+                        <goals>
+                            <goal>check</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
 
         <pluginManagement>
@@ -314,7 +327,7 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>animal-sniffer-maven-plugin</artifactId>
-                    <version>1.6</version>
+                    <version>1.7</version>
                     <configuration>
                         <signature>
                             <groupId>org.codehaus.mojo.signature</groupId>
@@ -570,25 +583,6 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
             </build>
         </profile>
         <profile>
-            <id>animal-sniffer</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.codehaus.mojo</groupId>
-                        <artifactId>animal-sniffer-maven-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <phase>test</phase>
-                                <goals>
-                                    <goal>check</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-        <profile>
             <id>emma</id>
             <build>
                 <plugins>