From 632a396b7b6d533b3103372a6621ba49edd337b8 Mon Sep 17 00:00:00 2001
From: Roberto Sánchez <roberto.sanchez@curisit.net>
Date: Tue, 20 May 2014 11:55:04 +0000
Subject: [PATCH] #593 config - Configuration for right packaging system using maven
---
assembly.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/assembly.xml b/assembly.xml
index 1e7cd66..1266dc2 100644
--- a/assembly.xml
+++ b/assembly.xml
@@ -10,4 +10,7 @@
<outputDirectory>output</outputDirectory>
</fileSet>
</fileSets>
+ <sources>
+ <excludes/>
+ </sources>
</assembly>
\ No newline at end of file
--
Gitblit v1.3.2