From ef282bd185482f2cab9648a8293aa74db85d787f Mon Sep 17 00:00:00 2001
From: Roberto Sánchez <roberto.sanchez@curisit.net>
Date: Mon, 24 Feb 2014 16:15:17 +0000
Subject: [PATCH] #593 config - Added maven descriptor for packaging
---
pom.xml | 20 ++++++++++++++------
1 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index b07e561..c9461ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,6 +17,12 @@
<artifactId>maven-assembly-plugin</artifactId>
<version>2.4</version>
<configuration>
+ <formats>
+ <format>zip</format>
+ </formats>
+ <descriptors>
+ <descriptor>/Users/cproberto/Documents/wsCurisIT/SeCurisClient/etc/build/pro/mvn_descriptor.xml</descriptor>
+ </descriptors>
<archive>
<manifest>
<mainClass>net.curisit.securis.License</mainClass>
@@ -57,11 +63,13 @@
<artifactId>log4j-core</artifactId>
<version>2.0-rc1</version>
</dependency>
- <dependency>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-assembly-plugin</artifactId>
- <version>2.4</version>
- <type>maven-plugin</type>
- </dependency>
</dependencies>
+ <distributionManagement>
+<!-- use the following if you're not using a snapshot version. -->
+<repository>
+ <id>local</id>
+ <name>LocalDir</name>
+ <url>file://${basedir}/target</url>
+</repository>
+</distributionManagement>
</project>
\ No newline at end of file
--
Gitblit v1.3.2