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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jxpath.git

commit 367fa94b85019b86c75874d138fd53fc339bad6b
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Apr 12 09:10:56 2025 -0400

    Remove obsolete maven-assembly-plugin configuration
    
    Configuration is done in the parent POM.
---
 pom.xml                 | 10 ----------
 src/changes/changes.xml |  3 ++-
 2 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index 261315c..2473a2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,16 +76,6 @@
           </excludes>
         </configuration>
       </plugin>
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <configuration>
-          <descriptors>
-            <descriptor>src/assembly/bin.xml</descriptor>
-            <descriptor>src/assembly/src.xml</descriptor>
-          </descriptors>
-          <tarLongFileMode>gnu</tarLongFileMode>
-        </configuration>
-      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-scm-publish-plugin</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 67a0b1f..d7ffe20 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -170,7 +170,8 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="remove" due-to="Gary Gregory">Remove 
obsolete Apache RAT file.</action>
       <action dev="ggregory" type="remove" due-to="Gary Gregory">Remove 
obsolete Apache Ant files.</action>
       <action dev="ggregory" type="remove" due-to="Gary Gregory">Remove 
obsolete src/conf/MANIFEST.MF file.</action>
-      <action dev="ggregory" type="remove" due-to="Gary Gregory">Remove 
obsolete maven-surefire-plugin configuration.</action>
+      <action dev="ggregory" type="remove" due-to="Gary Gregory">Remove 
obsolete maven-surefire-plugin configuration. Configuration is done in the 
parent POM.</action>
+      <action dev="ggregory" type="remove" due-to="Gary Gregory">Remove 
obsolete maven-assembly-plugin configuration. Configuration is done in the 
parent POM.</action>
     </release>
   </body>
 </document>

Reply via email to