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: usage of maven-dependency-plugin

2007-03-28 Thread Lewandowski, Eric
Hi Brian, Yes, the problem is solved after cleaning all repositories. Thanks a lot for all your help ! Eric -Message d'origine- De : Brian E. Fox [mailto:[EMAIL PROTECTED] Envoyé : mercredi 28 mars 2007 12:53 À : Maven Users List Objet : RE: usage of maven-dependency-plugin Hi

RE: usage of maven-dependency-plugin

2007-03-28 Thread Brian E. Fox
2007 11:12 AM To: Maven Users List Subject: RE: usage of maven-dependency-plugin Thanks for your answer Brian ! I think your found the problem. I can clear org/codehaus/mojo from my local but this not solves the problem because the plugin is downloaded from the internal repository of my company

RE: usage of maven-dependency-plugin

2007-03-28 Thread Lewandowski, Eric
solve this problem. Regards, Eric Lewandowski -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: Wed 2007-03-28 10:33 To: Maven Users List Subject: RE: usage of maven-dependency-plugin Clear org/codehaus/mojo from your local repo and this will fix the problem. If

RE: usage of maven-dependency-plugin

2007-03-28 Thread Lewandowski, Eric
2.0-alpha-4 May be the codehaus plugin is defined in a higher pom parent. I will check this. Regards, Eric Lewandowski -Original Message- From: Stefan Hübner [mailto:[EMAIL PROTECTED] Sent: Wed 2007-03-28 10:31 To: Maven Users List Subject: Re: usage of maven-depende

RE: usage of maven-dependency-plugin

2007-03-28 Thread Brian E. Fox
AM To: users@maven.apache.org Subject: usage of maven-dependency-plugin Hi, I want to analyze my project dependencies with maven-dependency-plugin. In my pom.xml, i put this entry to the project/build/plugins entry : org.apache.maven.plugins maven-dependency-plugin 2.0-alpha-4 The

Re: usage of maven-dependency-plugin

2007-03-28 Thread Stefan Hübner
Alexander, could you please invoke mvn dependency:analyze with options -X -e? Is Maven really using the apache-version of the plugin or the codehaus-version? Another way to figure out, which plugin Maven is using is to invoke "mvn help:describe -Dplugin=dependency" Cheers, Stefan 2007/3/28, Lewa

RE: usage of maven-dependency-plugin

2007-03-28 Thread Lewandowski, Eric
Eric Lewandowski -Original Message- From: Napoleon Esmundo Ramirez [mailto:[EMAIL PROTECTED] Sent: Wed 2007-03-28 10:11 To: Maven Users List Subject: Re: usage of maven-dependency-plugin Hello Eric, I can't replicate your issue, maybe you can provide us wi

Re: usage of maven-dependency-plugin

2007-03-28 Thread Napoleon Esmundo Ramirez
Hello Eric, I can't replicate your issue, maybe you can provide us with more information by telling us what version of maven you are using, and probably your pom.xmland some console output. :) According to http://maven.apache.org/plugins/maven-dependency-plugin/analyze-mojo.html, the analyze moj

usage of maven-dependency-plugin

2007-03-28 Thread Lewandowski, Eric
Hi, I want to analyze my project dependencies with maven-dependency-plugin. In my pom.xml, i put this entry to the project/build/plugins entry : org.apache.maven.plugins maven-dependency-plugin 2.0-alpha-4 The resolution failed with this traces : mvn dependency:analyze [INFO] Scanning