|
|
Maven Plugins
Apache Tuscany provides a set of Apache Maven Plugins to assist in the development of SCA applications. These simplify common build-time tasks such as generating code, packaging artifacts such as wars, and testing applications.
| Plugin |
Id |
Description |
| Composite |
org.apache.tuscany:tuscany-composite-plugin |
Simplifies packaging of SCA composites. |
| WAR Packaging |
org.apache.tuscany:tuscany-war-plugin |
Adds an Apache Tuscany runtime to a web application. |
| Integration Test |
org.apache.tuscany:tuscany-itest-plugin |
Supports integration testing of SCA components during a build. |
|