| .. | .. |
|---|
| 18 | 18 | <groupId>org.apache.maven.plugins</groupId> |
|---|
| 19 | 19 | <artifactId>maven-jar-plugin</artifactId> |
|---|
| 20 | 20 | <configuration> |
|---|
| 21 | | - <archive> |
|---|
| 22 | | - <manifest> |
|---|
| 23 | | - <mainClass>net.curisit.securis.License</mainClass> |
|---|
| 24 | | - </manifest> |
|---|
| 25 | | - </archive> |
|---|
| 21 | + <excludes> |
|---|
| 22 | + <exclude>*.properties</exclude> |
|---|
| 23 | + </excludes> |
|---|
| 26 | 24 | </configuration> |
|---|
| 27 | 25 | </plugin> |
|---|
| 28 | | - <plugin> |
|---|
| 26 | + <plugin> |
|---|
| 29 | 27 | <artifactId>maven-assembly-plugin</artifactId> |
|---|
| 30 | 28 | <version>2.4</version> |
|---|
| 31 | 29 | <configuration> |
|---|
| .. | .. |
|---|
| 73 | 71 | <version>2.0-rc1</version> |
|---|
| 74 | 72 | </dependency> |
|---|
| 75 | 73 | </dependencies> |
|---|
| 74 | + |
|---|
| 76 | 75 | <distributionManagement> |
|---|
| 77 | 76 | <!-- use the following if you're not using a snapshot version. --> |
|---|
| 78 | 77 | <repository> |
|---|