summaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2011-04-29 14:14:39 +0400
committerEvgeny Mandrikov <mandrikov@gmail.com>2011-04-29 14:14:39 +0400
commit5b6b523cc19db91333e376b0aed530ad3f990c4f (patch)
tree2ebfbc941559569c1ecadf4654b7bb5b0db6040d /sonar-application
parent71e1d5887f78d55989ec3383d9138a870c24c9ca (diff)
downloadsonarqube-5b6b523cc19db91333e376b0aed530ad3f990c4f.tar.gz
sonarqube-5b6b523cc19db91333e376b0aed530ad3f990c4f.zip
Use parameter target instead of deprecated tasks for maven-antrun-plugin
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index 02fdc544bc6..a2843995019 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -44,10 +44,10 @@
<execution>
<phase>package</phase>
<configuration>
- <tasks>
+ <target>
<checksum file="${project.build.directory}/sonar-${project.version}.zip" algorithm="md5" />
<checksum file="${project.build.directory}/sonar-${project.version}.zip" algorithm="sha" />
- </tasks>
+ </target>
</configuration>
<goals>
<goal>run</goal>