From 2359d2a46ed44fbb5245849f8903e414026dcc7f Mon Sep 17 00:00:00 2001 From: Farruco Sanjurjo Date: Tue, 3 Aug 2010 18:59:45 +0200 Subject: [PATCH] Conf. Maven for sources.jar * Added the maven-source-plugin for generating the *-sources.jar of an artifact FEA: ItEr02S03MigracionZK5 --- ganttzk/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ganttzk/pom.xml b/ganttzk/pom.xml index faead1e21..c6b1d817a 100644 --- a/ganttzk/pom.xml +++ b/ganttzk/pom.xml @@ -31,6 +31,21 @@ + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + default + package + + jar-no-fork + + + + +