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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new 25ed1da0c Remove skipTest configuration from decycle-maven-plugin 
executions
25ed1da0c is described below

commit 25ed1da0c2999fac56e5089417a4e95b01e5f159
Author: Andreas Veithen-Knowles <[email protected]>
AuthorDate: Sun May 10 03:56:55 2026 +0000

    Remove skipTest configuration from decycle-maven-plugin executions
---
 axiom-api/pom.xml                  | 1 -
 axiom-legacy-attachments/pom.xml   | 1 -
 axiom-weaver/pom.xml               | 3 ---
 components/pom.xml                 | 3 ---
 implementations/axiom-dom/pom.xml  | 1 -
 implementations/axiom-impl/pom.xml | 1 -
 implementations/pom.xml            | 3 ---
 mixins/om-mixins/pom.xml           | 1 -
 mixins/pom.xml                     | 3 ---
 9 files changed, 17 deletions(-)

diff --git a/axiom-api/pom.xml b/axiom-api/pom.xml
index dec552d87..f53b0e6e3 100644
--- a/axiom-api/pom.xml
+++ b/axiom-api/pom.xml
@@ -261,7 +261,6 @@
                             <goal>check</goal>
                         </goals>
                         <configuration>
-                            <skipTest>true</skipTest>
                             <ignoring>
                                 <!-- o.a.a.soap should be a layer on top of 
o.a.a.om -->
                                 <ignoredDependency>
diff --git a/axiom-legacy-attachments/pom.xml b/axiom-legacy-attachments/pom.xml
index 7ad613dab..8fa0efa0c 100644
--- a/axiom-legacy-attachments/pom.xml
+++ b/axiom-legacy-attachments/pom.xml
@@ -124,7 +124,6 @@
                             <goal>check</goal>
                         </goals>
                         <configuration>
-                            <skipTest>true</skipTest>
                             <!-- Bad API design: a public API shouldn't depend 
on classes in an impl package in its interface -->
                             <ignoring>
                                 <ignoredDependency>
diff --git a/axiom-weaver/pom.xml b/axiom-weaver/pom.xml
index 24e5b0c12..c2f1c3fcc 100644
--- a/axiom-weaver/pom.xml
+++ b/axiom-weaver/pom.xml
@@ -89,9 +89,6 @@
                         <goals>
                             <goal>check</goal>
                         </goals>
-                        <configuration>
-                            <skipTest>true</skipTest>
-                        </configuration>
                     </execution>
                 </executions>
             </plugin>
diff --git a/components/pom.xml b/components/pom.xml
index 0542e3993..2c5ae9551 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -49,9 +49,6 @@
                         <goals>
                             <goal>check</goal>
                         </goals>
-                        <configuration>
-                            <skipTest>true</skipTest>
-                        </configuration>
                     </execution>
                 </executions>
             </plugin>
diff --git a/implementations/axiom-dom/pom.xml 
b/implementations/axiom-dom/pom.xml
index 63e9c2a3a..36fd206ed 100644
--- a/implementations/axiom-dom/pom.xml
+++ b/implementations/axiom-dom/pom.xml
@@ -253,7 +253,6 @@
                             <goal>check</goal>
                         </goals>
                         <configuration>
-                            <skipTest>true</skipTest>
                             <!-- TODO: inject the reference to the singleton 
into mixins directly -->
                             <ignoring>
                                 <ignoredDependency>
diff --git a/implementations/axiom-impl/pom.xml 
b/implementations/axiom-impl/pom.xml
index 85dcfbd06..94d476348 100644
--- a/implementations/axiom-impl/pom.xml
+++ b/implementations/axiom-impl/pom.xml
@@ -213,7 +213,6 @@
                             <goal>check</goal>
                         </goals>
                         <configuration>
-                            <skipTest>true</skipTest>
                             <!-- TODO: inject the reference to the singleton 
into mixins directly -->
                             <ignoring>
                                 <ignoredDependency>
diff --git a/implementations/pom.xml b/implementations/pom.xml
index 938f4a912..25a7e2559 100644
--- a/implementations/pom.xml
+++ b/implementations/pom.xml
@@ -57,9 +57,6 @@
                         <goals>
                             <goal>check</goal>
                         </goals>
-                        <configuration>
-                            <skipTest>true</skipTest>
-                        </configuration>
                     </execution>
                 </executions>
             </plugin>
diff --git a/mixins/om-mixins/pom.xml b/mixins/om-mixins/pom.xml
index e2ff0a28f..e01862490 100644
--- a/mixins/om-mixins/pom.xml
+++ b/mixins/om-mixins/pom.xml
@@ -82,7 +82,6 @@
                             <goal>check</goal>
                         </goals>
                         <configuration>
-                            <skipTest>true</skipTest>
                             <ignoring>
                                 <!-- TODO: inject the reference to the 
singleton into mixins directly -->
                                 <ignoredDependency>
diff --git a/mixins/pom.xml b/mixins/pom.xml
index 4ad10c943..678775032 100644
--- a/mixins/pom.xml
+++ b/mixins/pom.xml
@@ -48,9 +48,6 @@
                         <goals>
                             <goal>check</goal>
                         </goals>
-                        <configuration>
-                            <skipTest>true</skipTest>
-                        </configuration>
                     </execution>
                 </executions>
             </plugin>

Reply via email to