Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColorpink

To build this contribution using Maven Ant do the following:

TODO

Panel
bgColorsilver

To build this contribution using Maven do the following:

Code Block
cd helloworld-contribution
mvn

This will produce the contribution as follows:

Code Block
helloworld-contribution/target/helloworld-contribution.jar

You can run the contribution using Maven by doing the following:

Code Block
cd helloworld-contribution
mvn tuscany:run

...