diff options
author | David Rautureau <david.rautureau@sonarsource.com> | 2016-11-28 12:09:14 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-11-28 12:09:14 +0100 |
commit | 6e0ca554a198d0ad7393f4b4fecfbf2cfcf44d34 (patch) | |
tree | 06e0bdc0212b1a6cf249aed82870019499c3bb20 /sonar-application | |
parent | f60d01c24900ec92daf546ebdcc582305475c909 (diff) | |
download | sonarqube-6e0ca554a198d0ad7393f4b4fecfbf2cfcf44d34.tar.gz sonarqube-6e0ca554a198d0ad7393f4b4fecfbf2cfcf44d34.zip |
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)
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/pom.xml | 18 |
1 files changed, 0 insertions, 18 deletions
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 @@ -208,24 +208,6 @@ </executions> </plugin> <plugin> - <artifactId>maven-antrun-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <configuration> - <failOnError>${checksum.failOnError}</failOnError> - <target> - <checksum file="${project.build.directory}/sonarqube-${project.version}.zip" algorithm="md5" /> - <checksum file="${project.build.directory}/sonarqube-${project.version}.zip" algorithm="sha" /> - </target> - </configuration> - <goals> - <goal>run</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> <executions> |