You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by em...@apache.org on 2022/10/20 07:22:25 UTC

[cxf] branch main updated: [CXF-8724]:Add codegen module back

This is an automated email from the ASF dual-hosted git repository.

ema pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 4a71fea3e7 [CXF-8724]:Add codegen module back
4a71fea3e7 is described below

commit 4a71fea3e7a826f8022bf59b113b1a27649f370e
Author: Jim Ma <em...@apache.org>
AuthorDate: Tue Oct 18 16:04:39 2022 +0800

    [CXF-8724]:Add codegen module back
---
 systests/wsdl_maven/codegen/src/it/cxf-4004/pom.xml | 10 +++++-----
 systests/wsdl_maven/pom.xml                         | 12 +-----------
 2 files changed, 6 insertions(+), 16 deletions(-)

diff --git a/systests/wsdl_maven/codegen/src/it/cxf-4004/pom.xml b/systests/wsdl_maven/codegen/src/it/cxf-4004/pom.xml
index cbc227cff1..39e5aa284b 100644
--- a/systests/wsdl_maven/codegen/src/it/cxf-4004/pom.xml
+++ b/systests/wsdl_maven/codegen/src/it/cxf-4004/pom.xml
@@ -37,12 +37,12 @@
                         <artifactId>cxf-xjc-ts</artifactId>
                         <version>${cxf.xjc-utils.version}</version>
                     </dependency>
-                    <dependency>
+                    <!--dependency-->
                         <!--we need the plugin which supports jaxb3-->
-                        <groupId>net.java.dev.jaxb2-commons</groupId>
+                        <!--groupId>net.java.dev.jaxb2-commons</groupId>
                         <artifactId>jaxb-fluent-api</artifactId>
                         <version>2.1.8</version>
-                    </dependency>
+                    </dependency-->
                 </dependencies>
                 <configuration>
                     <defaultOptions>
@@ -52,9 +52,9 @@
                             <packagename>http://ping.ws.monapp.finance.edb.com=com.edb.finance.common.cxf.utils.generated.monapp.ws.ping</packagename>
                         </packagenames>
                         <validateWsdl>true</validateWsdl>
-                        <extraargs>
+                        <!--extraargs>
                             <extraarg>-xjc-Xfluent-api</extraarg>
-                        </extraargs>
+                        </extraargs-->
                         <bindingFiles>
                             <bindingFile>${basedir}/src/main/resources/wsdl/binding.xml</bindingFile>
                         </bindingFiles>
diff --git a/systests/wsdl_maven/pom.xml b/systests/wsdl_maven/pom.xml
index 59ff101bc2..4df6575d0d 100644
--- a/systests/wsdl_maven/pom.xml
+++ b/systests/wsdl_maven/pom.xml
@@ -31,16 +31,6 @@
     </parent>
     <modules>
         <module>java2ws</module>
+        <module>codegen</module>
     </modules>
-    
-    <profiles>
-        <!-- TODO: This profile includes modules which are still on 'javax.*' namespace and
-        are not migrated to Jakarta -->
-        <profile>
-            <id>javax</id>
-            <modules>
-                <module>codegen</module>
-            </modules>
-        </profile>
-    </profiles>
 </project>