ARTEMIS-3296: drop back to assembly plugin 3.1.1 after prior update to 3.2.0

Retain older file permission copy behaviour via older plugin version, until such time
as the assembly descriptor config properly defines the required file permissions.
This commit is contained in:
Robbie Gemmell 2021-05-18 12:50:53 +01:00
parent c45b87d6ed
commit 7733a76649
1 changed files with 9 additions and 0 deletions

View File

@ -96,6 +96,10 @@
<jetty.version>9.4.40.v20210413</jetty.version> <jetty.version>9.4.40.v20210413</jetty.version>
<jgroups.version>3.6.13.Final</jgroups.version> <jgroups.version>3.6.13.Final</jgroups.version>
<errorprone.version>2.6.0</errorprone.version> <errorprone.version>2.6.0</errorprone.version>
<!-- Overrides the parent pom to downgrade to assembly plugin to < 3.2.0, and
keep the old file permission copying behaviour until such time as the assembly
descriptor properly defines them. See also MASSEMBLY-941. -->
<maven.assembly.plugin.version>3.1.1</maven.assembly.plugin.version>
<maven.enforcer.plugin.version>3.0.0-M3</maven.enforcer.plugin.version> <maven.enforcer.plugin.version>3.0.0-M3</maven.enforcer.plugin.version>
<maven.bundle.plugin.version>5.1.2</maven.bundle.plugin.version> <maven.bundle.plugin.version>5.1.2</maven.bundle.plugin.version>
<mockito.version>3.9.0</mockito.version> <mockito.version>3.9.0</mockito.version>
@ -1472,6 +1476,11 @@
<showWarnings>true</showWarnings> <showWarnings>true</showWarnings>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>${maven.assembly.plugin.version}</version>
</plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-rar-plugin</artifactId> <artifactId>maven-rar-plugin</artifactId>