]> source.dussan.org Git - sonarqube.git/commitdiff
Use parameter target instead of deprecated tasks for maven-antrun-plugin
authorEvgeny Mandrikov <mandrikov@gmail.com>
Fri, 29 Apr 2011 10:14:39 +0000 (14:14 +0400)
committerEvgeny Mandrikov <mandrikov@gmail.com>
Fri, 29 Apr 2011 10:14:39 +0000 (14:14 +0400)
sonar-application/pom.xml

index 02fdc544bc6fa2174c33a8756ee2b3cde4718789..a2843995019a682860a1b1267f4582ca0e874acb 100644 (file)
           <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>