From 48c3f6de5121a5bb156aa510279edc1ead814ca0 Mon Sep 17 00:00:00 2001 From: "nosslived@gmail.com" Date: Thu, 23 Feb 2012 06:51:49 +0000 Subject: [PATCH] [65] Added maven-sources-plugin to pom.xml. --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 41aa395..c4154b3 100644 --- a/pom.xml +++ b/pom.xml @@ -50,6 +50,20 @@ 2.3.6 true + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + attach-sources + verify + + jar-no-fork + + + +