From fd311895c03ac16a75a4fe76481779fc9012d9c3 Mon Sep 17 00:00:00 2001 From: Miguel Reboiro-Jato Date: Sun, 8 Nov 2015 04:39:49 +0100 Subject: [PATCH] Adds sources and javadocs to the deployments The source and javadoc of each proyect is deployed in the repository along with the binaries. --- pom.xml | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 9304961..0074b81 100644 --- a/pom.xml +++ b/pom.xml @@ -7,8 +7,8 @@ pom Sample - - + + deployment Internal Releases @@ -19,7 +19,7 @@ Internal SNAPSHOT Releases http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/ - + domain @@ -216,6 +216,30 @@ true + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + -- 2.18.1