apache-tuscany/sca-java-2.x/trunk/maven/maven-tuscany-plugin
2010-06-02 15:42:06 +00:00
..
src/main/java/org/apache/tuscany/maven/plugin Try moving the Tuscany plugin to be included in trunk build 2010-06-02 08:23:17 +00:00
LICENSE Try moving the Tuscany plugin to be included in trunk build 2010-06-02 08:23:17 +00:00
NOTICE Try moving the Tuscany plugin to be included in trunk build 2010-06-02 08:23:17 +00:00
pom.xml Correct version from merge from m5 branch to trunk 2010-06-02 15:42:06 +00:00
README Try moving the Tuscany plugin to be included in trunk build 2010-06-02 08:23:17 +00:00

This module is a Maven plugin for starting a Tuscany runtime which runs the project as an SCA contribution.

To configure the project add the following to the SCA contribution's pom.xml:

   <build>
      ...
      <plugins>
         <plugin>
            <groupId>org.apache.tuscany.maven.plugins</groupId>
            <artifactId>maven-tuscany-plugin</artifactId>
         </plugin>
      ...
      </plugins>
   </build>

To run the contribution in Tuscany use "mvn tuscany:run"

Optional parameters are:
  config - uri string to configure the Tuscany runtime
  contributions - additional SCA contributions to install along with the project contribution