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/19 16:20:33 UTC

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

Author: lehmi
Date: Sun Jul 19 14:20:33 2015
New Revision: 1691829

URL: http://svn.apache.org/r1691829
Log:
PDFBOX-2870: activate animal sniffer plugin for every single sub project

Modified:
    pdfbox/trunk/examples/pom.xml
    pdfbox/trunk/fontbox/pom.xml
    pdfbox/trunk/pdfbox/pom.xml
    pdfbox/trunk/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=1691829&r1=1691828&r2=1691829&view=diff
==============================================================================
--- pdfbox/trunk/examples/pom.xml (original)
+++ pdfbox/trunk/examples/pom.xml Sun Jul 19 14:20:33 2015
@@ -101,6 +101,27 @@
     </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=1691829&r1=1691828&r2=1691829&view=diff
==============================================================================
--- pdfbox/trunk/fontbox/pom.xml (original)
+++ pdfbox/trunk/fontbox/pom.xml Sun Jul 19 14:20:33 2015
@@ -56,6 +56,27 @@
         <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/pdfbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/pom.xml?rev=1691829&r1=1691828&r2=1691829&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/pom.xml (original)
+++ pdfbox/trunk/pdfbox/pom.xml Sun Jul 19 14:20:33 2015
@@ -122,6 +122,27 @@
                 </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/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pom.xml?rev=1691829&r1=1691828&r2=1691829&view=diff
==============================================================================
--- pdfbox/trunk/pom.xml (original)
+++ pdfbox/trunk/pom.xml Sun Jul 19 14:20:33 2015
@@ -62,27 +62,6 @@
           <skip>true</skip>
         </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>compile</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/preflight/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/preflight/pom.xml?rev=1691829&r1=1691828&r2=1691829&view=diff
==============================================================================
--- pdfbox/trunk/preflight/pom.xml (original)
+++ pdfbox/trunk/preflight/pom.xml Sun Jul 19 14:20:33 2015
@@ -85,6 +85,27 @@
 				<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=1691829&r1=1691828&r2=1691829&view=diff
==============================================================================
--- pdfbox/trunk/tools/pom.xml (original)
+++ pdfbox/trunk/tools/pom.xml Sun Jul 19 14:20:33 2015
@@ -84,6 +84,27 @@
                 </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=1691829&r1=1691828&r2=1691829&view=diff
==============================================================================
--- pdfbox/trunk/xmpbox/pom.xml (original)
+++ pdfbox/trunk/xmpbox/pom.xml Sun Jul 19 14:20:33 2015
@@ -62,7 +62,27 @@
 					<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>