Re: maven-dependency-plugin uses target dir instead of artifacts from repository

2011-04-08 Thread Brian Fox
ng > the sources from a different project. And it wasn't really my > problem/project, so I told them to refactor instead. :-) > I think that the jira ticket I filed for this is MDEP-291. > > /Anders > > > On Fri, Apr 8, 2011 at 09:28, Lucas Persson wrote: > >> H

Re: maven-dependency-plugin uses target dir instead of artifacts from repository

2011-04-08 Thread Lucas Persson
iled for this is MDEP-291. /Anders On Fri, Apr 8, 2011 at 09:28, Lucas Persson <lucas.pers...@oracle.com> wrote: Hi I have some issues with the maven-dependency-plugin

Re: maven-dependency-plugin uses target dir instead of artifacts from repository

2011-04-08 Thread Anders Hammar
I filed for this is MDEP-291. /Anders On Fri, Apr 8, 2011 at 09:28, Lucas Persson wrote: > Hi > > > I have some issues with the maven-dependency-plugin vers 2.2 under Maven3. > > In one project I uses the plugin to unpack a sources artifact like this: > > or

maven-dependency-plugin uses target dir instead of artifacts from repository

2011-04-08 Thread Lucas Persson
Hi I have some issues with the maven-dependency-plugin vers 2.2 under Maven3. In one project I uses the plugin to unpack a sources artifact like this:       org.apache.maven.plugins

Re: Debugging maven-dependency-plugin

2011-03-17 Thread Chris
d. 4. In Your IDE, start the remote debugger for the maven-dependency-plugin project (using port 8000). The execution of the Maven build should stop at the break point and You can start debugging ... BTW: I think I have an idea why the servlet-api-2.3.jar isn't excluded when copying the de

Re: Debugging maven-dependency-plugin

2011-03-17 Thread Marc Rohlfs
2. Set a debug break point at the begining of the execute() method in the CopyDependenciesMojo class. 3. Start Your build using the command 'mvnDebug' (instead of 'mvn'). Maven now waits for a remote debugger to connect until it starts the build. 4. In Your IDE, start the remote

Debugging maven-dependency-plugin

2011-03-16 Thread Chris
I've having an odd problem with the maven dependency plugin. I'm using it to copy all the jars upon which my app depends. It's copying one particular jar, servlet-api-2.3.jar, which it shouldn't. How do I figure out *why* it's copying that jar? I've already tri

[Announce] Maven Dependency Plugin 2.2

2011-02-22 Thread Brian Fox
The Maven team is pleased to announce the 2.2 release of the Maven Dependency Plugin: http://maven.apache.org/plugins/maven-dependency-plugin Release Notes - Maven 2.x Dependency Plugin - Version 2.2 ** Bug * [MDEP-138] - unpack of tar files fail with ArchiverException: chmod exit code

Re: maven dependency plugin exclude test dependencies

2010-12-14 Thread Erwin Mueller
4 December 2010 11:46:23 Stephen Connolly wrote: > http://maven.apache.org/plugins/maven-dependency-plugin/copy-dependencies-m > ojo.html#excludeTransitive > > On 14 December 2010 01:35, Erwin Mueller wrote: > > Hello, > > > > Can I exclude test dependencies in th

Re: maven dependency plugin exclude test dependencies

2010-12-14 Thread Stephen Connolly
http://maven.apache.org/plugins/maven-dependency-plugin/copy-dependencies-mojo.html#excludeTransitive On 14 December 2010 01:35, Erwin Mueller wrote: > Hello, > >        Can I exclude test dependencies in the maven-dependency-plugin? I'm > using this plugin to copy all dependenc

maven dependency plugin exclude test dependencies

2010-12-14 Thread Erwin Mueller
Hello, Can I exclude test dependencies in the maven-dependency-plugin? I'm using this plugin to copy all dependencies to a specific directory so the izpack plugin can package them into an installation application. However, it seems the dependency plugin is also copying the

Re: maven-dependency-plugin 2.2 release?

2010-12-02 Thread Brian Fox
l, >> >> I ran across a problem with the maven-dependency-plugin that is already >> fixed (actually fixed almost a year ago it seems): >> >> http://jira.codehaus.org/browse/MDEP-138 >> >> I was wondering if there are any plans to release a new >> m

Re: maven-dependency-plugin 2.2 release?

2010-12-01 Thread Dan Tran
me too :-) On Wed, Dec 1, 2010 at 10:04 AM, Jim McCaskey wrote: > Hello all, > > I ran across a problem with the maven-dependency-plugin that is already fixed > (actually fixed almost a year ago it seems): > > http://jira.codehaus.org/browse/MDEP-138 > > I was wonderin

maven-dependency-plugin 2.2 release?

2010-12-01 Thread Jim McCaskey
Hello all, I ran across a problem with the maven-dependency-plugin that is already fixed (actually fixed almost a year ago it seems): http://jira.codehaus.org/browse/MDEP-138 I was wondering if there are any plans to release a new maven-dependency-plugin? According to Jira, there appear to

Re: Maven-dependency-plugin: type and classifier for *-test-sources.jar?

2010-11-12 Thread Andreas Sewe
Hi Justin, type = jar classifier = test-sources yes, that did the trick. Thanks :-) Andreas - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Maven-dependency-plugin: type and classifier for *-test-sources.jar?

2010-11-12 Thread Justin Edelson
type = jar classifier = test-sources HTH, Justin On Nov 12, 2010, at 9:42 AM, Andreas Sewe wrote: > Hi all, > > I need to use the maven-dependency-plugin to copy a *-test-sources.jar > artifact. Alas, I am unable to find the proper values for the artifactItem's > a

Maven-dependency-plugin: type and classifier for *-test-sources.jar?

2010-11-12 Thread Andreas Sewe
Hi all, I need to use the maven-dependency-plugin to copy a *-test-sources.jar artifact. Alas, I am unable to find the proper values for the artifactItem's and . I either end up copying *-sources-jar or *-tests.jar, but never *-test-sources.jar. :-( Can anyone please help me with this

maven-dependency-plugin still misbehaving

2010-11-05 Thread Eric Rotick
lugins maven-dependency-plugin unpack-runbeans generate-sources unpack-dependencies ru

Re: maven-dependency-plugin (version 2.1) question

2010-09-02 Thread Brian Fox
I can say definitively that transitive was not intended for Copy/Unpack. I wrote these goals with a very specific use case and that was to be able to cherry-pick artifacts from this list. The xxx-dependencies goals where intended to support transitivity. On Wed, Sep 1, 2010 at 10:49 AM, EJ Ciramel

RE: maven-dependency-plugin (version 2.1) question

2010-09-01 Thread EJ Ciramella
Actually, it very specifically says nothing about dependencies under the copy goal. It merely says "artifacts." There is a difference... This is why maven is so polarizing - either you love it or hate it. "specifically saying nothing" - it should be explicit... Thanks again all for the clarif

Re: maven-dependency-plugin (version 2.1) question

2010-08-31 Thread Wayne Fay
> That doesn't even say "just these dependencies, not even their > dependencies" > > /shrug Actually, it very specifically says nothing about dependencies under the copy goal. It merely says "artifacts." There is a difference... Wayne

RE: maven-dependency-plugin (version 2.1) question

2010-08-31 Thread EJ Ciramella
12 PM To: Maven Users List Subject: Re: maven-dependency-plugin (version 2.1) question "dependency:copy<http://maven.apache.org/plugins/maven-dependency-plugin/copy-mojo.html>takes a list of artifacts defined in the plugin configuration section and copies them to a specified location&quo

Re: maven-dependency-plugin (version 2.1) question

2010-08-31 Thread Anders Hammar
"dependency:copy<http://maven.apache.org/plugins/maven-dependency-plugin/copy-mojo.html>takes a list of artifacts defined in the plugin configuration section and copies them to a specified location" Nowhere does it say that it would include transitive dependencies. However, if you

Re: maven-dependency-plugin (version 2.1) question

2010-08-31 Thread Brian Fox
Yes it was intentional. On Tue, Aug 31, 2010 at 1:33 PM, EJ Ciramella wrote: > I've noticed recently that "copy-dependencies" finds the transitive > dependencies, but "copy" does not. > > Is this intentional? > > We'd like to NOT have to repeat a majority of the dependencies when just > using "

RE: maven-dependency-plugin (version 2.1) question

2010-08-31 Thread EJ Ciramella
the copy-dependencies goal. > > Is this expected behavior? > > -Original Message- > From: anders.g.ham...@gmail.com [mailto:anders.g.ham...@gmail.com] On > Behalf Of Anders Hammar > Sent: Tuesday, August 31, 2010 2:26 PM > To: Maven Users List > Subject: Re: maven-dependen

Re: maven-dependency-plugin (version 2.1) question

2010-08-31 Thread Anders Hammar
--Original Message- > From: anders.g.ham...@gmail.com [mailto:anders.g.ham...@gmail.com] On > Behalf Of Anders Hammar > Sent: Tuesday, August 31, 2010 2:26 PM > To: Maven Users List > Subject: Re: maven-dependency-plugin (version 2.1) question > > You can exclude the trans

RE: maven-dependency-plugin (version 2.1) question

2010-08-31 Thread EJ Ciramella
Original Message- From: anders.g.ham...@gmail.com [mailto:anders.g.ham...@gmail.com] On Behalf Of Anders Hammar Sent: Tuesday, August 31, 2010 2:26 PM To: Maven Users List Subject: Re: maven-dependency-plugin (version 2.1) question You can exclude the transitive deps: http://maven.apache.org/plugins/ma

Re: maven-dependency-plugin (version 2.1) question

2010-08-31 Thread Anders Hammar
You can exclude the transitive deps: http://maven.apache.org/plugins/maven-dependency-plugin/copy-dependencies-mojo.html#excludeTransitive /Anders On Tue, Aug 31, 2010 at 19:33, EJ Ciramella wrote: > I've noticed recently that "copy-dependencies" finds the transitive > de

maven-dependency-plugin (version 2.1) question

2010-08-31 Thread EJ Ciramella
I've noticed recently that "copy-dependencies" finds the transitive dependencies, but "copy" does not. Is this intentional? We'd like to NOT have to repeat a majority of the dependencies when just using "copy" as the full list of transitive dependencies is bigger than what's needed. _

maven-dependency-plugin fail when unpack or copy give WARNING

2010-08-25 Thread eldad_ak
Hi all, Is there a way to fail the copy or unpack if they give warnings? Much like in this case: http://maven.apache.org/plugins/maven-dependency-plugin/examples/failing-the-build-on-dependency-analysis-warnings.html http://maven.apache.org/plugins/maven-dependency-plugin/examples/failing-the

Re: maven-dependency-plugin configuration not found when invoking dependency:copy goal

2010-08-11 Thread japher
Turns out I was adding the maven-dependency-plugin into the wrong profile (doh!). All sorted now - apologies! -- View this message in context: http://maven.40175.n5.nabble.com/maven-dependency-plugin-configuration-not-found-when-invoking-dependency-copy-goal-tp2471738p2471820.html Sent from

Re: maven-dependency-plugin configuration not found when invoking dependency:copy goal

2010-08-11 Thread Brian Fox
http://maven.apache.org/plugins/maven-dependency-plugin/faq.html#cli On Wed, Aug 11, 2010 at 6:52 AM, Joe Littlejohn wrote: > Hi, > > I'm having trouble using the dependency:copy and dependency:unpack > goals with Maven 2.2.1. I've been following this guide: > http:/

Re: maven-dependency-plugin configuration not found when invoking dependency:copy goal

2010-08-11 Thread Serge R
sorry guys, wrong thread...

Re: maven-dependency-plugin configuration not found when invoking dependency:copy goal

2010-08-11 Thread Serge R
Just added the missed section with all plugins and versions I use... nothing happend. I still did not understand, why my windows account name is used to send data to svn... The maven console shows the right username, the server log shows another.

Re: maven-dependency-plugin configuration not found when invoking dependency:copy goal

2010-08-11 Thread Anders Hammar
;ve been following this guide: > http://maven.apache.org/plugins/maven-dependency-plugin/examples/copying-artifacts.html > > The snippet from my POM looks like: > > > org.apache.maven.plugins > maven-dependency-plugin > > > > junit > junit > 3.8.1 > jar > true

maven-dependency-plugin configuration not found when invoking dependency:copy goal

2010-08-11 Thread Joe Littlejohn
Hi, I'm having trouble using the dependency:copy and dependency:unpack goals with Maven 2.2.1. I've been following this guide: http://maven.apache.org/plugins/maven-dependency-plugin/examples/copying-artifacts.html The snippet from my POM looks like: org.apache.mav

Re: Does maven-dependency-plugin consider Spring bean definitions?

2010-05-05 Thread vanyatka
de analysis of your code and all of your dependencies. It then > compares the list to figure out what's present but not used etc. > > -- View this message in context: http://old.nabble.com/Does-maven-dependency-plugin-consider-Spring-bean-definitions--tp28448197p28462895.html Se

Re: Does maven-dependency-plugin consider Spring bean definitions?

2010-05-04 Thread Christoph Kutzinski
te-commons-annotations:jar:3.3.0.ga:runtime Christoph Original-Nachricht Datum: Tue, 04 May 2010 12:12:37 -0400 Von: Justin Edelson An: Maven Users List Betreff: Re: Does maven-dependency-plugin consider Spring bean definitions? If you're referring to dependency:analyz

Re: Does maven-dependency-plugin consider Spring bean definitions?

2010-05-04 Thread Brian Fox
eclared dependencies found: >>> [WARNING] >>>  org.hibernate:hibernate-commons-annotations:jar:3.3.0.ga:runtime >>> >>> >>> Christoph >>> >>> >>> Original-Nachricht >>>> >>>> Datu

Re: Does maven-dependency-plugin consider Spring bean definitions?

2010-05-04 Thread Justin Edelson
hibernate:hibernate-commons-annotations:jar:3.3.0.ga:runtime >>> >>> >>> Christoph >>> >>> >>> Original-Nachricht >>>> Datum: Tue, 04 May 2010 12:12:37 -0400 >>>> Von: Justin Edelson >>>> An: Maven

Re: Does maven-dependency-plugin consider Spring bean definitions?

2010-05-04 Thread Christoph Kutzinski
Justin Edelson An: Maven Users List Betreff: Re: Does maven-dependency-plugin consider Spring bean definitions? If you're referring to dependency:analyze (and its kin), the answer is no - these goals only look at the compile-time dependencies; they do not execute your code. So any dependency acce

Re: Does maven-dependency-plugin consider Spring bean definitions?

2010-05-04 Thread Brian Fox
On Tue, May 4, 2010 at 1:20 PM, Justin Edelson wrote: > Sorry, that wasn't clear... I should have written "these goals only look > at the classes used at compile time." > > To get rid of this warning, set ignoreNonCompile to true. I'm unclear > why this isn't the default. > Me too, although I'm s

Re: Does maven-dependency-plugin consider Spring bean definitions?

2010-05-04 Thread Justin Edelson
tations:jar:3.3.0.ga:runtime > > > Christoph > > > Original-Nachricht >> Datum: Tue, 04 May 2010 12:12:37 -0400 >> Von: Justin Edelson >> An: Maven Users List >> Betreff: Re: Does maven-dependency-plugin consider Spring bean definitions? > >>

Re: Does maven-dependency-plugin consider Spring bean definitions?

2010-05-04 Thread Christoph Kutzinski
Original-Nachricht > Datum: Tue, 04 May 2010 12:12:37 -0400 > Von: Justin Edelson > An: Maven Users List > Betreff: Re: Does maven-dependency-plugin consider Spring bean definitions? > If you're referring to dependency:analyze (and its kin), the answer is >

Re: Does maven-dependency-plugin consider Spring bean definitions?

2010-05-04 Thread Justin Edelson
wrote: > > Hey, > > Trying to organize project dependencies, however not sure if > maven-dependency-plugin will take into account beans that are defined in > spring application context, but might not be referenced from source code. > The example can be Quartz Scheduler, which is

Does maven-dependency-plugin consider Spring bean definitions?

2010-05-04 Thread vanyatka
Hey, Trying to organize project dependencies, however not sure if maven-dependency-plugin will take into account beans that are defined in spring application context, but might not be referenced from source code. The example can be Quartz Scheduler, which is defined in spring context and runs

Re: maven-dependency-plugin: Question about copy-dependencies goal

2010-04-27 Thread Brian Fox
va project in Eclipse: The jars which > the project depends on must be copied to an external folder. > > > > The *maven-dependency-plugin* and its *copy-*dependencies goal come to > mind immediately. >

RES: maven-dependency-plugin: Question about copy-dependencies goal

2010-04-26 Thread Luciano Mantuaneli
l Heinz Marbaise [mailto:khmarba...@gmx.de] Enviada em: segunda-feira, 26 de abril de 2010 12:16 Para: Maven Users List; users@maven.apache.org Assunto: Re: maven-dependency-plugin: Question about copy-dependencies goal Hi, > > > process-resources Have you thought about linking the plugi

Re: maven-dependency-plugin: Question about copy-dependencies goal

2010-04-26 Thread Karl Heinz Marbaise
Hi, > > > process-resources Have you thought about linking the plugin to the package phase for example and did you tried that on command line ? Kind regards Karl Heinz Marbaise -- MfG Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(

maven-dependency-plugin: Question about copy-dependencies goal

2010-04-26 Thread Luciano Mantuaneli
Greetings. I have a very specific need in a java project in Eclipse: The jars which the project depends on must be copied to an external folder. The maven-dependency-plugin and its copy-dependencies goal come to mind immediately. As a test, I wrote the following pom.xml

Re: Problem with maven-dependency-plugin - copy-dependencies

2010-04-14 Thread Brian Fox
The jar files have a null classifier, so probably what happens is the field gets set from one execution and not unset in the other. You could try flipping the order around to see if that helps, or in the jars config, try setting it to " " and see if that helps. We need to trick plexus into injectin

Problem with maven-dependency-plugin - copy-dependencies

2010-04-14 Thread Shurgin,Gary
I am attempting to copy the Jar files and source Jar files into a non-maven project using the copy-dependencies control. I have tried several different approaches, and none of them seem to work. I have a section that looks like this. ${libDir} true

Does maven-dependency-plugin build-classpath create property?

2010-03-02 Thread David Hoffer
Does maven-dependency-plugin build-classpath create a maven property of the generated classpath so it can be used directly in the pom? Or do I have to write this to a file and read the contents? -Dave - To unsubscribe, e-mail

RE: maven-dependency-plugin unpack to different folder?

2010-01-20 Thread subir.sasikumar
. Subir -Original Message- From: David Hoffer [mailto:dhoff...@gmail.com] Sent: Thursday, January 21, 2010 1:40 AM To: Maven Users List Subject: maven-dependency-plugin unpack to different folder? Using the maven

Re: maven-dependency-plugin unpack to different folder?

2010-01-20 Thread Wayne Fay
> its going to include the foo/bar folder. How can I get rid of this? I don't know if this will work, but worth a try: ${project.build.directory}/classes/foo/bar           config.txt Wayne - To unsubscribe, e-mail: users-unsu

Re: maven-dependency-plugin unpack to different folder?

2010-01-20 Thread Dan Tran
oal, you can specify outputDirectory per artitfactItem >> configuration. >> >> -Dan >> >> >> On Wed, Jan 20, 2010 at 12:09 PM, David Hoffer wrote: >> > Using the maven-dependency-plugin is there a way to unpack to a different >> > folder?  I.e. if I ha

Re: maven-dependency-plugin unpack to different folder?

2010-01-20 Thread David Hoffer
? -Dave On Wed, Jan 20, 2010 at 1:31 PM, Dan Tran wrote: > for unpack goal, you can specify outputDirectory per artitfactItem > configuration. > > -Dan > > > On Wed, Jan 20, 2010 at 12:09 PM, David Hoffer wrote: > > Using the maven-dependency-plugin is there a w

Re: maven-dependency-plugin unpack to different folder?

2010-01-20 Thread Dan Tran
for unpack goal, you can specify outputDirectory per artitfactItem configuration. -Dan On Wed, Jan 20, 2010 at 12:09 PM, David Hoffer wrote: > Using the maven-dependency-plugin is there a way to unpack to a different > folder?  I.e. if I have a resource at /foo/bar/config.txt can I con

maven-dependency-plugin unpack to different folder?

2010-01-20 Thread David Hoffer
Using the maven-dependency-plugin is there a way to unpack to a different folder? I.e. if I have a resource at /foo/bar/config.txt can I configure to unpack at /props/config.txt? -Dave

Re: Usage of maven-dependency-plugin in a multi-modul ebuild

2009-12-31 Thread Dan Tran
I assume all you want to dump all project dependencies and associcate transitive deps? create a project which depends on all modules in your build, inthere execute dependency:copy-dependency to to your desired location On Thu, Dec 31, 2009 at 12:22 PM, Werner Guttmann wrote: > Hi, > > I'd like

Usage of maven-dependency-plugin in a multi-modul ebuild

2009-12-31 Thread Werner Guttmann
Hi, I'd like to use the maven-dependency-plugin's copy-dependencies goal to copy all project dependencies of a complete multi-module build to a single output directory. Is this actually achievable ? So far I have only come across examples for simple projects where things seem to be straight-

Re: particular version of maven-dependency-plugin

2009-11-12 Thread Nick Stolwijk
And to explain why it won't take the last. Since maven 2.0.9 all the core plugins are nailed down in the super pom. So old builds won't break when new versions are released. You are still advised to nail down all the plugins you use in your build including the core plugins. For all non-core plugins

Re: particular version of maven-dependency-plugin

2009-11-12 Thread Karl Heinz Marbaise
Hi, many thanks...it works... Try using the FQ plugin name/coordinates: mvn org.apache.maven.plugins:maven-dependency-plugin:2.1:tree sometimes the obviously things don't coming into my mind...;-) Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405

Re: particular version of maven-dependency-plugin

2009-11-12 Thread Adam Leggett (UPCO)
Try using the FQ plugin name/coordinates: mvn org.apache.maven.plugins:maven-dependency-plugin:2.1:tree Cheers Adam On Thu, 2009-11-12 at 10:49 +0100, Karl Heinz Marbaise wrote: > Hi, > > i'm trying to run the maven-dependency-plugin from command line without > putting the

particular version of maven-dependency-plugin

2009-11-12 Thread Karl Heinz Marbaise
Hi, i'm trying to run the maven-dependency-plugin from command line without putting the information into the pom of the project... Just simply using: mvn dependency:tree But what i'm astonished about is that it always will download the 2.0 release of the plugin and not the l

Re: [maven-dependency-plugin] Issues with multiple invocations of dependency:upack goal (readonly "local" parameter)

2009-10-10 Thread Brian Fox
, 2009 at 4:55 AM, kkarad wrote: > > Hi all, > > I 've got a pom type parent project which includes 4 modules (child > projects) > > Each module produces a jar file and during the deployment phase the > maven-dependency-plugin unpacks it to a specific location (the >

[maven-dependency-plugin] Issues with multiple invocations of dependency:upack goal (readonly "local" parameter)

2009-10-09 Thread kkarad
Hi all, I 've got a pom type parent project which includes 4 modules (child projects) Each module produces a jar file and during the deployment phase the maven-dependency-plugin unpacks it to a specific location (the dependency:unpack goal is called indirectly from my own custom plugin)

Re: help with maven-dependency-plugin

2009-07-22 Thread Thomas Scheffler
Am Mittwoch 22 Juli 2009 09:13:49 schrieb Nicholas Tung: > 2009/7/21 Thomas Scheffler > > > Hi, > > > > I am using the maven-dependency-plugin to build a big jar file out of > > direct > > dependencies (code below). If that big jar file is a dependen

Re: help with maven-dependency-plugin

2009-07-22 Thread Nicholas Tung
2009/7/21 Thomas Scheffler > Hi, > > I am using the maven-dependency-plugin to build a big jar file out of > direct > dependencies (code below). If that big jar file is a dependency of another > project all direct dependencies are also copied over. I just want to copy

help with maven-dependency-plugin

2009-07-21 Thread Thomas Scheffler
Hi, I am using the maven-dependency-plugin to build a big jar file out of direct dependencies (code below). If that big jar file is a dependency of another project all direct dependencies are also copied over. I just want to copy the transitive dependencies of the big jar file. I tried to

Re: maven-dependency-plugin doesn't find all dependencies in several repositories

2009-06-16 Thread gorgophol
ontext: http://www.nabble.com/maven-dependency-plugin-doesn%27t-find-all-dependencies-in-several-repositories-tp23961970p24049425.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubsc

Re: maven-dependency-plugin doesn't find all dependencies in several repositories

2009-06-15 Thread gorgophol
e any information stored in localRepositories in my oppinion! -- View this message in context: http://www.nabble.com/maven-dependency-plugin-doesn%27t-find-all-dependencies-in-several-repositories-tp23961970p24034808.html Sent from the Maven - Users mailing list archive at Nabbl

Re: maven-dependency-plugin doesn't find all dependencies in several repositories

2009-06-14 Thread gorgophol
is really only a "release-repository". So it should work I think, shouldn't it? -- View this message in context: http://www.nabble.com/maven-dependency-plugin-doesn%27t-find-all-dependencies-in-several-repositories-tp23961970p24029230.html Sen

Re: maven-dependency-plugin doesn't find all dependencies in several repositories

2009-06-10 Thread Stephen Connolly
t; But all other dependencies are copied. > > > > So I thought it might be because Z is in Repos2. > > But that should be no problem in my opinion. > > -- > > View this message in context: > http://www.nabble.com/maven-dependency-plugin-doesn%27t-find-all-depend

Re: maven-dependency-plugin doesn't find all dependencies in several repositories

2009-06-10 Thread Nick Stolwijk
gt; So I thought it might be because Z is in Repos2. > But that should be no problem in my opinion. > -- > View this message in context: > http://www.nabble.com/maven-dependency-plugin-doesn%27t-find-all-dependencies-in-several-repositories-tp23

Re: maven-dependency-plugin doesn't find all dependencies in several repositories

2009-06-10 Thread gorgophol
ed. So I thought it might be because Z is in Repos2. But that should be no problem in my opinion. -- View this message in context: http://www.nabble.com/maven-dependency-plugin-doesn%27t-find-all-dependencies-in-several-repositories-tp23961970p23962522.html Sent from the Maven - Users mail

Re: maven-dependency-plugin doesn't find all dependencies in several repositories

2009-06-10 Thread Nick Stolwijk
If you use dependency:tree-output on project Z what is the scope of the dependency? Then look at [1] to see the transitive scope of that dependency. Probably the dependency is in the wrong scope. [1] http://www.sonatype.com/books/maven-book/reference/pom-relationships-sect-transitive.html Hth,

maven-dependency-plugin doesn't find all dependencies in several repositories

2009-06-10 Thread gorgophol
tory. It's this constellation I have to use!) Thanks a lot. -Gorgophol- -- View this message in context: http://www.nabble.com/maven-dependency-plugin-doesn%27t-find-all-dependencies-in-several-repositories-tp23961970p23961970.html Sent from the Maven - Users mailing list a

Re: maven-dependency-plugin odd behaviour

2009-05-22 Thread Brian Fox
so I am wondering if its a m2eclipse configuration or some > classpath/command line type mess up. > > > From: ajpurk...@hotmail.com > > To: users@maven.apache.org > > Subject: RE: maven-dependency-plugin odd behaviour > > Date: Thu, 21 May 2009 20:36:52 -0400 >

RE: maven-dependency-plugin odd behaviour

2009-05-22 Thread Adam Purkiss
urk...@hotmail.com > To: users@maven.apache.org > Subject: RE: maven-dependency-plugin odd behaviour > Date: Thu, 21 May 2009 20:36:52 -0400 > > > Thanks will give that a try. I tried a few things around that idea that did > not seem to work but maybe that will address it. Al

RE: maven-dependency-plugin odd behaviour

2009-05-21 Thread Adam Purkiss
bject: RE: maven-dependency-plugin odd behaviour > Date: Thu, 21 May 2009 15:11:28 -0500 > > Yup..seen that..be careful switching between CLI and m2eclipse..turn of > Build Automatically when running CLI.. > > > Thanks, > mohan kr > > > -Original Messag

RE: maven-dependency-plugin odd behaviour

2009-05-21 Thread Mohan KR
: org.apache.maven.plugins maven-dependency-plugin 2.1 copy install copy com.intellimec.drive-sync drive-sync-ias-common ${project.version} jar true ../../../lib Debug output [DEBUG] The following artifacts were filtered out for plugin: org.apache.maven.plugins:maven-dependency-plugin:2.1

Re: maven-dependency-plugin odd behaviour

2009-05-21 Thread Roger Pack
ror: C:\iPaid\iPaid Application > Server\maven\modules\drive-sync-ias-common\target\classes (Access is denied) > > > > Any idea what is going on? I must be missing something obvious. I just dont > get why one way works and the other fails. I am running Maven 2.1 on a >

maven-dependency-plugin odd behaviour

2009-05-21 Thread Adam Purkiss
-dependency-plugin 2.1 copy install copy com.intellimec.drive-sync drive-sync-ias-common ${project.version} jar true ../../../lib Debug output [DEBUG] The following artifacts were filtered out for plugin: org.apache.maven.plugins:maven-dependency-plugin:2.1 because they&#x

Re: How to use maven-dependency-plugin to unpack-dependencies for 2 artifacts?

2009-04-06 Thread Stephen Connolly
... cli-app maven-dependency-plugin true true true true unpack-web-app1

Re: How to use maven-dependency-plugin to unpack-dependencies for 2 artifacts?

2009-04-03 Thread David Hoffer
Please send sample when you get back. Dave Hoffer - sent via G1 On Apr 3, 2009 12:51 AM, "Stephen Connolly" wrote: I have this working no problem but I am on vacation til monday, so do not have access to a sample pom 2009/4/2 David Hoffer > I did use excludeTransitive but did not help so

Re: How to use maven-dependency-plugin to unpack-dependencies for 2 artifacts?

2009-04-02 Thread Stephen Connolly
r pom. But I too would love a better solution. > >> > > >> > Actually, the situation could be a bit worse than I portray it above, > if > >> > Maven itself does not handle multiple executions by making separate > >> > calls to execute, with a differen

Re: How to use maven-dependency-plugin to unpack-dependencies for 2 artifacts?

2009-04-02 Thread David Hoffer
t worse than I portray it above, if >> > Maven itself does not handle multiple executions by making separate >> > calls to execute, with a different set of instantiated parameters each >> > time. But I hope it does. >> > >> > -- Bryan >> > >>

Re: How to use maven-dependency-plugin to unpack-dependencies for 2 artifacts?

2009-04-02 Thread Stephen Connolly
gt; > > > -- Bryan > > > > -Original Message- > > From: David Hoffer [mailto:dhoff...@gmail.com] > > Sent: Wednesday, April 01, 2009 8:42 PM > > To: users@maven.apache.org > > Subject: How to use maven-dependency-plugin to unpack-dependencies for

RE: How to use maven-dependency-plugin to unpack-dependencies for 2 artifacts?

2009-04-02 Thread Brian E. Fox
ions by making separate > calls to execute, with a different set of instantiated parameters each > time. But I hope it does. > > -- Bryan > > -Original Message- > From: David Hoffer [mailto:dhoff...@gmail.com] > Sent: Wednesday, April 01, 2009 8:42 PM > To: us

Re: How to use maven-dependency-plugin to unpack-dependencies for 2 artifacts?

2009-04-02 Thread David Hoffer
dnesday, April 01, 2009 8:42 PM > To: users@maven.apache.org > Subject: How to use maven-dependency-plugin to unpack-dependencies for 2 > artifacts? > > I'm having problems figuring out how to configure the > maven-dependency-plugin to unpack 2 separate dependencies.  I ha

RE: How to use maven-dependency-plugin to unpack-dependencies for 2 artifacts?

2009-04-02 Thread Bryan Loofbourrow
aven-dependency-plugin to unpack-dependencies for 2 artifacts? I'm having problems figuring out how to configure the maven-dependency-plugin to unpack 2 separate dependencies. I have 3 executions, the first uses the copy-dependencies goal to copy a swf artifact, this seems to work. Then I have

Re: How to use maven-dependency-plugin to unpack-dependencies for 2 artifacts?

2009-04-02 Thread David Hoffer
both of your files in both > executions so you just need to be more specific which artifacts to unpack. > On 4/1/09 11:42 PM, "David Hoffer" wrote: > >> I'm having problems figuring out how to configure the >> maven-dependency-plugin to unpack 2 separate depe

Re: How to use maven-dependency-plugin to unpack-dependencies for 2 artifacts?

2009-04-02 Thread Brian E. Fox
problems figuring out how to configure the > maven-dependency-plugin to unpack 2 separate dependencies. I have 3 > executions, the first uses the copy-dependencies goal to copy a swf > artifact, this seems to work. > > Then I have two executions each using unpack-dependencies go

How to use maven-dependency-plugin to unpack-dependencies for 2 artifacts?

2009-04-01 Thread David Hoffer
I'm having problems figuring out how to configure the maven-dependency-plugin to unpack 2 separate dependencies. I have 3 executions, the first uses the copy-dependencies goal to copy a swf artifact, this seems to work. Then I have two executions each using unpack-dependencies goal; the

Re : RE: Bug with maven-dependency-plugin?

2009-02-17 Thread Jean-François Mathiot
Message- From: Antonio Parolini Date: Tue, 17 Feb 2009 07:27:12 To: Subject: RE: Bug with maven-dependency-plugin? Same here: Using the servebox plugin and having the same exception. It's probably the same problem. The workaround is also to force the use of 2.0-alpha-4. I'v

RE: Bug with maven-dependency-plugin?

2009-02-17 Thread Antonio Parolini
fix that. >> >> -Original Message- >> From: Sebastien ARBOGAST [mailto:sebastien.arbog...@gmail.com] >> Sent: Sunday, March 02, 2008 12:48 PM >> To: Maven Users List >> Subject: Re: Bug with maven-dependency-plugin? >> >> I finally fou

[ANN] Maven Dependency Plugin 2.1 and Maven Dependency Analyzer 1.1 released

2009-01-10 Thread Brian Fox
The Maven team is pleased to announce the release of the Maven Dependency Plugin, version 2.1 This plugin is used to copy and unpack artifacts and dependencies. It also provides visualization and optimization tools for your project dependencies. http://maven.apache.org/plugins/maven-dependency

RE: maven-dependency-plugin copy-dependencies

2009-01-08 Thread Brian E. Fox
Nope, it's the same as this: http://maven.apache.org/plugins/maven-dependency-plugin/faq.html#cli If you put the config in an execution, that config is not picked up when you run from the cli. If you want to bind it to a phase to run as part of the lifecycle, then it will work fine. I

Re: maven-dependency-plugin copy-dependencies

2009-01-08 Thread Ryan Moquin
are > independent of the phase and goals: > > > org.apache.maven.plugins > maven-dependency-plugin > > zip > jar > true > > ${project.build.directory}/standalone > false > false >

<    1   2   3   4   5   >