You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by ichasco <ic...@s21sec.com> on 2008/04/03 18:11:40 UTC

PMD Warning

Hi!
I try to execute the pmd:check goal with maven 2 but while it is executing i
recieve the next message: Unable to locate Source XRef to link to -
DISABLED. At the end, the report it´s empty.
Anybody knows which problem can i have? I use the follow pom.xml (a part of
it):

<build>
    <plugins>
     <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-pmd-plugin</artifactId>
        <executions>
          <execution>
            <goals>
              <goal>check</goal>
            </goals>
          </execution>
        </executions>   
      </plugin>
    </plugins>
  </build>
  <reporting>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-pmd-plugin</artifactId>        
      </plugin>
    </plugins>
  </reporting> 


Thank you very much
-- 
View this message in context: http://www.nabble.com/PMD-Warning-tp16467789s177p16467789.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org