| .. | .. |
|---|
| 17 | 17 | <artifactId>maven-assembly-plugin</artifactId> |
|---|
| 18 | 18 | <version>2.4</version> |
|---|
| 19 | 19 | <configuration> |
|---|
| 20 | + <formats> |
|---|
| 21 | + <format>zip</format> |
|---|
| 22 | + </formats> |
|---|
| 23 | + <descriptors> |
|---|
| 24 | + <descriptor>/Users/cproberto/Documents/wsCurisIT/SeCurisClient/etc/build/pro/mvn_descriptor.xml</descriptor> |
|---|
| 25 | + </descriptors> |
|---|
| 20 | 26 | <archive> |
|---|
| 21 | 27 | <manifest> |
|---|
| 22 | 28 | <mainClass>net.curisit.securis.License</mainClass> |
|---|
| .. | .. |
|---|
| 57 | 63 | <artifactId>log4j-core</artifactId> |
|---|
| 58 | 64 | <version>2.0-rc1</version> |
|---|
| 59 | 65 | </dependency> |
|---|
| 60 | | - <dependency> |
|---|
| 61 | | - <groupId>org.apache.maven.plugins</groupId> |
|---|
| 62 | | - <artifactId>maven-assembly-plugin</artifactId> |
|---|
| 63 | | - <version>2.4</version> |
|---|
| 64 | | - <type>maven-plugin</type> |
|---|
| 65 | | - </dependency> |
|---|
| 66 | 66 | </dependencies> |
|---|
| 67 | + <distributionManagement> |
|---|
| 68 | +<!-- use the following if you're not using a snapshot version. --> |
|---|
| 69 | +<repository> |
|---|
| 70 | + <id>local</id> |
|---|
| 71 | + <name>LocalDir</name> |
|---|
| 72 | + <url>file://${basedir}/target</url> |
|---|
| 73 | +</repository> |
|---|
| 74 | +</distributionManagement> |
|---|
| 67 | 75 | </project> |
|---|