diff options
author | Jonah Graham | 2020-10-15 00:57:48 +0000 |
---|---|---|
committer | Jonah Graham | 2020-10-15 13:39:42 +0000 |
commit | 95d888ba44b899aef7c1030eeaea659f7d2639c7 (patch) | |
tree | 9f9bb767cf541f67e231d5795712b66d81083e15 | |
parent | a4d6d2a7e5f75d35776eddcb2cfd5990996c23cd (diff) | |
download | org.eclipse.epp.packages-95d888ba44b899aef7c1030eeaea659f7d2639c7.tar.gz org.eclipse.epp.packages-95d888ba44b899aef7c1030eeaea659f7d2639c7.tar.xz org.eclipse.epp.packages-95d888ba44b899aef7c1030eeaea659f7d2639c7.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 8a6daaef..e8461691 100644 --- a/releng/org.eclipse.epp.config/parent/pom.xml +++ b/releng/org.eclipse.epp.config/parent/pom.xml @@ -212,8 +212,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 a1ba63ff..ba3a66e7 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> |