This is an automated email from the ASF dual-hosted git repository.
lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git
The following commit(s) were added to refs/heads/master by this push:
new 8bdec5e NUTCH-2698 Remove sonar build task from build.xml (#443)
8bdec5e is described below
commit 8bdec5e3ef77f816c616c978c775a0eb3b4a391a
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Tue Mar 5 13:04:36 2019 -0800
NUTCH-2698 Remove sonar build task from build.xml (#443)
---
build.xml | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/build.xml b/build.xml
index 65e8f3f..18f659a 100644
--- a/build.xml
+++ b/build.xml
@@ -999,32 +999,6 @@
</rat:report>
</target>
- <!-- ================================================================== -->
- <!-- SONAR targets -->
- <!-- ================================================================== -->
-
- <!-- Define the Sonar task if this hasn't been done in a common script -->
- <taskdef uri="antlib:org.sonar.ant" resource="org/sonar/ant/antlib.xml">
- <classpath path="${ant.library.dir}"/>
- <classpath path="${mysql.library.dir}"/>
- </taskdef>
-
- <!-- Add the target -->
- <target name="sonar" description="--> run SONAR analysis">
-
- <!-- list of mandatory source directories (required) -->
- <property name="sonar.sources" value="${src.dir}"/>
-
- <!-- list of properties (optional) -->
- <property name="sonar.projectName" value="Nutch Trunk 1.4 Sonar Analysis"
/>
- <property name="sonar.binaries" value="${build.dir}/classes" />
- <property name="sonar.binaries" value="${build.dir}/plugins" />
- <property name="sonar.tests" value="${test.src.dir}" />
-
- <sonar:sonar workDir="${base.dir}" key="org.apache.nutch:trunk"
- version="1.4-SNAPSHOT" xmlns:sonar="antlib:org.sonar.ant"/>
- </target>
-
<!-- ================================================================== -->
<!-- Eclipse targets -->