diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2013-09-30 05:48:10 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2013-09-30 05:48:10 +0000 |
commit | 37edc27982dd9e1ed3cc55d0cb315fc53195e05e (patch) | |
tree | bf73c9608a7bd5311189e9e1a74f915334b57343 /sca-java-2.x/branches | |
parent | bf58c2165fd61df45c6188acfccb951940e15cd6 (diff) |
Add missing plugin to distribution profile
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1527448 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/branches')
-rw-r--r-- | sca-java-2.x/branches/2.0/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-2.x/branches/2.0/pom.xml b/sca-java-2.x/branches/2.0/pom.xml index e31675ca8e..295b80e04d 100644 --- a/sca-java-2.x/branches/2.0/pom.xml +++ b/sca-java-2.x/branches/2.0/pom.xml @@ -241,6 +241,7 @@ <id>distribution</id> <modules> <module>maven/tuscany-maven-plugin</module> + <module>maven/tuscany-diagram-plugin</module> <module>modules</module> <module>samples</module> <module>testing/itest</module> |