From: David ‘Bombe’ Roden Date: Thu, 26 Nov 2009 13:35:18 +0000 (+0100) Subject: Build source archive when building jar. X-Git-Tag: v0.1.2.1~1 X-Git-Url: https://git.pterodactylus.net/?p=jFCPlib.git;a=commitdiff_plain;h=7e0ac231372a32be5d24fefa6cdbafda60d3f3b1 Build source archive when building jar. --- diff --git a/pom.xml b/pom.xml index 05b0255..166f2a8 100644 --- a/pom.xml +++ b/pom.xml @@ -57,6 +57,18 @@ + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + +