GUACAMOLE-197: Remove the .tar.gz bundling bits from the source tree, since we won't be distributing binaries.

This commit is contained in:
Nick Couchman
2017-04-11 10:30:38 -04:00
committed by Nick Couchman
parent ba837cb31b
commit fd84e761b1
2 changed files with 0 additions and 75 deletions

View File

@@ -133,28 +133,6 @@
</plugin>
<!-- Assembly plugin - for easy distribution -->
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<finalName>${project.artifactId}-${project.version}</finalName>
<appendAssemblyId>false</appendAssemblyId>
<descriptors>
<descriptor>src/main/assembly/dist.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
<id>make-dist-archive</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- Copy dependencies prior to packaging -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>