[JWebUnit-development] [ jwebunit-Bugs-2352559 ] Clean up Maven warnings in 'mvn site'
Brought to you by:
henryju
|
From: SourceForge.net <no...@so...> - 2012-08-16 19:34:51
|
Bugs item #2352559, was opened at 2008-11-26 15:18 Message generated for change (Comment added) made by henryju You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497982&aid=2352559&group_id=61302 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Maven >Group: Release 3.1 >Status: Closed >Resolution: Fixed Priority: 3 Private: No Submitted By: Jevon Wright (jevonwright) >Assigned to: Julien HENRY (henryju) Summary: Clean up Maven warnings in 'mvn site' Initial Comment: Running the site generation tool ($ mvn site) on a clean install throws a bunch of warnings: [WARNING] DEPRECATED [aggregate]: As of version 2.5, use the goals <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code> instead. ... [WARNING] The Javadoc plugin parameter 'proxyHost' is deprecated since 2.4. Please configure an active proxy in your settings.xml. [WARNING] The Javadoc plugin parameter 'proxyPort' is deprecated since 2.4. Please configure an active proxy in your settings.xml. ... [WARNING] Error while parsing ...\IElementTest.java: Can't use generics unless running in JDK 1.5 mode! ... [WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent! ---------------------------------------------------------------------- >Comment By: Julien HENRY (henryju) Date: 2012-08-16 12:34 Message: Seems to be fixed now. ---------------------------------------------------------------------- Comment By: Julien HENRY (henryju) Date: 2008-11-27 00:32 Message: I'm waiting for this bug to be fixed: http://jira.codehaus.org/browse/MJAVADOC-181 before updating Javadoc plugin. I hope this will also fix the generation of the WebTestCase javadoc. Please feel free to vote for the bug. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497982&aid=2352559&group_id=61302 |