From b1d03d5ce82626fbc2e4b5ad13f8e92128b18038 Mon Sep 17 00:00:00 2001 From: Ceki Gulcu Date: Sat, 8 May 2010 12:46:15 +0200 Subject: [PATCH] - added a the javadoc profile so that javadoc jar are deployed when 'mvn deploy -P javadocjar' is invoked --- pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pom.xml b/pom.xml index b5857ba2..b01b9076 100644 --- a/pom.xml +++ b/pom.xml @@ -246,6 +246,27 @@ + + + + javadocjar + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + +