You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by CodingPlayer <ro...@researchstudio.at> on 2007/01/26 15:18:11 UTC

[M2] jxr doesn't work with latest findbugs

Hi, 

I use the findbugs and JXR plugins from codehaus, but the cross reference
linking doesn't work for findbugs.
(but it works properly for other plugins, e.g. PMD)

here is my pom.xml snipet:

<reporting>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>findbugs-maven-plugin</artifactId>
        <version>1.0.0</version>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>jxr-maven-plugin</artifactId>
        <version>2.0-beta-1</version>
      </plugin>

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-pmd-plugin</artifactId>
        <version>2.1</version>
      </plugin>
</reporting>


since the source references work for PMD and JXR, but do not work for
findbugs and JXR i believe that there is a bug within the findbugs plugin?
(just a guess^^)

maybe i use the worng versions or even the wrong plugins (maybe i should use
apache.maven.plugins instead of codehaus.mojos??)

I'm thankful 4 any idea.

thx
R.C.
-- 
View this message in context: http://www.nabble.com/-M2--jxr-doesn%27t-work-with-latest-findbugs-tf3122453s177.html#a8651525
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