diff options
-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> |