summaryrefslogtreecommitdiffstats
path: root/maven-plugins/trunk
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-08-30 19:10:19 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-08-30 19:10:19 +0000
commitbe58165f0f46c3615492c546ce183ac5a8d68330 (patch)
treecfda9a2626c722abb53e16cc770c89a2c9e219d7 /maven-plugins/trunk
parent5131b11cadc10de31c631890b937d989018fe15a (diff)
Rename the artifact id to avoid conflicts with the official maven dependency plugin prefix
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990901 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven-plugins/trunk')
-rw-r--r--maven-plugins/trunk/maven-dependency-plugin/README2
-rw-r--r--maven-plugins/trunk/maven-dependency-plugin/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/maven-plugins/trunk/maven-dependency-plugin/README b/maven-plugins/trunk/maven-dependency-plugin/README
index 8287b64091..03efc6b0ad 100644
--- a/maven-plugins/trunk/maven-dependency-plugin/README
+++ b/maven-plugins/trunk/maven-dependency-plugin/README
@@ -17,7 +17,7 @@ To use the plugin, you can add the following section to the pom.xml:
<plugin>
<groupId>org.apache.tuscany.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
+ <artifactId>maven-dependency-classes-plugin</artifactId>
<version>1.0.0-SNAPSHOT</version>
<configuration>
<verbose>true</verbose>
diff --git a/maven-plugins/trunk/maven-dependency-plugin/pom.xml b/maven-plugins/trunk/maven-dependency-plugin/pom.xml
index 33461c08dd..6d9d393f53 100644
--- a/maven-plugins/trunk/maven-dependency-plugin/pom.xml
+++ b/maven-plugins/trunk/maven-dependency-plugin/pom.xml
@@ -26,7 +26,7 @@
</parent>
<groupId>org.apache.tuscany.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
+ <artifactId>maven-dependency-classes-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Apache Tuscany Maven Dependency Plugin</name>
<version>1.0.0-SNAPSHOT</version>