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
> 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
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:
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
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
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