[hibernate-commits] Hibernate SVN: r18031 - validator/trunk/hibernate-validator-annotation-processor.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Nov 24 04:44:22 EST 2009


Author: hardy.ferentschik
Date: 2009-11-24 04:44:21 -0500 (Tue, 24 Nov 2009)
New Revision: 18031

Modified:
   validator/trunk/hibernate-validator-annotation-processor/pom.xml
Log:
HV-269 disabled annotation processing for the aactual processor build

Modified: validator/trunk/hibernate-validator-annotation-processor/pom.xml
===================================================================
--- validator/trunk/hibernate-validator-annotation-processor/pom.xml	2009-11-24 09:41:24 UTC (rev 18030)
+++ validator/trunk/hibernate-validator-annotation-processor/pom.xml	2009-11-24 09:44:21 UTC (rev 18031)
@@ -10,6 +10,17 @@
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-validator-annotation-processor</artifactId>
     <name>Hibernate Validator Annotation Processor</name>
+    <build>
+	    <plugins>
+		    <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <compilerArgument>-proc:none</compilerArgument>
+                </configuration>
+            </plugin>
+		</plugins>
+	</build>
     <dependencies>
         <dependency>
             <groupId>org.hibernate</groupId>



More information about the hibernate-commits mailing list