[jboss-dev] thirdparty dependency:analyze not working
Scott Stark
sstark at redhat.com
Thu Aug 7 22:02:18 EDT 2008
Thanks, that is working fine.
Pete Muir wrote:
> I run mvn dependency:tree successfully on POMs which just specify
> dependencies - this gives you a tree structure showing where
> dependencies come from. You need to make sure you are using
> org.apache.maven.plugins:maven-dependency-plugin:2.0
>
> <pluginManagement>
> <plugins>
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-dependency-plugin</artifactId>
> <version>2.0</version>
> </plugin>
> </plugins>
> </pluginManagement>
>
More information about the jboss-development
mailing list