On Wed, 2006-10-04 at 12:29 -0400, Martin Desruisseaux wrote: > Adrian Custer a écrit : > > I'm not sure what I'm looking at (what the test taglets do/handle). > > However, if it works, great! Can you commit the piece that worked to > > trunk, please? > > The output of custom taglet is the "Module: module/referencing > (gt2-referencing.jar) (Maven report) (SVN head)" line just before field > summary. > > I have not changed anything to trunk, I just ran the usual "mvn > javadoc:javadoc" > from trunk.
A diff on the two top level poms: svn diff http://svn.geotools.org/geotools/branches/2.3.x/pom.xml http://svn.geotools.org/geotools/trunk/gt/pom.xml gives, in part: @@ -963,14 +970,6 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> - <dependencies> - <!-- Contains the Java implementation for custom taglets. --> - <dependency> - <groupId>org.geotools</groupId> - <artifactId>gt2-javadoc</artifactId> - <version>${project.version}</version> - </dependency> - </dependencies> <source>.......... Is this not needed? Can you either remove this in branches/2.3.x/ or add it to trunk/gt/ as needed? --adrian ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
