You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/05/01 18:01:26 UTC

svn commit: r1332718 - /cxf/trunk/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/AbstractCodegenMoho.java

Author: dkulp
Date: Tue May  1 16:01:25 2012
New Revision: 1332718

URL: http://svn.apache.org/viewvc?rev=1332718&view=rev
Log:
[CXF-4002] Remove the @readonly for classesDIr as it seems to break
certain Sonar setups.   Not sure why and not able to reproduce it.

Modified:
    cxf/trunk/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/AbstractCodegenMoho.java

Modified: cxf/trunk/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/AbstractCodegenMoho.java
URL: http://svn.apache.org/viewvc/cxf/trunk/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/AbstractCodegenMoho.java?rev=1332718&r1=1332717&r2=1332718&view=diff
==============================================================================
--- cxf/trunk/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/AbstractCodegenMoho.java (original)
+++ cxf/trunk/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/AbstractCodegenMoho.java Tue May  1 16:01:25 2012
@@ -64,7 +64,6 @@ public abstract class AbstractCodegenMoh
 
     /**
      * @parameter expression="${project.build.outputDirectory}"
-     * @readonly
      * @required
      */
     protected String classesDirectory;