You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Glen Mazza <gl...@verizon.net> on 2007/11/16 07:36:38 UTC

Re: svn commit: r595556 - /incubator/cxf/trunk/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/WSDL2JavaMojo.java

Am Freitag, den 16.11.2007, 05:14 +0000 schrieb mmao@apache.org:
> Author: mmao
> Date: Thu Nov 15 21:14:19 2007
> New Revision: 595556
> 
> URL: http://svn.apache.org/viewvc?rev=595556&view=rev
> Log:
> CXF-1212 Apply patch for the wsdl2javamojo, new options to chose the classpath
>  Thanks Gary
> 
> 
> Modified:
>     incubator/cxf/trunk/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/WSDL2JavaMojo.java
> 
> Modified: incubator/cxf/trunk/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/WSDL2JavaMojo.java
> URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/WSDL2JavaMojo.java?rev=595556&r1=595555&r2=595556&view=diff
> ==============================================================================
> --- incubator/cxf/trunk/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/WSDL2JavaMojo.java (original)
> +++ incubator/cxf/trunk/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/WSDL2JavaMojo.java Thu Nov 15 21:14:19 2007
> @@ -72,6 +72,13 @@
>       */
>      WsdlOption wsdlOptions[];
>  
> +    /**
> +     * Use the compile classspath rather than the test classpath for execution

classpath

> +     * usefull if the test dependencies clash with thoes of wsdl2java

useful, those

> +     * @parameter
> +     */
> +    boolean useCompileClasspath;
> +