From 036e40ef42b6461f1547b6b8e1b3dd896c26f69b Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 22 Feb 2012 14:50:25 -0800 Subject: Configure maven-source-plugin execution in parent POM This ensures all modules will have source jars built Change-Id: I11a762f54cc8b059eff3bd99138a7efa9723b19f Signed-off-by: Matthias Sohn --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index cf744197d6..09deec6aef 100644 --- a/pom.xml +++ b/pom.xml @@ -377,6 +377,20 @@ + + org.apache.maven.plugins + maven-source-plugin + true + + + attach-sources + process-classes + + jar + + + + -- cgit v1.2.3