@@ -53,6 +53,23 @@
<controlDir>${project.basedir}/../src/main/package/deb/control</controlDir>
</configuration>
</plugin>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <descriptors>
+ <descriptor>../../ambari-project/src/main/assemblies/empty.xml</descriptor>
+ </descriptors>
+ </configuration>
+ <executions>
+ <execution>
+ <id>build-tarball</id>
+ <phase>none</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
@@ -137,6 +137,7 @@
</executions>
<plugin>
+ <inherited>false</inherited>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptors>
@@ -480,7 +480,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.13</version>
</pluginManagement>
@@ -54,7 +54,6 @@
- <version>2.12</version>
@@ -65,7 +65,6 @@
@@ -60,7 +60,6 @@
@@ -67,7 +67,6 @@
@@ -98,7 +98,6 @@
@@ -61,7 +61,6 @@
@@ -66,7 +66,6 @@
@@ -91,7 +91,6 @@
@@ -85,7 +85,7 @@
+ <version>2.19</version>
@@ -118,7 +118,7 @@