diff options
author | ssjenka <ssjenka@ops-slave-centos7-1.internal.sonarsource.com> | 2016-11-28 12:17:59 +0100 |
---|---|---|
committer | ssjenka <ssjenka@ops-slave-centos7-1.internal.sonarsource.com> | 2016-11-28 12:17:59 +0100 |
commit | e5fbf14e2f11d378c0bbd2a1efc9b375d0dabc27 (patch) | |
tree | 2c74a94f157b09509704b8ed8947f0f44855f5dc /pom.xml | |
parent | c79a9deb28cfa8ba141e3b3b342177256520a69c (diff) | |
parent | 6e0ca554a198d0ad7393f4b4fecfbf2cfcf44d34 (diff) | |
download | sonarqube-e5fbf14e2f11d378c0bbd2a1efc9b375d0dabc27.tar.gz sonarqube-e5fbf14e2f11d378c0bbd2a1efc9b375d0dabc27.zip |
Automatic merge from branch-6.2
* origin/branch-6.2:
SONAR-8420 Automated release
SONAR-8382 fix l10n
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 30 |
1 files changed, 2 insertions, 28 deletions
@@ -46,13 +46,6 @@ <url>http://jira.sonarsource.com/browse/SONAR</url> </issueManagement> - <distributionManagement> - <repository> - <id>bintray</id> - <url>https://api.bintray.com/maven/sonarsource/SonarQube/${project.groupId}/;publish=1</url> - </repository> - </distributionManagement> - <properties> <sonarUpdateCenter.version>1.17</sonarUpdateCenter.version> <sonarJava.version>4.0</sonarJava.version> @@ -87,6 +80,8 @@ <!-- used for deployment to SonarSource Artifactory --> <gitRepositoryName>sonarqube</gitRepositoryName> + <!-- Release: enable publication to Bintray --> + <artifactsToPublish>${project.groupId}:sonar-application:zip</artifactsToPublish> </properties> <build> @@ -1156,27 +1151,6 @@ </profile> <profile> - <id>javadoc</id> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <excludePackageNames> - net.*:org.sonar.application:org.sonar.server:org.sonar.graph:org.sonar.batch:org.sonar.channel:org.sonar.java:org.sonar.maven*:org.sonar.plugins.*:org.sonar.colorizer:org.sonar.core:org.sonar.duplications:org.sonar.markdown:com.* - </excludePackageNames> - <author>false</author> - <linksource>true</linksource> - <reportOutputDirectory>${project.reporting.outputDirectory}/${project.version}/apidocs - </reportOutputDirectory> - </configuration> - </plugin> - </plugins> - </build> - </profile> - - <profile> <id>protobuf-compile</id> <activation> <file> |