How do you report a maven bug ?

2014-07-10 Thread Tommy Svensson
Hello, I wonder how you report a bug in maven ? I found the following: http://jira.codehaus.org/browse/MNG But that requires a login and there is no ”sing up”. I get the following when trying to build a maven plugin with version 3.2.2: [ERROR] Failed to execute goal

Re: How do you report a maven bug ?

2014-07-10 Thread Stephen Connolly
Yes... there is signup... but you need to go to the root of the JIRA page to see the signup instruction Sign-up for a JIRA account You will need to create an account in Xircles - https://xircles.codehaus.org/signup/ - this became necessary to combat spammers who had automated JIRA signups.

Re: How do you report a maven bug ?

2014-07-10 Thread Karl Heinz Marbaise
Hi Tommy, Can you give a little more details what you have done may be you have an example project...? I'm happe to create the jira entry for you if you have doubts to make a registration for jira... Kind regards Karl-Heinz Marbaise On 7/10/14 1:18 PM, Tommy Svensson wrote: Hello, I

RE: Javadoc aggregate NullPointerException

2014-07-10 Thread Alexddupree
mgainty wrote MGsomeone somewhere is tossing in a incorrect version of org.springframework.context.ApplicationListener MGclean off your CLASSPATH e.g. export CLASSPATH= MGrerun mvn validate javadoc:javadoc MGif still a problem take the maven-javadoc-plugin (2.9) and set it to be the ONLY

Re: Javadoc aggregate NullPointerException

2014-07-10 Thread Alexddupree
Hey Paul I have tried 1.6 and 1.7 we haven't set up 1.8 yet so I haven't tried it. I can however generate javadoc in Eclipse for the same project. Does Eclipse use its own version of javadoc? Sorry if this is a newbie question I am an intern and trying to get up to speed. -Alex -- View this

Re: Javadoc aggregate NullPointerException

2014-07-10 Thread Paul Benedict
I did a google search for the answer. This says Eclipse defers to Oracle's javadoc.exe tool: http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Freference%2Fref-export-javadoc.htm So Eclipse must be configuring the tool in a way that doesn't trigger the NPE. The NPE from