You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2015/07/20 21:20:43 UTC

svn commit: r1692004 - in /pdfbox/branches/1.8: ant/pom.xml examples/pom.xml fontbox/pom.xml jempbox/pom.xml lucene/pom.xml parent/pom.xml pdfbox/pom.xml preflight-app/pom.xml preflight/pom.xml xmpbox/pom.xml

Author: lehmi
Date: Mon Jul 20 19:20:42 2015
New Revision: 1692004

URL: http://svn.apache.org/r1692004
Log:
PDFBOX-2891: move the animal sniffer configuration to the parent pom

Modified:
    pdfbox/branches/1.8/ant/pom.xml
    pdfbox/branches/1.8/examples/pom.xml
    pdfbox/branches/1.8/fontbox/pom.xml
    pdfbox/branches/1.8/jempbox/pom.xml
    pdfbox/branches/1.8/lucene/pom.xml
    pdfbox/branches/1.8/parent/pom.xml
    pdfbox/branches/1.8/pdfbox/pom.xml
    pdfbox/branches/1.8/preflight-app/pom.xml
    pdfbox/branches/1.8/preflight/pom.xml
    pdfbox/branches/1.8/xmpbox/pom.xml

Modified: pdfbox/branches/1.8/ant/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/ant/pom.xml?rev=1692004&r1=1692003&r2=1692004&view=diff
==============================================================================
--- pdfbox/branches/1.8/ant/pom.xml (original)
+++ pdfbox/branches/1.8/ant/pom.xml Mon Jul 20 19:20:42 2015
@@ -43,29 +43,4 @@
     </dependency>
   </dependencies>
 
-  <build>
-    <plugins>
-       <plugin>
-           <groupId>org.codehaus.mojo</groupId>
-           <artifactId>animal-sniffer-maven-plugin</artifactId>
-           <configuration>
-             <signature>
-               <groupId>org.codehaus.mojo.signature</groupId>
-               <artifactId>java15</artifactId>
-               <version>1.0</version>
-             </signature>
-           </configuration>
-           <executions>
-             <execution>
-                <id>check-java-compatibility</id>
-                <phase>test</phase>
-                <goals>
-                  <goal>check</goal>
-                </goals>
-              </execution>
-            </executions>
-       </plugin>    
-    </plugins>
-  </build>
-
 </project>

Modified: pdfbox/branches/1.8/examples/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/examples/pom.xml?rev=1692004&r1=1692003&r2=1692004&view=diff
==============================================================================
--- pdfbox/branches/1.8/examples/pom.xml (original)
+++ pdfbox/branches/1.8/examples/pom.xml Mon Jul 20 19:20:42 2015
@@ -74,28 +74,6 @@
         <filtering>true</filtering>
       </resource>
     </resources>
-    <plugins>
-       <plugin>
-           <groupId>org.codehaus.mojo</groupId>
-           <artifactId>animal-sniffer-maven-plugin</artifactId>
-           <configuration>
-             <signature>
-               <groupId>org.codehaus.mojo.signature</groupId>
-               <artifactId>java15</artifactId>
-               <version>1.0</version>
-             </signature>
-           </configuration>
-           <executions>
-             <execution>
-                <id>check-java-compatibility</id>
-                <phase>test</phase>
-                <goals>
-                  <goal>check</goal>
-                </goals>
-              </execution>
-            </executions>
-       </plugin>    
-    </plugins>
   </build>
 
 </project>

Modified: pdfbox/branches/1.8/fontbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/fontbox/pom.xml?rev=1692004&r1=1692003&r2=1692004&view=diff
==============================================================================
--- pdfbox/branches/1.8/fontbox/pom.xml (original)
+++ pdfbox/branches/1.8/fontbox/pom.xml Mon Jul 20 19:20:42 2015
@@ -58,26 +58,6 @@
         <artifactId>maven-bundle-plugin</artifactId>
         <extensions>true</extensions>
       </plugin>
-      <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>animal-sniffer-maven-plugin</artifactId>
-          <configuration>
-            <signature>
-              <groupId>org.codehaus.mojo.signature</groupId>
-              <artifactId>java15</artifactId>
-              <version>1.0</version>
-            </signature>
-          </configuration>
-          <executions>
-            <execution>
-               <id>check-java-compatibility</id>
-               <phase>test</phase>
-               <goals>
-                 <goal>check</goal>
-               </goals>
-             </execution>
-           </executions>
-      </plugin>    
     </plugins>
   </build>
 

Modified: pdfbox/branches/1.8/jempbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/jempbox/pom.xml?rev=1692004&r1=1692003&r2=1692004&view=diff
==============================================================================
--- pdfbox/branches/1.8/jempbox/pom.xml (original)
+++ pdfbox/branches/1.8/jempbox/pom.xml Mon Jul 20 19:20:42 2015
@@ -51,26 +51,6 @@
         <artifactId>maven-bundle-plugin</artifactId>
         <extensions>true</extensions>
       </plugin>
-      <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>animal-sniffer-maven-plugin</artifactId>
-          <configuration>
-            <signature>
-              <groupId>org.codehaus.mojo.signature</groupId>
-              <artifactId>java15</artifactId>
-              <version>1.0</version>
-            </signature>
-          </configuration>
-          <executions>
-            <execution>
-               <id>check-java-compatibility</id>
-               <phase>test</phase>
-               <goals>
-                 <goal>check</goal>
-               </goals>
-             </execution>
-           </executions>
-      </plugin>    
     </plugins>
   </build>
 

Modified: pdfbox/branches/1.8/lucene/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/lucene/pom.xml?rev=1692004&r1=1692003&r2=1692004&view=diff
==============================================================================
--- pdfbox/branches/1.8/lucene/pom.xml (original)
+++ pdfbox/branches/1.8/lucene/pom.xml Mon Jul 20 19:20:42 2015
@@ -52,30 +52,5 @@
     </dependency>
   </dependencies>
 
-  <build>
-    <plugins>
-       <plugin>
-           <groupId>org.codehaus.mojo</groupId>
-           <artifactId>animal-sniffer-maven-plugin</artifactId>
-           <configuration>
-             <signature>
-               <groupId>org.codehaus.mojo.signature</groupId>
-               <artifactId>java15</artifactId>
-               <version>1.0</version>
-             </signature>
-           </configuration>
-           <executions>
-             <execution>
-                <id>check-java-compatibility</id>
-                <phase>test</phase>
-                <goals>
-                  <goal>check</goal>
-                </goals>
-              </execution>
-            </executions>
-       </plugin>    
-    </plugins>
-  </build>
-
 </project>
 

Modified: pdfbox/branches/1.8/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/parent/pom.xml?rev=1692004&r1=1692003&r2=1692004&view=diff
==============================================================================
--- pdfbox/branches/1.8/parent/pom.xml (original)
+++ pdfbox/branches/1.8/parent/pom.xml Mon Jul 20 19:20:42 2015
@@ -110,6 +110,27 @@
             </archive>
           </configuration>
         </plugin>
+        <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>animal-sniffer-maven-plugin</artifactId>
+            <version>1.13</version>
+            <configuration>
+              <signature>
+                <groupId>org.codehaus.mojo.signature</groupId>
+                <artifactId>java15</artifactId>
+                <version>1.0</version>
+              </signature>
+            </configuration>
+            <executions>
+              <execution>
+                 <id>check-java-compatibility</id>
+                 <phase>test</phase>
+                 <goals>
+                   <goal>check</goal>
+                 </goals>
+               </execution>
+             </executions>
+        </plugin>    
     </plugins>
     <pluginManagement>
       <plugins>

Modified: pdfbox/branches/1.8/pdfbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/pom.xml?rev=1692004&r1=1692003&r2=1692004&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/pom.xml (original)
+++ pdfbox/branches/1.8/pdfbox/pom.xml Mon Jul 20 19:20:42 2015
@@ -139,26 +139,6 @@
                 </dependencies>
             </plugin>
             <plugin>
-	            <groupId>org.codehaus.mojo</groupId>
-	            <artifactId>animal-sniffer-maven-plugin</artifactId>
-   	            <configuration>
-		          <signature>
-		            <groupId>org.codehaus.mojo.signature</groupId>
-		            <artifactId>java15</artifactId>
-		            <version>1.0</version>
-		          </signature>
-		        </configuration>
-	            <executions>
-	              <execution>
-	                 <id>check-java-compatibility</id>
-	                 <phase>test</phase>
-	                 <goals>
-	                   <goal>check</goal>
-	                 </goals>
-	               </execution>
-	             </executions>
-            </plugin>    
-            <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <argLine>-Xmx128m</argLine>

Modified: pdfbox/branches/1.8/preflight-app/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/preflight-app/pom.xml?rev=1692004&r1=1692003&r2=1692004&view=diff
==============================================================================
Binary files - no diff available.

Modified: pdfbox/branches/1.8/preflight/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/preflight/pom.xml?rev=1692004&r1=1692003&r2=1692004&view=diff
==============================================================================
--- pdfbox/branches/1.8/preflight/pom.xml (original)
+++ pdfbox/branches/1.8/preflight/pom.xml Mon Jul 20 19:20:42 2015
@@ -126,26 +126,6 @@
 					</execution>
 				</executions>
 			</plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>animal-sniffer-maven-plugin</artifactId>
-                <configuration>
-                  <signature>
-                    <groupId>org.codehaus.mojo.signature</groupId>
-                    <artifactId>java15</artifactId>
-                    <version>1.0</version>
-                  </signature>
-                </configuration>
-                <executions>
-                  <execution>
-                     <id>check-java-compatibility</id>
-                     <phase>test</phase>
-                     <goals>
-                       <goal>check</goal>
-                     </goals>
-                   </execution>
-                 </executions>
-            </plugin>    
 			<plugin>
 				<groupId>org.apache.rat</groupId>
 				<artifactId>apache-rat-plugin</artifactId>

Modified: pdfbox/branches/1.8/xmpbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/xmpbox/pom.xml?rev=1692004&r1=1692003&r2=1692004&view=diff
==============================================================================
--- pdfbox/branches/1.8/xmpbox/pom.xml (original)
+++ pdfbox/branches/1.8/xmpbox/pom.xml Mon Jul 20 19:20:42 2015
@@ -62,26 +62,6 @@
 					<configLocation>../pdfbox-checkstyle-5.xml</configLocation>
 				</configuration>
 			</plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>animal-sniffer-maven-plugin</artifactId>
-                <configuration>
-                  <signature>
-                    <groupId>org.codehaus.mojo.signature</groupId>
-                    <artifactId>java15</artifactId>
-                    <version>1.0</version>
-                  </signature>
-                </configuration>
-                <executions>
-                  <execution>
-                     <id>check-java-compatibility</id>
-                     <phase>test</phase>
-                     <goals>
-                       <goal>check</goal>
-                     </goals>
-                   </execution>
-                 </executions>
-            </plugin>    
 		</plugins>
 	</build>