You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2012/02/01 14:44:26 UTC

svn commit: r1239129 - in /commons/proper/digester/trunk: pom.xml src/main/java/org/apache/commons/digester3/annotations/processor/

Author: simonetripodi
Date: Wed Feb  1 13:44:26 2012
New Revision: 1239129

URL: http://svn.apache.org/viewvc?rev=1239129&view=rev
Log:
dropped the APT code, not supported on non-Sun JVMs

Removed:
    commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/annotations/processor/
Modified:
    commons/proper/digester/trunk/pom.xml

Modified: commons/proper/digester/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/pom.xml?rev=1239129&r1=1239128&r2=1239129&view=diff
==============================================================================
--- commons/proper/digester/trunk/pom.xml (original)
+++ commons/proper/digester/trunk/pom.xml Wed Feb  1 13:44:26 2012
@@ -215,29 +215,6 @@
 
     <plugins>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>apt-maven-plugin</artifactId>
-        <version>1.0-alpha-4</version>
-        <executions>
-          <execution>
-            <phase>generate-test-resources</phase>
-            <goals>
-              <goal>test-process</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <factory>org.apache.commons.digester3.annotations.processor.DigesterAnnotationProcessorFactory</factory>
-          <verbose>true</verbose>
-          <includes>
-            <include>**/annotations/rss/*.java</include>
-          </includes>
-          <outputFileEndings>
-            <outputFileEnding>.txt</outputFileEnding>
-          </outputFileEndings>
-        </configuration>
-      </plugin>
-      <plugin>
         <!--
           - A number of the pre-maven test case "suport" classes have names starting with Test.
           - This confuses the maven surefire "auto-detect test case" functionality, so we