From 02adb718ec0ea36ae6764eed6eb4855804ee6469 Mon Sep 17 00:00:00 2001 From: Adriel Paredes Date: Thu, 3 Nov 2011 21:15:10 -0400 Subject: [PATCH] Ligero cambio para arrancar la aplicacion standalone --- repository/pom.xml | 17 +++++++++++++++++ wilsond/pom.xml | 16 +++++++++++++++- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/repository/pom.xml b/repository/pom.xml index 1944899..df5fc26 100644 --- a/repository/pom.xml +++ b/repository/pom.xml @@ -41,5 +41,22 @@ + + + + maven-assembly-plugin + + + jar-with-dependencies + + + + ar.com.wilson.ac.repository.App + + + + + + diff --git a/wilsond/pom.xml b/wilsond/pom.xml index b1d2aa3..4e88aec 100644 --- a/wilsond/pom.xml +++ b/wilsond/pom.xml @@ -157,6 +157,20 @@ ar.com.thinksoft.ac.wilsond.Start + + maven-assembly-plugin + + + jar-with-dependencies + + + + ar.com.thinksoft.ac.wilsond.Start + + + + + - \ No newline at end of file +