Recently we migrated from cxf-codegen-plugin 2.7.5 to 3.1.6. After the
migration we are facing issues related to a duplicate package "generated"
with duplicate classes being also added to the source root. Below is our
code gen maven execution example. Could somebody let us know how we can
suppress the generation of the duplicate "generated" package. 

 <execution>
                        <id>genTestS</id>
                        <phase>generate-sources</phase>
                        <configuration>
                            <sourceRoot>${basedir}/src/gen/java</sourceRoot>
                            <wsdlOptions>
                                <wsdlOption>
                                   
<wsdl>${basedir}/src/gen/wsdl/Test.wsdl</wsdl>
                                    <extraargs>
                                        <extraarg>-client</extraarg>
                                        <extraarg>-validateWsdl</extraarg>
                                        <extraarg>-p</extraarg>
                                       
<extraarg>http://www.test.com/ia/AY1094/V4=com.test.adapter.v4</extraarg>       
                                 
                                        <extraarg>-fe</extraarg>
                                        <extraarg>jaxws21</extraarg>
                                        <extraarg>-verbose</extraarg>
                                    </extraargs>
                                </wsdlOption>
                            </wsdlOptions>
                        </configuration>
                        <goals>
                            <goal>wsdl2java</goal>
                        </goals>
                    </execution>



--
View this message in context: 
http://cxf.547215.n5.nabble.com/CXF-Codegen-Plugin-3-1-6-wsdl2java-generating-duplicate-package-generated-tp5772336.html
Sent from the cxf-dev mailing list archive at Nabble.com.

Reply via email to