Re: Maven 3.1.0 class loading error with Swagger Maven Plugin

2013-07-17 Thread Romain Manni-Bucau
Hi Got the exact same issue with another plugin. Le 18 juil. 2013 06:43, "Brett Porter" a écrit : > Hi, > > I've got a regression here using the Swagger Maven Plugin [1] that looks > different to the Aether one. Before I go poking around further, I was > wondering if anyone can tell me if it's a

Maven 3.1.0 class loading error with Swagger Maven Plugin

2013-07-17 Thread Brett Porter
Hi, I've got a regression here using the Swagger Maven Plugin [1] that looks different to the Aether one. Before I go poking around further, I was wondering if anyone can tell me if it's a regression on the Maven (and dependencies) end, or something expected to be updated in the plugin? [ERROR

Re: Maven 3.1 - Stable ?

2013-07-17 Thread Paul Benedict
Great link, but what links to it? I would certainly have viewed that page if it was accessible and visible through the site's home page. On Wed, Jul 17, 2013 at 3:01 PM, Hervé BOUTEMY wrote: > Le mercredi 17 juillet 2013 14:13:38 Paul Benedict a écrit : > > Is 3.0.5 still the preferred version?

Re: Maven 3.1 - Stable ?

2013-07-17 Thread Hervé BOUTEMY
Le mercredi 17 juillet 2013 14:13:38 Paul Benedict a écrit : > Is 3.0.5 still the preferred version? I ask because the right-hand aside is > still "Get Maven 3.0.5" -- which makes sense if 3.1 is not GA, but I think > it is, right? > > PS: None of the release-notes.html pages include the release d

Re: Maven 3.1 - Stable ?

2013-07-17 Thread Robert Scholte
Just checking the ci-aggregator job [1] I noticed is has been disabled with the following message: "Disabled until you work out how not to use up all the storage on the server." I think we first need to resolve this before asking to install M3.1 In the meantime I'll try to execute it on my mac

Re: Maven 3.1 - Stable ?

2013-07-17 Thread Arnaud Héritier
- Arnaud Le 17 juil. 2013 à 21:14, Paul Benedict a écrit : > Is 3.0.5 still the preferred version? I ask because the right-hand aside is > still "Get Maven 3.0.5" -- which makes sense if 3.1 is not GA, but I think > it is, right? > For me the GA status is mainly related to the status of

Re: Maven 3.1 - Stable ?

2013-07-17 Thread Paul Benedict
Is 3.0.5 still the preferred version? I ask because the right-hand aside is still "Get Maven 3.0.5" -- which makes sense if 3.1 is not GA, but I think it is, right? PS: None of the release-notes.html pages include the release date. Can this information be added (in the future)? It is difficult to

Re: [RESULT] [VOTE] Release Apache Maven Enforcer version 1.3.1

2013-07-17 Thread Robert Scholte
Hi, The vote has passed with the following result: +1 (binding): Hervé BOUTEMY, Olivier Lamy, Robert Scholte +1 (non binding): Tony Chemit -1 (non binding): Mirko Friedenhagen I will promote the artifacts to the central repo. Op Fri, 12 Jul 2013 23:12:02 +0200 schreef Robert Scholte : Hi

Re: [VOTE] Release Apache Maven Enforcer version 1.3.1

2013-07-17 Thread Robert Scholte
+1 Op Fri, 12 Jul 2013 23:12:02 +0200 schreef Robert Scholte : Hi, We solved 3 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11530&styleName=Html&version=19426 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=tr

Re: Maven 3.1 - Stable ?

2013-07-17 Thread Hervé BOUTEMY
Le mardi 16 juillet 2013 22:42:23 sebb a écrit : > On 16 July 2013 22:37, Jason van Zyl wrote: > > Typo on my part. There are 48 things to change when updating a release. > > > > I updated and triggered the publish an hour ago. I'm not sure when/how it > > updates. > Should be immediate (within a

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]

Re: Java version usage survey

2013-07-17 Thread Stephen Connolly
That would likely be a fix that any organizations providing longer term support would likely backport for their enterprise versions of Jenkins... On 17 July 2013 10:53, Arnaud Héritier wrote: > Note that to have the fix and be able to use Maven 3.1.0, jenkins users > will have to upgrade which

Re: Java version usage survey

2013-07-17 Thread Arnaud Héritier
Note that to have the fix and be able to use Maven 3.1.0, jenkins users will have to upgrade which won't be soon for many of them (Myself I'm using the latest really stable one : the 1.480 LTS) On Wed, Jul 17, 2013 at 11:31 AM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > On 17 J

Re: Java version usage survey

2013-07-17 Thread Stephen Connolly
On 17 July 2013 10:09, Olivier Lamy wrote: > 2013/7/17 Olivier Lamy : > > 2013/7/17 Stephen Connolly : > >> On 16 July 2013 23:01, Arnaud Héritier wrote: > >> > >>> > > > >>> > > >>> > Until Jenkins gets upgraded to 1.520+ at which point the (crappy in > my > >>> > personal view) Maven job type

Re: Java version usage survey

2013-07-17 Thread Olivier Lamy
2013/7/17 Olivier Lamy : > 2013/7/17 Stephen Connolly : >> On 16 July 2013 23:01, Arnaud Héritier wrote: >> >>> > > >>> > >>> > Until Jenkins gets upgraded to 1.520+ at which point the (crappy in my >>> > personal view) Maven job type will be unable to run 1.5 >>> > >>> > >>> The crappy one which

Re: Log4j2/Logback integration updates

2013-07-17 Thread Lennart Jörelid
Hello there, 2013/7/16 Chris Graham > On Tue, Jul 16, 2013 at 6:26 PM, Lennart Jörelid > wrote: > > > This is not (or should not be) an entirely technical question - support > for > > various versions of JDK may be the simpler criterion to discuss, but I > feel > > the more relevant question is