aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorssjenka <ssjenka@ops-slave-centos7-1.internal.sonarsource.com>2016-11-28 12:17:59 +0100
committerssjenka <ssjenka@ops-slave-centos7-1.internal.sonarsource.com>2016-11-28 12:17:59 +0100
commite5fbf14e2f11d378c0bbd2a1efc9b375d0dabc27 (patch)
tree2c74a94f157b09509704b8ed8947f0f44855f5dc /pom.xml
parentc79a9deb28cfa8ba141e3b3b342177256520a69c (diff)
parent6e0ca554a198d0ad7393f4b4fecfbf2cfcf44d34 (diff)
downloadsonarqube-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.xml30
1 files changed, 2 insertions, 28 deletions
diff --git a/pom.xml b/pom.xml
index 91a8e5f3676..f98d251afb9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>