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

ffang pushed a commit to branch camel-3.19.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.19.x by this push:
     new 1a1e07b1ad5 Revert "[CAMEL-18729]expose test resources/classes from 
camel-cxf-soap so that can be reused in camel-cxf-soap-starter"
1a1e07b1ad5 is described below

commit 1a1e07b1ad599cd95d9b56d892b305101e6bae4e
Author: Freeman Fang <[email protected]>
AuthorDate: Thu Nov 24 08:57:59 2022 -0500

    Revert "[CAMEL-18729]expose test resources/classes from camel-cxf-soap so 
that can be reused in camel-cxf-soap-starter"
    
    This reverts commit 03d171ae0d9e3e9fc64c33ce8f17ee936cda563d.
---
 components/camel-cxf/camel-cxf-soap/pom.xml        | 16 ----------------
 components/camel-cxf/camel-cxf-spring-soap/pom.xml | 16 ----------------
 2 files changed, 32 deletions(-)

diff --git a/components/camel-cxf/camel-cxf-soap/pom.xml 
b/components/camel-cxf/camel-cxf-soap/pom.xml
index 872fcc05a54..1702bb6c009 100644
--- a/components/camel-cxf/camel-cxf-soap/pom.xml
+++ b/components/camel-cxf/camel-cxf-soap/pom.xml
@@ -280,22 +280,6 @@
             </resource>
         </resources>
         <plugins>
-            <!-- generate the attached tests jar -->
-            <plugin>
-                <artifactId>maven-jar-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>test-jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <excludes>
-                        <exclude>log4j2.properties</exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
             <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
diff --git a/components/camel-cxf/camel-cxf-spring-soap/pom.xml 
b/components/camel-cxf/camel-cxf-spring-soap/pom.xml
index 7f8287463b4..769e9d05ebf 100644
--- a/components/camel-cxf/camel-cxf-spring-soap/pom.xml
+++ b/components/camel-cxf/camel-cxf-spring-soap/pom.xml
@@ -296,22 +296,6 @@
             </resource>
         </resources>
         <plugins>
-            <!-- generate the attached tests jar -->
-            <plugin>
-                <artifactId>maven-jar-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>test-jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <excludes>
-                        <exclude>log4j2.properties</exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
             <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>

Reply via email to