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 9335ab0ae88575a882145983fa743f1809453df8 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Apr 18 09:04:03 2025 -0400 POM assembly:single does not generate binary convenience files (tar/zip) --- pom.xml | 10 ++++++++++ src/changes/changes.xml | 1 + 2 files changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 6e6c0d8..6ff1672 100644 --- a/pom.xml +++ b/pom.xml @@ -126,6 +126,16 @@ <xmlOutput>true</xmlOutput> </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> </plugins> </build> <dependencyManagement> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8181632..12d046a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -49,6 +49,7 @@ The <action> type attribute can be add,update,fix,remove. <!-- The release date is the date RC is cut --> <release version="1.4.1" date="YYYY-MM-DD" description="This is a maintenance release. Java 8 or later is required."> <!-- FIX --> + <action dev="ggregory" type="fix" due-to="Gary Gregory">POM assembly:single does not generate binary convenience files (tar/zip).</action> <!-- ADD --> <!-- UPDATE --> </release>