Re: 3.1.0 and java.lang.NoClassDefFoundError

2013-07-17 Thread Gary Gregory
I think I've boiled it down to a site plugin issue and reported http://jira.codehaus.org/browse/MSITE-695 But no Maven 3.1 for Log4j 2 for now... Gary On Wed, Jul 17, 2013 at 12:17 PM, Anthony Dahanne wrote: > hello > did you check this page out : > https://cwiki.apache.org/confluence/display

Re: 3.1.0 and java.lang.NoClassDefFoundError

2013-07-17 Thread Anthony Dahanne
hello did you check this page out : https://cwiki.apache.org/confluence/display/MAVEN/AetherClassNotFound Regarding maven site plugin, it says that 3.3 is compatible with 3.1 HTH, Anthony On Wed, Jul 17, 2013 at 12:13 PM, Gary Gregory wrote: > If you check out log4j 2 trunk and run: mvn clean si

Re: 3.1.0 and java.lang.NoClassDefFoundError

2013-07-17 Thread Gary Gregory
Hm, I do see here: https://cwiki.apache.org/confluence/display/MAVEN/AetherClassNotFound that the site plugin needs to be updated, but we cannot do that because it causes a NullPointerException in site:stage-deploy. Gary On Wed, Jul 17, 2013 at 12:13 PM, Gary Gregory wrote: > If you check out

3.1.0 and java.lang.NoClassDefFoundError

2013-07-17 Thread Gary Gregory
If you check out log4j 2 trunk and run: mvn clean site, you get a java.lang.NoClassDefFoundError. Shouldn't this work out of the box? All is well with 3.0.5. Should I configure something magic or create a JIRA? [INFO] Scanning for projects... [INFO]