Author: dkulp
Date: Tue Feb  2 15:03:05 2010
New Revision: 905664

URL: http://svn.apache.org/viewvc?rev=905664&view=rev
Log:
Merged revisions 905660 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r905660 | dkulp | 2010-02-02 09:54:41 -0500 (Tue, 02 Feb 2010) | 2 lines
  
  [CXF-2645] Fix issues with the depscan for WSDL's not being able to be
  turned off.
........

Modified:
    cxf/branches/2.2.x-fixes/   (props changed)
    
cxf/branches/2.2.x-fixes/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/WSDL2JavaMojo.java

Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
    svn:mergeinfo = /cxf/trunk:905660

Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: 
cxf/branches/2.2.x-fixes/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/WSDL2JavaMojo.java
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/WSDL2JavaMojo.java?rev=905664&r1=905663&r2=905664&view=diff
==============================================================================
--- 
cxf/branches/2.2.x-fixes/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/WSDL2JavaMojo.java
 (original)
+++ 
cxf/branches/2.2.x-fixes/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/WSDL2JavaMojo.java
 Tue Feb  2 15:03:05 2010
@@ -129,6 +129,8 @@
     /**
      * By default all maven dependencies of type "wsdl" are added to the 
effective wsdlOptions. Setting this
      * parameter to true disables this functionality
+     * 
+     * @parameter expression="${cxf.disableDependencyScan}" 
default-value="false"
      */
     boolean disableDependencyScan;
 


Reply via email to