rsanchez
2014-09-26 b593a097d2ada3ebda4a2440c256f8dae533cb7e
securis/pom.xml
....@@ -1,8 +1,8 @@
11 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22 <modelVersion>4.0.0</modelVersion>
33 <groupId>net.curisit</groupId>
4
- <artifactId>securis</artifactId>
5
- <version>0.0.1-SNAPSHOT</version>
4
+ <artifactId>securis-server</artifactId>
5
+ <version>0.0.2-SNAPSHOT</version>
66 <name>SeCuris</name>
77 <description>CurisTEC Server Licenses</description>
88 <dependencies>
....@@ -62,7 +62,21 @@
6262 <target>1.7</target>
6363 </configuration>
6464 </plugin>
65
- </plugins>
65
+ <plugin>
66
+ <artifactId>maven-assembly-plugin</artifactId>
67
+ <version>2.4</version>
68
+ <configuration>
69
+ <formats>
70
+ <format>zip</format>
71
+ <format>tar.gz</format>
72
+ </formats>
73
+ <descriptors>
74
+ <descriptor>etc/build/pro/mvn_descriptor.xml</descriptor>
75
+ </descriptors>
76
+ <appendAssemblyId>false</appendAssemblyId>
77
+ </configuration>
78
+ </plugin>
79
+ </plugins>
6680 </build>
6781 <repositories>
6882 <repository>