Re: Proximity vs. Maven Achiva

2007-01-18 Thread Andrés Viedma
El 17/01/2007 21:49, Mel Riffe escribió: Hi Daniel, My client is able to run maven-proxy as a Windows service. They're using a third-party tool to accomplish this: http://wrapper.tanukisoftware.org/doc/english/introduction.html Or you can use JavaService either: http://javaservice.objectwe

Re: [m2 plugin] Obtaining dependencies tree

2006-12-27 Thread Andrés Viedma
2006/12/20, Mark Hobson <[EMAIL PROTECTED]>: On 20/12/06, Andrés Viedma <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm developing a plugin and I need to know if one of the target project > dependencies depends on another one. > > I've seen that a MavenPr

Re: [m2 plugin] Obtaining dependencies tree

2006-12-20 Thread Andrés Viedma
El 20/12/2006 12:26, Mark Hobson escribió: On 20/12/06, Andrés Viedma <[EMAIL PROTECTED]> wrote: Hi all, I'm developing a plugin and I need to know if one of the target project dependencies depends on another one. (...) Sounds like you need maven-dependency-tree [1] - see help:d

[m2 plugin] Obtaining dependencies tree

2006-12-19 Thread Andrés Viedma
Hi all, I'm developing a plugin and I need to know if one of the target project dependencies depends on another one. I've seen that a MavenProject object contains a list of Artifact objects which contains a "dependency trail", but the problem is that this trail misses the information of "duplica

Re: Execution of a plug-in by execution id

2006-12-19 Thread Andrés Viedma
Anyone know if it is possible? Any idea? El 13/12/2006 0:41, Andrés Viedma escribió: Hi all, I want to run WAR plug-in in 2 situations for my project: 1) to build the main artifact (with no dependent war files) and 2) to ocassionally obtain an exploded directory with all the war

Re: maven-dependency-plugin

2006-12-12 Thread Andrés Viedma
2006/12/13, Sommers, Elizabeth <[EMAIL PROTECTED]>: If the documentation is correct, this is exactly what I need. BUT - it doesn't seem to exist in the ibiblio repository. Why isn't this plugin available? Where can I find it? As far as I know, it hasn't been released yet. You can get the

Execution of a plug-in by execution id

2006-12-12 Thread Andrés Viedma
Hi all, I want to run WAR plug-in in 2 situations for my project: 1) to build the main artifact (with no dependent war files) and 2) to ocassionally obtain an exploded directory with all the war dependencies to test the web. My intention was to configure an execution for 2), not binded to a phas