Re: How to get dependency artifacts for another artifact ?

2010-01-15 Thread maciejmad
Hm I have one problem. depProject.getDependencyArtifacts() is null How to resolve this project dependency ?? Best regards -- View this message in context: http://old.nabble.com/How-to-get-dependency-artifacts-for-another-artifact---tp27167882p27173357.html Sent from the Maven

Re: How to get dependency artifacts for another artifact ?

2010-01-14 Thread maciejmad
trasse 177 USt.IdNr: DE191347579 > 52146 Würselen http://www.soebes.de > > - > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-m

Re: How to get dependency artifacts for another artifact ?

2010-01-14 Thread Karl Heinz Marbaise
Hi there, public class PlatformProviderConfigurer extends AbstractMojo { /** @parameter default-value="${project}" */ private MavenProject mavenProject; public void execute() throws MojoExecutionException { Set dependencyArtifacts = mavenProject.getDepende

How to get dependency artifacts for another artifact ?

2010-01-14 Thread maciejmad
artifacts for project and all artifacts for project. But how I can get a dependency artifacts for each dependency artifacts of project (for defaultArtifact in foreach) ? Best regards. -- View this message in context: http://old.nabble.com/How-to-get-dependency-artifacts-for-anothe