From 16a57c400e0539ad1d653b583ca449fd72f9ff83 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Wed, 5 Oct 2011 09:06:42 +0200 Subject: [PATCH] deploy sources and javadoc on mvn deploy --- pom.xml | 39 +++++++++++++++++++++++++++++++++------ 1 file changed, 33 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 026a76210f..db6a2a8a3e 100644 --- a/pom.xml +++ b/pom.xml @@ -177,6 +177,15 @@ org.apache.maven.plugins maven-javadoc-plugin 2.8 + + + attach-javadoc + deploy + + jar + + + true ${project.build.sourceEncoding} @@ -195,17 +204,35 @@ - - - org.apache.maven.plugins - maven-deploy-plugin - 2.6 - org.apache.maven.plugins maven-source-plugin 2.1.2 + + + attach-sources + deploy + + jar + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.6 + + + deploy-all + deploy + + deploy + + +