Andrea Aime ha scritto: > Hi, > the troubles with the javadoc generation (see users mailing list) > were related to a profile we have in the main pom: > > <profile> > <id>java5</id> > <activation> > <jdk>1.5</jdk> > </activation> > <reporting> > <plugins> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-javadoc-plugin</artifactId> > <configuration> > <source>1.5</source> > </configuration> > </plugin> > </plugins> > </reporting> > </profile> > > it seems innocuous, but in fact it breaks aggregate javadocs > generation, I had to comment it out to generate proper aggregated > javadocs. > I'd say we remove it, or at least remove its automatic activation. > Opinions?
Since no one responded I removed the automatic activation. It makes sense to me, 2.4.x is not the place to play with java5, trunk is. Cheers Andrea ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
