From 0652dad7b024d727f6ef9dc6f46aa6a72286fe95 Mon Sep 17 00:00:00 2001 From: Andreas Gudian Date: Sat, 17 May 2014 14:26:04 +0200 Subject: [PATCH] #217 provide source-jars for modules core and processor --- core/pom.xml | 13 +++++++++++++ parent/pom.xml | 5 +++++ processor/pom.xml | 13 +++++++++++++ 3 files changed, 31 insertions(+) diff --git a/core/pom.xml b/core/pom.xml index e9b436b89..d8ce4f737 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -61,6 +61,19 @@ + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + verify + + jar + + + + diff --git a/parent/pom.xml b/parent/pom.xml index be3195f68..790e5eb2f 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -303,6 +303,11 @@ maven-resources-plugin 2.6 + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + org.apache.maven.plugins maven-site-plugin diff --git a/processor/pom.xml b/processor/pom.xml index 0235b0e31..1f683e840 100644 --- a/processor/pom.xml +++ b/processor/pom.xml @@ -198,6 +198,19 @@ + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + verify + + jar + + + +