Hi Jason I had a fix for MRRESOURCES-61 that I have committed to trunk now.
When testing out the sample project that is in that issue I first had problems running it with maven-remote-resources-plugin 1.5-SNAPSHOT on Maven 2.2.1. After adding a missing dependency I got it working again. It works fine with 1.4 though, so for that reason I think we need to respin the release for maven-remote-resources-plugin. If you want to I can take care of it. The error I got was this: this realm = app0.child-container[org.apache.maven.plugins:maven-remote-resources-plugin:1.5-SNAPSHOT] urls[0] = file:/C:/Users/dlg01/.m2/repository/org/apache/maven/plugins/maven-remote-resources-plugin/1.5-SNAPSHOT/maven-remote-resources-plugin-1.5-SNAPSHOT.jar urls[1] = file:/C:/Users/dlg01/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar ... [INFO] Internal error in the plugin manager executing goal 'org.apache.maven.plugins:maven-remote-resources-plugin:1.5-SNAPSHOT:process': Unable to load the mojo 'org.apache.maven.plugins:maven-remote-resources-plugin:1.5-SNAPSHOT:process' in the plugin 'org.apache.maven.plugins:maven-remote-resources-plugin'. A required class is missing: org/codehaus/plexus/util/Scanner The Scanner class wasn't added to plexus-utils until version 1.5.8, so using the default version 1.1 won't work. On Mon, Jul 29, 2013 at 1:04 AM, Jason van Zyl <[email protected]> wrote: > I staged a release of the remote resources plugin for anyone who wants to try: > > https://repository.apache.org/content/repositories/maven-030/ > > How about we do a simultaneous release vote for the core and the remote > resources plugin? > > On Jul 28, 2013, at 3:56 PM, Dennis Lundberg <[email protected]> wrote: > >> Hi, >> >> There is currently a SNAPSHOT dependency on maven-remote-resources-plugin. >> This was done in this commit by Daniel to improve the LICENCE file: >> https://git-wip-us.apache.org/repos/asf?p=maven.git;a=commit;h=b4dc8931f2cc7b56302df78c03a7db57211cd3a7 >> >> The question is whether we need to push out a release of that plugin >> prior to releasing Maven 3.1.1? >> >> >> I just made a small commit, adding a missing license header in a test >> xml file. Since I don't speak git very well yet, could someone make >> sure I did it correctly? >> https://git-wip-us.apache.org/repos/asf?p=maven.git;a=commit;h=a58b91819c42c0a5a8616dc5562ba42287fa0f24 >> >> On Sun, Jul 28, 2013 at 6:08 PM, Jason van Zyl <[email protected]> wrote: >>> I'd like to release Maven 3.1.1 and try to get the cadence revived for >>> minor version releases by trying to release minor versions as frequently as >>> there are fixes to make available. >>> >>> Just a couple simple fixes: >>> >>> [MNG-5499] maven-aether-provider leaks Sisu Plexus and ObjectWeb classes >>> onto the classpath when they are not required >>> [MNG-5495] API incompatibility causes Swagger Maven Plugin (and others) to >>> fail under Maven 3.1.0 >>> >>> But helps consumers of the Maven Aether Provider and plugin issues caused >>> by incompatibilities with the converters. There are lots of other things to >>> fix, but as they become available they can be released. If possible I'd >>> just like to start releasing any fixes we have on a weekly basis. >>> >>> Any objections? >>> >>> Thanks, >>> >>> Jason >>> >>> ---------------------------------------------------------- >>> Jason van Zyl >>> Founder, Apache Maven >>> http://twitter.com/jvanzyl >>> --------------------------------------------------------- >>> >>> A man enjoys his work when he understands the whole and when he >>> is responsible for the quality of the whole >>> >>> -- Christopher Alexander, A Pattern Language >>> >>> >>> >>> >>> >>> >> >> -- >> Dennis Lundberg >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > Thanks, > > Jason > > ---------------------------------------------------------- > Jason van Zyl > Founder, Apache Maven > http://twitter.com/jvanzyl > --------------------------------------------------------- > > the course of true love never did run smooth ... > > -- Shakespeare > > > > > > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
