aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorLuciano Resende <lresende@apache.org>2017-01-17 22:14:03 -0800
committerLuciano Resende <lresende@apache.org>2017-01-17 22:14:03 -0800
commitd5d6ced608ceeb5672201e63ff2df63b735206ee (patch)
tree7e95c1a44e6ea3b4024225498f1c1aebdf489dfb /pom.xml
parent87fe76dcd9c92c336f65cff3b9511d01f73e7421 (diff)
downloadtoree-gateway-d5d6ced608ceeb5672201e63ff2df63b735206ee.tar.gz
toree-gateway-d5d6ced608ceeb5672201e63ff2df63b735206ee.tar.bz2
toree-gateway-d5d6ced608ceeb5672201e63ff2df63b735206ee.zip
Create project distribution
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index aca308e..daaadce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,6 +117,29 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>3.0.0</version>
+ <configuration>
+ <tarLongFileMode>gnu</tarLongFileMode>
+ </configuration>
+ <executions>
+ <execution>
+ <id>create-distribution-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <configuration>
+ <descriptors>
+ <descriptor>src/main/assembly/distribution.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<configuration>