diff options
author | Jonah Graham | 2020-10-15 00:57:48 +0000 |
---|---|---|
committer | Jonah Graham | 2020-10-15 18:11:25 +0000 |
commit | 8e855522974a766a081ac28495d5173996390363 (patch) | |
tree | c0d92334ec2c854f3885670cada63c3a7c431043 | |
parent | 75893f4ed4958126ee1f74d50b73c2871b0b03cf (diff) | |
download | org.eclipse.epp.packages-8e855522974a766a081ac28495d5173996390363.tar.gz org.eclipse.epp.packages-8e855522974a766a081ac28495d5173996390363.tar.xz org.eclipse.epp.packages-8e855522974a766a081ac28495d5173996390363.zip |
Bug 567037: Add .xml.xz and p2.index to EPP build output
Change-Id: I6e3714288faf1760a0a7cba5c1b832be159548e5
-rw-r--r-- | releng/org.eclipse.epp.config/parent/pom.xml | 3 | ||||
-rw-r--r-- | releng/org.eclipse.epp.config/parent/product/pom.xml | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml index a9de51f1..9cdfc057 100644 --- a/releng/org.eclipse.epp.config/parent/pom.xml +++ b/releng/org.eclipse.epp.config/parent/pom.xml @@ -213,8 +213,7 @@ <p2.statsURI>https://download.eclipse.org/stats/technology/epp/packages/${eclipse.simultaneous.release.id}/</p2.statsURI> </extraArtifactRepositoryProperties> <compress>true</compress> - <!-- Mirror goal used to aggregate unit seem to ignore the .xz files so let's not generate them to avoid inconsistency between *.jar and *.xz --> - <xzCompress>false</xzCompress> + <xzCompress>true</xzCompress> </configuration> </plugin> <plugin> diff --git a/releng/org.eclipse.epp.config/parent/product/pom.xml b/releng/org.eclipse.epp.config/parent/product/pom.xml index 3441c524..83e48e17 100644 --- a/releng/org.eclipse.epp.config/parent/product/pom.xml +++ b/releng/org.eclipse.epp.config/parent/product/pom.xml @@ -84,8 +84,7 @@ <includePacked>true</includePacked> <mirrorMetadataOnly>false</mirrorMetadataOnly> <append>true</append> - <!-- Mirror goal used to aggregate unit seem to ignore the .xz files so let's not generate them to avoid inconsistency between *.jar and *.xz --> - <xzCompress>false</xzCompress> + <xzCompress>true</xzCompress> </configuration> </execution> </executions> |