From 3ef2ddd5cb1ee57317ffb757aceb86355a612a17 Mon Sep 17 00:00:00 2001
From: Roberto Sánchez <roberto.sanchez@curisit.net>
Date: Mon, 24 Feb 2014 14:55:10 +0000
Subject: [PATCH] #593 feature - Changed CRC logo inclusion in request to optional, the server will check if logo is mandatory or not

---
 pom.xml |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1ce4609..b07e561 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,6 +13,17 @@
           <target>1.7</target>
         </configuration>
       </plugin>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.4</version>
+        <configuration>
+          <archive>
+            <manifest>
+              <mainClass>net.curisit.securis.License</mainClass>
+            </manifest>
+          </archive>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
   <dependencies>
@@ -46,5 +57,11 @@
   		<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>
 </project>
\ No newline at end of file

--
Gitblit v1.3.2