Re: [Gentoo-maven-intg] Intermediary shaded source files generated by maven-shade-plugin

2011-07-04 Thread Kasun Gajasinghe
On Tue, Jul 5, 2011 at 1:57 AM, Ralph Goers wrote: > From Kasun's answers it is quite clear to me that we will need to add > something to Jira where it asks for the operating system for all the Java > projects I work on at the ASF. If the O.S. is Gentoo then we will have to > reject any issues com

Re: How to replace an old MavenEmbedder?

2011-07-04 Thread Benson Margulies
On Mon, Jul 4, 2011 at 6:11 PM, Dennis Lundberg wrote: > Hi > > I'm trying to replace an old version 2.0 MavenEmbedder in the > aspectj-maven-plugin, over at mojo@codehaus. That's because we can't > upgrade other Maven core dependencies while the embedder is being used. > > In a class that extends

Re: How to replace an old MavenEmbedder?

2011-07-04 Thread Dennis Lundberg
On 2011-07-05 00:22, Stephen Connolly wrote: > Settings.getLocalRepository()? > Alternatively filter a test resource and have > ${settings.localRepository} as the filtered value Well, I really need an ArtifactRepository object, not just the path to the local repository. I suppose this can be look

Re: How to replace an old MavenEmbedder?

2011-07-04 Thread Stephen Connolly
Settings.getLocalRepository()? Alternatively filter a test resource and have ${settings.localRepository} as the filtered value On 4 July 2011 23:11, Dennis Lundberg wrote: > Hi > > I'm trying to replace an old version 2.0 MavenEmbedder in the > aspectj-maven-plugin, over at mojo@codehaus. That's

How to replace an old MavenEmbedder?

2011-07-04 Thread Dennis Lundberg
Hi I'm trying to replace an old version 2.0 MavenEmbedder in the aspectj-maven-plugin, over at mojo@codehaus. That's because we can't upgrade other Maven core dependencies while the embedder is being used. In a class that extends AbstractMojoTestCase we have this code: MavenEmbedder embe

Re: [Gentoo-maven-intg] Intermediary shaded source files generated by maven-shade-plugin

2011-07-04 Thread Jörg Schaible
Ralph Goers wrote: > From Kasun's answers it is quite clear to me that we will need to add > something to Jira where it asks for the operating system for all the Java > projects I work on at the ASF. If the O.S. is Gentoo then we will have to > reject any issues coming from the stuff that comes as

Re: svn commit: r1142512 - in /maven/plugins/trunk/maven-plugins: pom.xml src/site-docs/apt/index.apt

2011-07-04 Thread Hervé BOUTEMY
done thanks for your review Regards, Hervé Le lundi 4 juillet 2011, Stephen Connolly a écrit : > On 3 July 2011 23:29, wrote: > > Author: hboutemy > > Date: Sun Jul 3 22:29:37 2011 > > New Revision: 1142512 > > > > URL: http://svn.apache.org/viewvc?rev=1142512&view=rev > > Log: > > [MPOM-21]

Re: [Gentoo-maven-intg] Intermediary shaded source files generated by maven-shade-plugin

2011-07-04 Thread Ralph Goers
From Kasun's answers it is quite clear to me that we will need to add something to Jira where it asks for the operating system for all the Java projects I work on at the ASF. If the O.S. is Gentoo then we will have to reject any issues coming from the stuff that comes as part of the O.S. as it c

Re: Is Maven Site Plugin 3.0-beta-4 ready for release?

2011-07-04 Thread Olivier Lamy
Hello, 2011/7/4 Dennis Lundberg : > On 2011-07-03 00:14, Hervé BOUTEMY wrote: >> AFAIK, code is ok: I'm closing MSITE-560 > > Great, thanks! > >> the only thing to confirm is the documentation: there is a TODO in >> maven-3.apt.vm that we should check carefully: I'm personnally lost on this >> one

Re: [Gentoo-maven-intg] Intermediary shaded source files generated by maven-shade-plugin

2011-07-04 Thread Robert Burrell Donkin
On Mon, Jul 4, 2011 at 7:32 PM, Stephen Connolly wrote: > look, what you are trying to do is move an object of infinite mass, keeping > the lever length and force applied finite. good luck, it will be fun for us > watching from the sidelines... fundamentally maven is about downloading > dependenci

Re: [maven-shade-plugin] Factor Out ResourceMerger ...?

2011-07-04 Thread Robert Burrell Donkin
On Mon, Jul 4, 2011 at 2:39 AM, Daniel Kulp wrote: > On Sunday, July 03, 2011 7:19:36 PM Benson Margulies wrote: >> So, I'm a mostly a monkey here, but it seems very sensible to me. >> Perhaps Dan Kulp would chime in? > > It sounds reasonable to me.   I know I copied one of the transforms into CXF

Re: [Gentoo-maven-intg] Intermediary shaded source files generated by maven-shade-plugin

2011-07-04 Thread Stephen Connolly
look, what you are trying to do is move an object of infinite mass, keeping the lever length and force applied finite. good luck, it will be fun for us watching from the sidelines... fundamentally maven is about downloading dependencies on demand from the network rather than building from source...

Re: Is Maven Site Plugin 3.0-beta-4 ready for release?

2011-07-04 Thread Dennis Lundberg
On 2011-07-03 00:14, Hervé BOUTEMY wrote: > AFAIK, code is ok: I'm closing MSITE-560 Great, thanks! > the only thing to confirm is the documentation: there is a TODO in > maven-3.apt.vm that we should check carefully: I'm personnally lost on this > one. I'll have a look at it. To pull off thi

Re: [Gentoo-maven-intg] Intermediary shaded source files generated by maven-shade-plugin

2011-07-04 Thread Kasun Gajasinghe
On Mon, Jul 4, 2011 at 8:34 PM, Ralph Goers wrote: > The question I asked was, "will you be putting the slf4j, Log4j, > commons-logging, and Logback into your shared library" - presumably under > /usr/shared. This has nothing to do with Maven, per se. Maybe I'm not clear > on what you are doing bu

Re: [Gentoo-maven-intg] Intermediary shaded source files generated by maven-shade-plugin

2011-07-04 Thread Ralph Goers
The question I asked was, "will you be putting the slf4j, Log4j, commons-logging, and Logback into your shared library" - presumably under /usr/shared. This has nothing to do with Maven, per se. Maybe I'm not clear on what you are doing but I see two possibilities: 1. You are placing all the res

Re: [Gentoo-maven-intg] Intermediary shaded source files generated by maven-shade-plugin

2011-07-04 Thread Kasun Gajasinghe
On Mon, Jul 4, 2011 at 11:31 AM, Ralph Goers wrote: > The point I am making is that if you have all those jars together something > is not going to work correctly. SLF4J only allows one logging > implementation. If you have all of SLF4J's jars, including the binding for > Log4j as well as Logback

Re: svn commit: r1142512 - in /maven/plugins/trunk/maven-plugins: pom.xml src/site-docs/apt/index.apt

2011-07-04 Thread Stephen Connolly
On 3 July 2011 23:29, wrote: > Author: hboutemy > Date: Sun Jul  3 22:29:37 2011 > New Revision: 1142512 > > URL: http://svn.apache.org/viewvc?rev=1142512&view=rev > Log: > [MPOM-21] added run-its profile with common maven-invoker-plugin setup > > Modified: >    maven/plugins/trunk/maven-plugins/