From 6e0ca554a198d0ad7393f4b4fecfbf2cfcf44d34 Mon Sep 17 00:00:00 2001 From: David Rautureau Date: Mon, 28 Nov 2016 12:09:14 +0100 Subject: SONAR-8420 Automated release * add artifactsToPublish to bintray * export PROJECT_VERSION in env to be recorded in buildinfo * Remove distributionManagement (deploy is done by the artifactory-maven-plugin) * Enable release profile on Travis for maintenance branches * Remove checksums calculation of the distribution (done by the release process) * Remove javadoc profile (we only publish the javadoc of the plugin API) --- sonar-application/pom.xml | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'sonar-application/pom.xml') diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 153d6aaa74c..d2f68c7820e 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -207,24 +207,6 @@ - - maven-antrun-plugin - - - package - - ${checksum.failOnError} - - - - - - - run - - - - org.apache.maven.plugins maven-enforcer-plugin -- cgit v1.2.3