From 1cf66ecd6196c4d3d3e60d0b6101a41e18e2a45c Mon Sep 17 00:00:00 2001 From: Constantine Plotnikov Date: Wed, 1 Apr 2009 14:50:58 +0300 Subject: [PATCH] Addition of source and javadoc plugins to maven script When JGIT jar is bundled with projects, it often needed to inspect JGIT sources in order to look for documentation and implementation. The sources are also very useful during debugging. The patch adds source plugin that builds source jar, so the matching version of the source.jar could be easily bundled. The javadoc plugin generates ready to use archive with javadoc. Signed-off-by: Constantine Plotnikov Signed-off-by: Robin Rosenberg --- jgit-maven/jgit/pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/jgit-maven/jgit/pom.xml b/jgit-maven/jgit/pom.xml index c370783b..75c4b757 100644 --- a/jgit-maven/jgit/pom.xml +++ b/jgit-maven/jgit/pom.xml @@ -169,6 +169,26 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + maven-source-plugin + + + + jar + + + + + + maven-javadoc-plugin + + + + jar + + + + -- 2.11.4.GIT