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:43:01 UTC

svn commit: r1692007 - in /pdfbox/trunk: examples/pom.xml fontbox/pom.xml parent/pom.xml pdfbox/pom.xml preflight/pom.xml tools/pom.xml xmpbox/pom.xml

Author: lehmi
Date: Mon Jul 20 19:43:00 2015
New Revision: 1692007

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

Modified:
    pdfbox/trunk/examples/pom.xml
    pdfbox/trunk/fontbox/pom.xml
    pdfbox/trunk/parent/pom.xml
    pdfbox/trunk/pdfbox/pom.xml
    pdfbox/trunk/preflight/pom.xml
    pdfbox/trunk/tools/pom.xml
    pdfbox/trunk/xmpbox/pom.xml

Modified: pdfbox/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/examples/pom.xml?rev=1692007&r1=1692006&r2=1692007&view=diff
==============================================================================
--- pdfbox/trunk/examples/pom.xml (original)
+++ pdfbox/trunk/examples/pom.xml Mon Jul 20 19:43:00 2015
@@ -101,27 +101,6 @@
     </resources>
     <plugins>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>animal-sniffer-maven-plugin</artifactId>
-        <version>1.13</version>
-        <executions>
-           <execution>
-              <id>check-java-version</id>
-              <phase>test</phase>
-              <goals>
-                <goal>check</goal>
-              </goals>
-              <configuration>
-                <signature>
-                  <groupId>org.codehaus.mojo.signature</groupId>
-                  <artifactId>java16</artifactId>
-                  <version>1.0</version>
-                </signature>
-              </configuration>
-           </execution>
-        </executions>
-      </plugin>
-      <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>

Modified: pdfbox/trunk/fontbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/fontbox/pom.xml?rev=1692007&r1=1692006&r2=1692007&view=diff
==============================================================================
--- pdfbox/trunk/fontbox/pom.xml (original)
+++ pdfbox/trunk/fontbox/pom.xml Mon Jul 20 19:43:00 2015
@@ -56,27 +56,6 @@
         <extensions>true</extensions>
       </plugin>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>animal-sniffer-maven-plugin</artifactId>
-        <version>1.13</version>
-        <executions>
-           <execution>
-              <id>check-java-version</id>
-              <phase>test</phase>
-              <goals>
-                <goal>check</goal>
-              </goals>
-              <configuration>
-                <signature>
-                  <groupId>org.codehaus.mojo.signature</groupId>
-                  <artifactId>java16</artifactId>
-                  <version>1.0</version>
-                </signature>
-              </configuration>
-           </execution>
-        </executions>
-      </plugin>
-      <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>

Modified: pdfbox/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1692007&r1=1692006&r2=1692007&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Mon Jul 20 19:43:00 2015
@@ -197,6 +197,27 @@
 				   </execution>
 				</executions>
             </plugin>
+	        <plugin>
+	            <groupId>org.codehaus.mojo</groupId>
+	            <artifactId>animal-sniffer-maven-plugin</artifactId>
+	            <version>1.13</version>
+	            <executions>
+	               <execution>
+	                  <id>check-java-version</id>
+	                  <phase>test</phase>
+	                  <goals>
+	                    <goal>check</goal>
+	                  </goals>
+	                  <configuration>
+	                    <signature>
+	                      <groupId>org.codehaus.mojo.signature</groupId>
+	                      <artifactId>java16</artifactId>
+	                      <version>1.0</version>
+	                    </signature>
+	                  </configuration>
+	               </execution>
+	            </executions>
+	        </plugin>
         </plugins>
         <pluginManagement>
             <plugins>

Modified: pdfbox/trunk/pdfbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/pom.xml?rev=1692007&r1=1692006&r2=1692007&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/pom.xml (original)
+++ pdfbox/trunk/pdfbox/pom.xml Mon Jul 20 19:43:00 2015
@@ -122,27 +122,6 @@
                 </configuration>
             </plugin>
             <plugin>
-		        <groupId>org.codehaus.mojo</groupId>
-		        <artifactId>animal-sniffer-maven-plugin</artifactId>
-		        <version>1.13</version>
-		        <executions>
-		           <execution>
-		              <id>check-java-version</id>
-		              <phase>test</phase>
-		              <goals>
-		                <goal>check</goal>
-		              </goals>
-		              <configuration>
-		                <signature>
-		                  <groupId>org.codehaus.mojo.signature</groupId>
-		                  <artifactId>java16</artifactId>
-		                  <version>1.0</version>
-		                </signature>
-		              </configuration>
-		           </execution>
-		        </executions>
-	        </plugin>
-            <plugin>
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
                 <configuration>

Modified: pdfbox/trunk/preflight/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/preflight/pom.xml?rev=1692007&r1=1692006&r2=1692007&view=diff
==============================================================================
--- pdfbox/trunk/preflight/pom.xml (original)
+++ pdfbox/trunk/preflight/pom.xml Mon Jul 20 19:43:00 2015
@@ -85,27 +85,6 @@
 				<artifactId>maven-bundle-plugin</artifactId>
 				<extensions>true</extensions>
 			</plugin>
-		    <plugin>
-		      <groupId>org.codehaus.mojo</groupId>
-		      <artifactId>animal-sniffer-maven-plugin</artifactId>
-		      <version>1.13</version>
-		      <executions>
-		         <execution>
-		            <id>check-java-version</id>
-		            <phase>test</phase>
-		            <goals>
-		              <goal>check</goal>
-		            </goals>
-		            <configuration>
-		              <signature>
-		                <groupId>org.codehaus.mojo.signature</groupId>
-		                <artifactId>java16</artifactId>
-		                <version>1.0</version>
-		              </signature>
-		            </configuration>
-		         </execution>
-		      </executions>
-		    </plugin>
 			<plugin>
 				<groupId>org.apache.rat</groupId>
 				<artifactId>apache-rat-plugin</artifactId>

Modified: pdfbox/trunk/tools/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/tools/pom.xml?rev=1692007&r1=1692006&r2=1692007&view=diff
==============================================================================
--- pdfbox/trunk/tools/pom.xml (original)
+++ pdfbox/trunk/tools/pom.xml Mon Jul 20 19:43:00 2015
@@ -84,27 +84,6 @@
                 </systemPropertyVariables>
             </configuration>
         </plugin>
-        <plugin>
-	        <groupId>org.codehaus.mojo</groupId>
-	        <artifactId>animal-sniffer-maven-plugin</artifactId>
-	        <version>1.13</version>
-	        <executions>
-	           <execution>
-	              <id>check-java-version</id>
-	              <phase>test</phase>
-	              <goals>
-	                <goal>check</goal>
-	              </goals>
-	              <configuration>
-	                <signature>
-	                  <groupId>org.codehaus.mojo.signature</groupId>
-	                  <artifactId>java16</artifactId>
-	                  <version>1.0</version>
-	                </signature>
-	              </configuration>
-	           </execution>
-	        </executions>
-	    </plugin>
     </plugins>
   </build>
 

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