diff options
Diffstat (limited to 'rulemgt-frontend/pom.xml')
-rw-r--r-- | rulemgt-frontend/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rulemgt-frontend/pom.xml b/rulemgt-frontend/pom.xml index 2415bb2..dfba79e 100644 --- a/rulemgt-frontend/pom.xml +++ b/rulemgt-frontend/pom.xml @@ -79,6 +79,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> + <version>3.3.2</version> <configuration> <failOnMissingWebXml>false</failOnMissingWebXml> <warSourceExcludes> @@ -103,6 +104,7 @@ <descriptors> <descriptor>assembly.xml</descriptor> </descriptors> + <tarLongFileMode>posix</tarLongFileMode> <appendAssemblyId>false</appendAssemblyId> <outputDirectory>target/</outputDirectory> </configuration> |