From 200a40b332420f94992eb39a6d0ea1cf1490ffc4 Mon Sep 17 00:00:00 2001 From: coreyg Date: Fri, 21 Nov 2014 09:30:19 +0000 Subject: Adding tuscany's website to their svn repo for svnpubsub git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1640879 13f79535-47bb-0310-9956-ffa450edef68 --- .../plugins/tuscany-war-plugin/usage.html | 139 +++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 site/trunk/site-publish/plugins/tuscany-war-plugin/usage.html (limited to 'site/trunk/site-publish/plugins/tuscany-war-plugin/usage.html') diff --git a/site/trunk/site-publish/plugins/tuscany-war-plugin/usage.html b/site/trunk/site-publish/plugins/tuscany-war-plugin/usage.html new file mode 100644 index 0000000000..07ec1683de --- /dev/null +++ b/site/trunk/site-publish/plugins/tuscany-war-plugin/usage.html @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + Apache Tuscany War Plugin - + + + + + + + +
+ +
+
+
+

Usage

The tuscany-war-plugin is associated with the package phase of the build lifecycle and is typically included in the build definition for your project:

    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.tuscany.sca</groupId>
+                <artifactId>tuscany-war-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>tuscany-war</id>
+                        <goals>
+                            <goal>tuscany-war</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>

The plugin adds the jars needed by the webapp integration code into WEB-INF/lib so that they are included on the web application's classpath.

It also adds the jars needed by the webapp runtime into WEB-INF/tuscany/lib. These are loaded by the integration code and do not appear on the web application's classpath.

+
+
+
+
+
+ + + -- cgit v1.2.3