From 344fb4616d530a7ff5e108be76d70d6d657f0ce3 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 22 May 2014 15:56:24 +0100 Subject: [PATCH] Add sources jar to default built --- spring-boot-parent/pom.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index 3bba723484..8a1df4ac09 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -410,6 +410,18 @@ false + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + @@ -472,18 +484,6 @@ - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - jar-no-fork - - - -