summaryrefslogtreecommitdiffstats
path: root/maven-plugins/trunk/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-08-30 17:50:42 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-08-30 17:50:42 +0000
commit032ab6a311978fa7a4a829585258d8d1831ff71a (patch)
tree0d340c518e5bdc79db5d3302cbeaa62c1ef33ab8 /maven-plugins/trunk/pom.xml
parent5e04cf7908c2be7a07b15e8ffa0f8bd5caf2cff0 (diff)
Add a maven plugin that checks the class conflicts for the dependencies or all jars from a directory
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990880 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven-plugins/trunk/pom.xml')
-rw-r--r--maven-plugins/trunk/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/maven-plugins/trunk/pom.xml b/maven-plugins/trunk/pom.xml
index 8b3a793c11..a932f61f27 100644
--- a/maven-plugins/trunk/pom.xml
+++ b/maven-plugins/trunk/pom.xml
@@ -98,6 +98,7 @@
<modules>
<module>maven-bundle-plugin</module>
+ <module>maven-dependency-plugin</module>
<module>maven-eclipse-compiler</module>
<!--module>maven-java2wsdl-plugin</module-->
<module>maven-osgi-junit</module>