From 8299182f5292e6cfd10e18815f7bb0a186a852ba Mon Sep 17 00:00:00 2001 From: Harald Kuhr Date: Tue, 30 Sep 2014 11:24:29 +0200 Subject: [PATCH] TMI-36: Creation of *source.jar in phase 'package' --- pom.xml | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index ad07784b..7b486d24 100755 --- a/pom.xml +++ b/pom.xml @@ -71,6 +71,22 @@ + + + org.apache.maven.plugins + maven-source-plugin + true + + + package + attach-sources + + jar + test-jar + + + + @@ -107,18 +123,6 @@ org.apache.maven.plugins maven-source-plugin 2.2.1 - true - - - - package - attach-sources - - jar - test-jar - - - org.apache.maven.plugins