From d801f35d327e1a85c1fe174e8af7847c5e5ee157 Mon Sep 17 00:00:00 2001 From: Bosanac Dejan Date: Fri, 19 Feb 2010 13:48:11 +0000 Subject: [PATCH] https://issues.apache.org/activemq/browse/AMQ-2510 - adding 'deploy' profile to be used to deploy sources and java docs from hudson git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@911811 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 50341d28b6..472f0bb09f 100755 --- a/pom.xml +++ b/pom.xml @@ -1215,7 +1215,39 @@ - + + deploy + + deploy + + + org.apache.maven.plugins + maven-source-plugin + 2.1 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + +