From 4150777502ae30e14cda1d6c994c96b7d6764804 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Sat, 22 Oct 2011 15:20:30 +0200 Subject: [PATCH] disable attach-sources and attach-javadoc goals for release --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 623ad7083b..0704ddf50d 100644 --- a/pom.xml +++ b/pom.xml @@ -175,6 +175,7 @@ org.apache.maven.plugins maven-javadoc-plugin 2.8 + true ${project.build.sourceEncoding} @@ -207,6 +209,7 @@ org.apache.maven.plugins maven-source-plugin 2.1.2 + org.apache.maven.plugins maven-deploy-plugin 2.7 +