Re: Copy transitive dependencies

2009-07-09 Thread Costin Caraivan
rtifactResolver.resolveTransitively(artifacts, dependency, remoteArtifactRepositories, localRepository, artifactMetadataSource); artifactResolved.getArtifacts(); ... iterate over the resulting artifacts & do your stuff :) -- View this message in context: http://www.nabble.com/Copy-transitive-dependencies-tp

Re: Copy transitive dependencies

2009-07-07 Thread Brian Fox
Repository(artifact, >> remoteRepositories, localRepository) >> I was thinking of using getDependencies() on the project, but this gives me >> a nice NPE. How can I use DefaultMavenProjectBuilder? >> >> I also looked around at maven-dependency-plugin & others but I'm ha

Re: Copy transitive dependencies

2009-07-07 Thread Samuel Le Berrigaud
o looked around at maven-dependency-plugin & others but I'm having > problems understanding exactly the parts I need (plus the documentation > isn't that great...). > > Any ideas? > > Kind regard, > Costin. > --

Copy transitive dependencies

2009-07-07 Thread Costin Caraivan
plus the documentation isn't that great...). Any ideas? Kind regard, Costin. -- View this message in context: http://www.nabble.com/Copy-transitive-dependencies-tp24376786p24376786.html Sent from the Maven Developers mailing list archive at Nabble.com. --