Roberto Sánchez
2014-02-24 ef282bd185482f2cab9648a8293aa74db85d787f
pom.xml
....@@ -17,6 +17,12 @@
1717 <artifactId>maven-assembly-plugin</artifactId>
1818 <version>2.4</version>
1919 <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>
2026 <archive>
2127 <manifest>
2228 <mainClass>net.curisit.securis.License</mainClass>
....@@ -57,11 +63,13 @@
5763 <artifactId>log4j-core</artifactId>
5864 <version>2.0-rc1</version>
5965 </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>
6666 </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>
6775 </project>