|
@@ -88,24 +88,6 @@
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
<version>3.0</version>
|
|
|
</plugin>
|
|
|
- <plugin>
|
|
|
- <artifactId>maven-assembly-plugin</artifactId>
|
|
|
- <configuration>
|
|
|
- <tarLongFileMode>gnu</tarLongFileMode>
|
|
|
- <descriptors>
|
|
|
- <descriptor>src/packages/tarball/all.xml</descriptor>
|
|
|
- </descriptors>
|
|
|
- </configuration>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <id>build-tarball</id>
|
|
|
- <phase>prepare-package</phase>
|
|
|
- <goals>
|
|
|
- <goal>single</goal>
|
|
|
- </goals>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- </plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
@@ -263,6 +245,24 @@
|
|
|
</dataSet>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
+ <plugin>
|
|
|
+ <artifactId>maven-assembly-plugin</artifactId>
|
|
|
+ <configuration>
|
|
|
+ <tarLongFileMode>gnu</tarLongFileMode>
|
|
|
+ <descriptors>
|
|
|
+ <descriptor>src/packages/tarball/all.xml</descriptor>
|
|
|
+ </descriptors>
|
|
|
+ </configuration>
|
|
|
+ <executions>
|
|
|
+ <execution>
|
|
|
+ <id>build-tarball</id>
|
|
|
+ <phase>${assemblyPhase}</phase>
|
|
|
+ <goals>
|
|
|
+ <goal>single</goal>
|
|
|
+ </goals>
|
|
|
+ </execution>
|
|
|
+ </executions>
|
|
|
+ </plugin>
|
|
|
<plugin>
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
<version>2.6</version>
|
|
@@ -336,7 +336,7 @@
|
|
|
</execution>
|
|
|
<execution>
|
|
|
<id>copy-repo-resources</id>
|
|
|
- <phase>package</phase>
|
|
|
+ <phase>${assemblyPhase}</phase>
|
|
|
<goals>
|
|
|
<goal>copy-resources</goal>
|
|
|
</goals>
|
|
@@ -367,7 +367,7 @@
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<id>rename-file</id>
|
|
|
- <phase>package</phase>
|
|
|
+ <phase>${assemblyPhase}</phase>
|
|
|
<goals>
|
|
|
<goal>rename</goal>
|
|
|
</goals>
|