| .. | .. |
|---|
| 1 | 1 | <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"> |
|---|
| 2 | 2 | <modelVersion>4.0.0</modelVersion> |
|---|
| 3 | 3 | <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> |
|---|
| 6 | 6 | <name>SeCuris</name> |
|---|
| 7 | 7 | <description>CurisTEC Server Licenses</description> |
|---|
| 8 | 8 | <dependencies> |
|---|
| .. | .. |
|---|
| 62 | 62 | <target>1.7</target> |
|---|
| 63 | 63 | </configuration> |
|---|
| 64 | 64 | </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> |
|---|
| 66 | 80 | </build> |
|---|
| 67 | 81 | <repositories> |
|---|
| 68 | 82 | <repository> |
|---|