From bad1f71da1978610806427e2e2a2f96a2fb5b88e Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 12 Apr 2012 09:14:28 +0000 Subject: Tag 2.0 RC1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1325166 13f79535-47bb-0310-9956-ffa450edef68 --- .../tags/2.0-RC1/maven/tuscany-diagram-plugin/README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sca-java-2.x/tags/2.0-RC1/maven/tuscany-diagram-plugin/README (limited to 'sca-java-2.x/tags/2.0-RC1/maven/tuscany-diagram-plugin/README') diff --git a/sca-java-2.x/tags/2.0-RC1/maven/tuscany-diagram-plugin/README b/sca-java-2.x/tags/2.0-RC1/maven/tuscany-diagram-plugin/README new file mode 100644 index 0000000000..47a7f98c57 --- /dev/null +++ b/sca-java-2.x/tags/2.0-RC1/maven/tuscany-diagram-plugin/README @@ -0,0 +1,20 @@ +This module is a Maven plugin for generating diagrams for SCA composites. + +To configure the project add the following to the pom.xml: + + + ... + + + org.apache.tuscany.sca + tuscany-diagram-plugin + + ... + + + + +Optional parameters are: + outputDirectory - The output directory for the generated diagrams, default to ${project.build.directory}/composite-diagrams + composites - A list of composite files + -- cgit v1.2.3