You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jens Meyer <co...@yahoo.de> on 2006/09/04 17:28:32 UTC

[m2] mvn taglist:taglist source links broken

Hi,

my pom is:
 <reporting>
    <plugins>          
     <plugin>
       <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <configuration>
          <minmemory>128m</minmemory>
          <maxmemory>512</maxmemory>      
          <linksource>true</linksource>
        </configuration>
     </plugin>    
               
     <plugin>
          <groupId>org.codehaus.mojo</groupId>
         
<artifactId>taglist-maven-plugin</artifactId>
          <version>2.0-beta-1</version>
          <configuration>
            <tags>TODO</tags>            
          </configuration>
     </plugin>
   </plugins>
  </reporting>

when doing "mvn site" all TODOs are found and listed
but the source code line links are wrong.
how can i configure taglist or javadoc plugin for
getting the links working? 

Jens




		
___________________________________________________________ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de

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