mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Use assembly plugin 2.4, add missing ID.
This commit is contained in:
@@ -18,7 +18,9 @@
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<version>2.4</version>
|
||||
<configuration>
|
||||
<appendAssemblyId>false</appendAssemblyId>
|
||||
<descriptors>
|
||||
<descriptor>static.xml</descriptor>
|
||||
</descriptors>
|
||||
|
@@ -1,5 +1,6 @@
|
||||
<assembly>
|
||||
<baseDirectory>guacamole-common-js</baseDirectory>
|
||||
<id>guacamole-common-js</id>
|
||||
<formats>
|
||||
<format>zip</format>
|
||||
</formats>
|
||||
|
Reference in New Issue
Block a user