You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2021/05/28 16:27:52 UTC

[maven] branch tar.xz-distros created (now ed4b0f1)

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

michaelo pushed a change to branch tar.xz-distros
in repository https://gitbox.apache.org/repos/asf/maven.git.


      at ed4b0f1  Add tar.xz support

This branch includes the following new commits:

     new ed4b0f1  Add tar.xz support

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven] 01/01: Add tar.xz support

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch tar.xz-distros
in repository https://gitbox.apache.org/repos/asf/maven.git

commit ed4b0f195411a2a4b91f4e137ec89e8b1062a35b
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Fri May 28 18:27:43 2021 +0200

    Add tar.xz support
---
 apache-maven/pom.xml                    | 2 ++
 apache-maven/src/assembly/maven/bin.xml | 1 +
 apache-maven/src/assembly/maven/src.xml | 1 +
 3 files changed, 4 insertions(+)

diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index 5697d83..0a6ed27 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -326,8 +326,10 @@ under the License.
                   <includes>
                     <include>${project.artifactId}-${project.version}-src.zip</include>
                     <include>${project.artifactId}-${project.version}-src.tar.gz</include>
+                    <include>${project.artifactId}-${project.version}-src.tar.xz</include>
                     <include>${project.artifactId}-${project.version}-bin.zip</include>
                     <include>${project.artifactId}-${project.version}-bin.tar.gz</include>
+                    <include>${project.artifactId}-${project.version}-bin.tar.xz</include>
                   </includes>
                 </fileSet>
               </fileSets>
diff --git a/apache-maven/src/assembly/maven/bin.xml b/apache-maven/src/assembly/maven/bin.xml
index 3addb34..1ddd37f 100644
--- a/apache-maven/src/assembly/maven/bin.xml
+++ b/apache-maven/src/assembly/maven/bin.xml
@@ -23,6 +23,7 @@ under the License.
   <formats>
     <format>zip</format>
     <format>tar.gz</format>
+    <format>tar.xz</format>
   </formats>
   <componentDescriptors>
     <componentDescriptor>src/assembly/maven/component.xml</componentDescriptor>
diff --git a/apache-maven/src/assembly/maven/src.xml b/apache-maven/src/assembly/maven/src.xml
index 9f43a0a..b1eb6fb 100644
--- a/apache-maven/src/assembly/maven/src.xml
+++ b/apache-maven/src/assembly/maven/src.xml
@@ -23,6 +23,7 @@ under the License.
   <formats>
     <format>zip</format>
     <format>tar.gz</format>
+    <format>tar.xz</format>
   </formats>
   <fileSets>
     <fileSet>