Re: Making (sisu-)guice a provided scope dependency of Sisu?

2013-09-03 Thread Stuart McCulloch
I don't want to hold up the 3.1.1 release. This can wait while I check some downstream implications. I do think there's a need for some kind of aliasing of dependencies (foo provides bar), a bit like the generic capability-requirement model that came out of OSGi. -- Cheers, Stuart On 4 Sep 201

Re: Can I create folder Dependency?

2013-09-03 Thread Wayne Fay
> I am new for Maven; I have a question: Questions like this should go to the Maven Users list. This list is reserved for discussion of the development of Maven itself. > Can I create folder Dependency in Maven? without installing the jar > (dependency)? No. You will waste a lot of time going do

Re: Making (sisu-)guice a provided scope dependency of Sisu?

2013-09-03 Thread Jason van Zyl
I'm going to cut the 3.1.1 release, do you want me to wait for you to make the proposed changes or do you want to wait for the next release? On Sep 2, 2013, at 11:49 PM, Olivier Lamy wrote: > On 23 August 2013 17:07, Jason van Zyl wrote: >> >> On Aug 22, 2013, at 9:58 PM, Olivier Lamy wrote:

Can I create folder Dependency?

2013-09-03 Thread srikanta03
Hi All, I am new for Maven; I have a question: Can I create folder Dependency in Maven? without installing the jar (dependency)? I have a legacy ant project, i have tried to convert it into maven project, but in my project we do have the dependency of the tomcat lib which have around 100+ jars a

programmatic instantiation of Maven Mojo?

2013-09-03 Thread Max Spring
Within a Mojo how can I programmatically get Mojo instances of other POM files? In my use case I have a Mojo X which allows to declare references to other artifacts Y in the POM (let's say similar to the Depencency Plugin's artifactItems). When X executes I want to see whether Y's POM has also p

Re: Wagon & PRoxy auth ??

2013-09-03 Thread Olivier Lamy
Yup someone (me) miss to remove this deprecated call. I will fix that now. On 3 September 2013 15:42, Kristian Rosenvold wrote: > While looking at the access denied problem for wagon, I ran into this code > line: > > https://github.com/apache/maven-wagon/blob/master/wagon-providers/wagon-http/sr