aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/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 /sonar-application/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 'sonar-application/pom.xml')
-rw-r--r--sonar-application/pom.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index 27e9000110f..c5f6fe98360 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>