Uploaded image for project: 'Nutch'
  1. Nutch
  2. NUTCH-2698

Remove sonar build task from build.xml

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.15
    • 1.16
    • build
    • None

    Description

      build.xml currently has the following content

        <!-- ================================================================== -->
        <!-- 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>
      

      We should simply remove as it is defunct.

      Attachments

        Issue Links

          Activity

            People

              lewismc Lewis John McGibbney
              lewismc Lewis John McGibbney
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: