You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2013/09/30 07:48:10 UTC

svn commit: r1527448 - /tuscany/sca-java-2.x/branches/2.0/pom.xml

Author: lresende
Date: Mon Sep 30 05:48:10 2013
New Revision: 1527448

URL: http://svn.apache.org/r1527448
Log:
Add missing plugin to distribution profile

Modified:
    tuscany/sca-java-2.x/branches/2.0/pom.xml

Modified: tuscany/sca-java-2.x/branches/2.0/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0/pom.xml?rev=1527448&r1=1527447&r2=1527448&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0/pom.xml Mon Sep 30 05:48:10 2013
@@ -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>