summaryrefslogtreecommitdiffstats
path: root/site/trunk/site-publish/plugins/tuscany-war-plugin
diff options
context:
space:
mode:
Diffstat (limited to 'site/trunk/site-publish/plugins/tuscany-war-plugin')
-rw-r--r--site/trunk/site-publish/plugins/tuscany-war-plugin/css/maven-base.css145
-rw-r--r--site/trunk/site-publish/plugins/tuscany-war-plugin/css/maven-theme.css141
-rw-r--r--site/trunk/site-publish/plugins/tuscany-war-plugin/css/print.css7
-rw-r--r--site/trunk/site-publish/plugins/tuscany-war-plugin/dependencies.html124
-rw-r--r--site/trunk/site-publish/plugins/tuscany-war-plugin/images/collapsed.gifbin0 -> 53 bytes
-rw-r--r--site/trunk/site-publish/plugins/tuscany-war-plugin/images/expanded.gifbin0 -> 52 bytes
-rw-r--r--site/trunk/site-publish/plugins/tuscany-war-plugin/images/external.pngbin0 -> 230 bytes
-rw-r--r--site/trunk/site-publish/plugins/tuscany-war-plugin/images/icon_error_sml.gifbin0 -> 1010 bytes
-rw-r--r--site/trunk/site-publish/plugins/tuscany-war-plugin/images/icon_info_sml.gifbin0 -> 606 bytes
-rw-r--r--site/trunk/site-publish/plugins/tuscany-war-plugin/images/icon_success_sml.gifbin0 -> 990 bytes
-rw-r--r--site/trunk/site-publish/plugins/tuscany-war-plugin/images/icon_warning_sml.gifbin0 -> 576 bytes
-rw-r--r--site/trunk/site-publish/plugins/tuscany-war-plugin/images/logos/maven-feather.pngbin0 -> 3035 bytes
-rw-r--r--site/trunk/site-publish/plugins/tuscany-war-plugin/images/newwindow.pngbin0 -> 220 bytes
-rw-r--r--site/trunk/site-publish/plugins/tuscany-war-plugin/index.html124
-rw-r--r--site/trunk/site-publish/plugins/tuscany-war-plugin/integration.html124
-rw-r--r--site/trunk/site-publish/plugins/tuscany-war-plugin/issue-tracking.html124
-rw-r--r--site/trunk/site-publish/plugins/tuscany-war-plugin/license.html124
-rw-r--r--site/trunk/site-publish/plugins/tuscany-war-plugin/mail-lists.html124
-rw-r--r--site/trunk/site-publish/plugins/tuscany-war-plugin/plugin-info.html137
-rw-r--r--site/trunk/site-publish/plugins/tuscany-war-plugin/project-info.html124
-rw-r--r--site/trunk/site-publish/plugins/tuscany-war-plugin/project-reports.html124
-rw-r--r--site/trunk/site-publish/plugins/tuscany-war-plugin/project-summary.html124
-rw-r--r--site/trunk/site-publish/plugins/tuscany-war-plugin/source-repository.html127
-rw-r--r--site/trunk/site-publish/plugins/tuscany-war-plugin/team-list.html139
-rw-r--r--site/trunk/site-publish/plugins/tuscany-war-plugin/tuscany-war-mojo.html253
-rw-r--r--site/trunk/site-publish/plugins/tuscany-war-plugin/usage.html139
26 files changed, 2204 insertions, 0 deletions
diff --git a/site/trunk/site-publish/plugins/tuscany-war-plugin/css/maven-base.css b/site/trunk/site-publish/plugins/tuscany-war-plugin/css/maven-base.css
new file mode 100644
index 0000000000..044d12d206
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-war-plugin/css/maven-base.css
@@ -0,0 +1,145 @@
+body {
+ margin: 0px;
+ padding: 0px;
+}
+img {
+ border:none;
+}
+table {
+ padding:0px;
+ width: 100%;
+ margin-left: -2px;
+ margin-right: -2px;
+}
+acronym {
+ cursor: help;
+ border-bottom: 1px dotted #feb;
+}
+table.bodyTable th, table.bodyTable td {
+ padding: 2px 4px 2px 4px;
+ vertical-align: top;
+}
+div.clear{
+ clear:both;
+ visibility: hidden;
+}
+div.clear hr{
+ display: none;
+}
+#bannerLeft, #bannerRight {
+ font-size: xx-large;
+ font-weight: bold;
+}
+#bannerLeft img, #bannerRight img {
+ margin: 0px;
+}
+.xleft, #bannerLeft img {
+ float:left;
+ text-shadow: #7CFC00;
+}
+.xright, #bannerRight img {
+ float:right;
+ text-shadow: #7CFC00;
+}
+#banner {
+ padding: 0px;
+}
+#banner img {
+ border: none;
+}
+#breadcrumbs {
+ padding: 3px 10px 3px 10px;
+}
+#leftColumn {
+ width: 170px;
+ float:left;
+ overflow: auto;
+}
+#bodyColumn {
+ margin-right: 1.5em;
+ margin-left: 197px;
+}
+#legend {
+ padding: 8px 0 8px 0;
+}
+#navcolumn {
+ padding: 8px 4px 0 8px;
+}
+#navcolumn h5 {
+ margin: 0;
+ padding: 0;
+ font-size: small;
+}
+#navcolumn ul {
+ margin: 0;
+ padding: 0;
+ font-size: small;
+}
+#navcolumn li {
+ list-style-type: none;
+ background-image: none;
+ background-repeat: no-repeat;
+ background-position: 0 0.4em;
+ padding-left: 16px;
+ list-style-position: outside;
+ line-height: 1.2em;
+ font-size: smaller;
+}
+#navcolumn li.expanded {
+ background-image: url(../images/expanded.gif);
+}
+#navcolumn li.collapsed {
+ background-image: url(../images/collapsed.gif);
+}
+#poweredBy {
+ text-align: center;
+}
+#navcolumn img {
+ margin-top: 10px;
+ margin-bottom: 3px;
+}
+#poweredBy img {
+ display:block;
+ margin: 20px 0 20px 17px;
+}
+#search img {
+ margin: 0px;
+ display: block;
+}
+#search #q, #search #btnG {
+ border: 1px solid #999;
+ margin-bottom:10px;
+}
+#search form {
+ margin: 0px;
+}
+#lastPublished {
+ font-size: x-small;
+}
+.navSection {
+ margin-bottom: 2px;
+ padding: 8px;
+}
+.navSectionHead {
+ font-weight: bold;
+ font-size: x-small;
+}
+.section {
+ padding: 4px;
+}
+#footer {
+ padding: 3px 10px 3px 10px;
+ font-size: x-small;
+}
+#breadcrumbs {
+ font-size: x-small;
+ margin: 0pt;
+}
+.source {
+ padding: 12px;
+ margin: 1em 7px 1em 7px;
+}
+.source pre {
+ margin: 0px;
+ padding: 0px;
+}
diff --git a/site/trunk/site-publish/plugins/tuscany-war-plugin/css/maven-theme.css b/site/trunk/site-publish/plugins/tuscany-war-plugin/css/maven-theme.css
new file mode 100644
index 0000000000..c982168bf2
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-war-plugin/css/maven-theme.css
@@ -0,0 +1,141 @@
+body {
+ padding: 0px 0px 10px 0px;
+}
+body, td, select, input, li{
+ font-family: Verdana, Helvetica, Arial, sans-serif;
+ font-size: 13px;
+}
+code{
+ font-family: Courier, monospace;
+ font-size: 13px;
+}
+a {
+ text-decoration: none;
+}
+a:link {
+ color:#36a;
+}
+a:visited {
+ color:#47a;
+}
+a:active, a:hover {
+ color:#69c;
+}
+#legend li.externalLink {
+ background: url(../images/external.png) left top no-repeat;
+ padding-left: 18px;
+}
+a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
+ background: url(../images/external.png) right center no-repeat;
+ padding-right: 18px;
+}
+#legend li.newWindow {
+ background: url(../images/newwindow.png) left top no-repeat;
+ padding-left: 18px;
+}
+a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
+ background: url(../images/newwindow.png) right center no-repeat;
+ padding-right: 18px;
+}
+h2 {
+ padding: 4px 4px 4px 6px;
+ border: 1px solid #999;
+ color: #900;
+ background-color: #ddd;
+ font-weight:900;
+ font-size: x-large;
+}
+h3 {
+ padding: 4px 4px 4px 6px;
+ border: 1px solid #aaa;
+ color: #900;
+ background-color: #eee;
+ font-weight: normal;
+ font-size: large;
+}
+h4 {
+ padding: 4px 4px 4px 6px;
+ border: 1px solid #bbb;
+ color: #900;
+ background-color: #fff;
+ font-weight: normal;
+ font-size: large;
+}
+h5 {
+ padding: 4px 4px 4px 6px;
+ color: #900;
+ font-size: normal;
+}
+p {
+ line-height: 1.3em;
+ font-size: small;
+}
+#breadcrumbs {
+ border-top: 1px solid #aaa;
+ border-bottom: 1px solid #aaa;
+ background-color: #ccc;
+}
+#leftColumn {
+ margin: 10px 0 0 5px;
+ border: 1px solid #999;
+ background-color: #eee;
+}
+#navcolumn h5 {
+ font-size: smaller;
+ border-bottom: 1px solid #aaaaaa;
+ padding-top: 2px;
+ color: #000;
+}
+
+table.bodyTable th {
+ color: white;
+ background-color: #bbb;
+ text-align: left;
+ font-weight: bold;
+}
+
+table.bodyTable th, table.bodyTable td {
+ font-size: 1em;
+}
+
+table.bodyTable tr.a {
+ background-color: #ddd;
+}
+
+table.bodyTable tr.b {
+ background-color: #eee;
+}
+
+.source {
+ border: 1px solid #999;
+}
+dl {
+ padding: 4px 4px 4px 6px;
+ border: 1px solid #aaa;
+ background-color: #ffc;
+}
+dt {
+ color: #900;
+}
+#organizationLogo img, #projectLogo img, #projectLogo span{
+ margin: 8px;
+}
+#banner {
+ border-bottom: 1px solid #fff;
+}
+.errormark, .warningmark, .donemark, .infomark {
+ background: url(../images/icon_error_sml.gif) no-repeat;
+}
+
+.warningmark {
+ background-image: url(../images/icon_warning_sml.gif);
+}
+
+.donemark {
+ background-image: url(../images/icon_success_sml.gif);
+}
+
+.infomark {
+ background-image: url(../images/icon_info_sml.gif);
+}
+
diff --git a/site/trunk/site-publish/plugins/tuscany-war-plugin/css/print.css b/site/trunk/site-publish/plugins/tuscany-war-plugin/css/print.css
new file mode 100644
index 0000000000..26ad7f0b59
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-war-plugin/css/print.css
@@ -0,0 +1,7 @@
+#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
+ display: none !important;
+}
+#bodyColumn, body.docs div.docs {
+ margin: 0 !important;
+ border: none !important
+}
diff --git a/site/trunk/site-publish/plugins/tuscany-war-plugin/dependencies.html b/site/trunk/site-publish/plugins/tuscany-war-plugin/dependencies.html
new file mode 100644
index 0000000000..acb47f0d18
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-war-plugin/dependencies.html
@@ -0,0 +1,124 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tuscany War Plugin - Project Dependencies</title>
+ <style type="text/css" media="all">
+ @import url("./css/maven-base.css");
+ @import url("./css/maven-theme.css");
+ @import url("./css/site.css");
+ </style>
+ <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+ </head>
+ <body class="composite">
+ <div id="banner">
+ <span id="bannerLeft">
+
+ Apache Tuscany War Plugin
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 02/15/2007
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Overview</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Introduction</a>
+ </li>
+
+ <li class="none">
+ <a href="plugin-info.html">Goals</a>
+ </li>
+
+ <li class="none">
+ <a href="usage.html">Usage</a>
+ </li>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>Project Dependencies</h2><div class="section"><h3>compile</h3><p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p><table class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Classifier</th><th>Type</th><th>Optional</th></tr><tr class="b"><td>commons-io</td><td>commons-io</td><td>1.2</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.maven</td><td>maven-artifact</td><td>2.0</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.maven</td><td>maven-plugin-api</td><td>2.0</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.codehaus.plexus</td><td>plexus-utils</td><td>1.0.4</td><td>-</td><td>jar</td><td> </td></tr></table></div></div><div class="section"><h2>Project Transitive Dependencies</h2><p>The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.</p><div class="section"><h3>compile</h3><p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p><table class="bodyTable"><tr class="b"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Classifier</th><th>Type</th><th>Optional</th></tr><tr class="a"><td>commons-io</td><td>commons-io</td><td>1.2</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.maven</td><td>maven-artifact</td><td>2.0</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.maven</td><td>maven-plugin-api</td><td>2.0</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.codehaus.plexus</td><td>plexus-utils</td><td>1.0.4</td><td>-</td><td>jar</td><td> </td></tr></table></div></div><div class="section"><h2>Project Dependency Graph</h2><div class="section"><h3>Dependency Tree</h3><p><ul><li><a href="#org.apache.tuscany.sca:tuscany-war-plugin:maven-plugin">org.apache.tuscany.sca:tuscany-war-plugin:maven-plugin</a><ul><li><a href="#org.apache.maven:maven-artifact:jar">org.apache.maven:maven-artifact:jar</a><ul><li><a href="#org.codehaus.plexus:plexus-utils:jar">org.codehaus.plexus:plexus-utils:jar</a></li></ul></p></li><li><a href="#org.apache.maven:maven-plugin-api:jar">org.apache.maven:maven-plugin-api:jar</a></li><li><a href="#commons-io:commons-io:jar">commons-io:commons-io:jar</a></li></ul></p></li></ul></p></div><div class="section"><h3>Dependency Listings</h3><p><a name="org.apache.tuscany.sca:tuscany-war-plugin:maven-plugin"><b>Apache Tuscany War Plugin</b></a></p><p>A plugin for Apache Maven that adds a Tuscany runtime to a war.</p><p><a href="http://www.apache.org/parent/parent/tuscany-war-plugin">http://www.apache.org/parent/parent/tuscany-war-plugin</a></p><p>Project License: <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p><hr /><p><a name="org.apache.maven:maven-artifact:jar"><b>Maven Artifact</b></a></p><p>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p><p><a href="http://maven.apache.org/maven2/maven-artifact">http://maven.apache.org/maven2/maven-artifact</a></p><p>Project License: <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p><hr /><p><a name="org.codehaus.plexus:plexus-utils:jar"><b>Plexus Common Utilities</b></a></p><p>Project License: No project license is defined for this project.</p><hr /><p><a name="org.apache.maven:maven-plugin-api:jar"><b>Maven Plugin API</b></a></p><p>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p><p><a href="http://maven.apache.org/maven2/maven-plugin-api">http://maven.apache.org/maven2/maven-plugin-api</a></p><p>Project License: <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p><hr /><p><a name="commons-io:commons-io:jar"><b>IO</b></a></p><p>Commons-IO contains utility classes, stream implementations, file filters, and endian classes.</p><p><a href="http://jakarta.apache.org/commons/io/">http://jakarta.apache.org/commons/io/</a></p><p>Project License: <a href="/LICENSE.txt">The Apache Software License, Version 2.0</a></p><hr /></div></div><div class="section"><h2>Licenses</h2><p><b>Unknown: </b>Plexus Common Utilities </p><p><b>The Apache Software License, Version 2.0: </b>Apache Tuscany War Plugin, IO, Maven Artifact, Maven Plugin API </p></div><div class="section"><h2>Dependency File Details</h2><table class="bodyTable"><tr class="a"><th>Filename</th><th>Size</th><th>Entries</th><th>Classes</th><th>Packages</th><th>JDK Rev</th><th>Debug</th><th>Sealed</th></tr><tr class="b"><td>commons-io-1.2.jar</td><td>65,621</td><td>55</td><td>44</td><td>4</td><td>1.1</td><td>debug</td><td>-</td></tr><tr class="a"><td>maven-artifact-2.0.jar</td><td>78,761</td><td>101</td><td>74</td><td>15</td><td>1.1</td><td>debug</td><td>-</td></tr><tr class="b"><td>maven-plugin-api-2.0.jar</td><td>10,133</td><td>21</td><td>9</td><td>2</td><td>1.1</td><td>debug</td><td>-</td></tr><tr class="a"><td>tuscany-war-plugin-1.0-incubator-SNAPSHOT.jar</td><td>30,579</td><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td></tr><tr class="b"><td>plexus-utils-1.0.4.jar</td><td>163,803</td><td>85</td><td>68</td><td>7</td><td>1.1</td><td>debug</td><td>-</td></tr><tr class="a"><td>5 total dependencies</td><td>348,897</td><td>262</td><td>195</td><td>28</td><td>1.1</td><td>4</td><td>0</td></tr></table></div>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">&#169;
+ 2007
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
diff --git a/site/trunk/site-publish/plugins/tuscany-war-plugin/images/collapsed.gif b/site/trunk/site-publish/plugins/tuscany-war-plugin/images/collapsed.gif
new file mode 100644
index 0000000000..6e71084064
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-war-plugin/images/collapsed.gif
Binary files differ
diff --git a/site/trunk/site-publish/plugins/tuscany-war-plugin/images/expanded.gif b/site/trunk/site-publish/plugins/tuscany-war-plugin/images/expanded.gif
new file mode 100644
index 0000000000..0fef3d89e0
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-war-plugin/images/expanded.gif
Binary files differ
diff --git a/site/trunk/site-publish/plugins/tuscany-war-plugin/images/external.png b/site/trunk/site-publish/plugins/tuscany-war-plugin/images/external.png
new file mode 100644
index 0000000000..3f999fc88b
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-war-plugin/images/external.png
Binary files differ
diff --git a/site/trunk/site-publish/plugins/tuscany-war-plugin/images/icon_error_sml.gif b/site/trunk/site-publish/plugins/tuscany-war-plugin/images/icon_error_sml.gif
new file mode 100644
index 0000000000..61132ef2b0
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-war-plugin/images/icon_error_sml.gif
Binary files differ
diff --git a/site/trunk/site-publish/plugins/tuscany-war-plugin/images/icon_info_sml.gif b/site/trunk/site-publish/plugins/tuscany-war-plugin/images/icon_info_sml.gif
new file mode 100644
index 0000000000..c6cb9ad7ce
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-war-plugin/images/icon_info_sml.gif
Binary files differ
diff --git a/site/trunk/site-publish/plugins/tuscany-war-plugin/images/icon_success_sml.gif b/site/trunk/site-publish/plugins/tuscany-war-plugin/images/icon_success_sml.gif
new file mode 100644
index 0000000000..52e85a430a
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-war-plugin/images/icon_success_sml.gif
Binary files differ
diff --git a/site/trunk/site-publish/plugins/tuscany-war-plugin/images/icon_warning_sml.gif b/site/trunk/site-publish/plugins/tuscany-war-plugin/images/icon_warning_sml.gif
new file mode 100644
index 0000000000..873bbb52cb
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-war-plugin/images/icon_warning_sml.gif
Binary files differ
diff --git a/site/trunk/site-publish/plugins/tuscany-war-plugin/images/logos/maven-feather.png b/site/trunk/site-publish/plugins/tuscany-war-plugin/images/logos/maven-feather.png
new file mode 100644
index 0000000000..8dfb4ffce7
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-war-plugin/images/logos/maven-feather.png
Binary files differ
diff --git a/site/trunk/site-publish/plugins/tuscany-war-plugin/images/newwindow.png b/site/trunk/site-publish/plugins/tuscany-war-plugin/images/newwindow.png
new file mode 100644
index 0000000000..6287f72bd0
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-war-plugin/images/newwindow.png
Binary files differ
diff --git a/site/trunk/site-publish/plugins/tuscany-war-plugin/index.html b/site/trunk/site-publish/plugins/tuscany-war-plugin/index.html
new file mode 100644
index 0000000000..20e2f0f455
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-war-plugin/index.html
@@ -0,0 +1,124 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tuscany War Plugin - About</title>
+ <style type="text/css" media="all">
+ @import url("./css/maven-base.css");
+ @import url("./css/maven-theme.css");
+ @import url("./css/site.css");
+ </style>
+ <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+ </head>
+ <body class="composite">
+ <div id="banner">
+ <span id="bannerLeft">
+
+ Apache Tuscany War Plugin
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 02/15/2007
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Overview</h5>
+ <ul>
+
+ <li class="none">
+ <strong>Introduction</strong>
+ </li>
+
+ <li class="none">
+ <a href="plugin-info.html">Goals</a>
+ </li>
+
+ <li class="none">
+ <a href="usage.html">Usage</a>
+ </li>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>About Apache Tuscany War Plugin</h2><p>A plugin for Apache Maven that adds a Tuscany runtime to a war.</p></div>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">&#169;
+ 2007
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
diff --git a/site/trunk/site-publish/plugins/tuscany-war-plugin/integration.html b/site/trunk/site-publish/plugins/tuscany-war-plugin/integration.html
new file mode 100644
index 0000000000..8dd7b1be62
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-war-plugin/integration.html
@@ -0,0 +1,124 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tuscany War Plugin - Continuous Integration</title>
+ <style type="text/css" media="all">
+ @import url("./css/maven-base.css");
+ @import url("./css/maven-theme.css");
+ @import url("./css/site.css");
+ </style>
+ <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+ </head>
+ <body class="composite">
+ <div id="banner">
+ <span id="bannerLeft">
+
+ Apache Tuscany War Plugin
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 02/15/2007
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Overview</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Introduction</a>
+ </li>
+
+ <li class="none">
+ <a href="plugin-info.html">Goals</a>
+ </li>
+
+ <li class="none">
+ <a href="usage.html">Usage</a>
+ </li>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>Continuous Integration</h2><p>No continuous integration management system is defined. Please check back at a later date.</p></div>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">&#169;
+ 2007
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
diff --git a/site/trunk/site-publish/plugins/tuscany-war-plugin/issue-tracking.html b/site/trunk/site-publish/plugins/tuscany-war-plugin/issue-tracking.html
new file mode 100644
index 0000000000..d8cef81b91
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-war-plugin/issue-tracking.html
@@ -0,0 +1,124 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tuscany War Plugin - Issue Tracking</title>
+ <style type="text/css" media="all">
+ @import url("./css/maven-base.css");
+ @import url("./css/maven-theme.css");
+ @import url("./css/site.css");
+ </style>
+ <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+ </head>
+ <body class="composite">
+ <div id="banner">
+ <span id="bannerLeft">
+
+ Apache Tuscany War Plugin
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 02/15/2007
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Overview</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Introduction</a>
+ </li>
+
+ <li class="none">
+ <a href="plugin-info.html">Goals</a>
+ </li>
+
+ <li class="none">
+ <a href="usage.html">Usage</a>
+ </li>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>Overview</h2>This project uses <a href="http://www.atlassian.com/software/jira">Jira</a> a J2EE-based, issue tracking and project management application.</div><div class="section"><h2>Issue Tracking</h2><p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p><div class="source"><pre><a href="http://issues.apache.org/jira/browse/TUSCANY">http://issues.apache.org/jira/browse/TUSCANY</a></pre></div></div>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">&#169;
+ 2007
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
diff --git a/site/trunk/site-publish/plugins/tuscany-war-plugin/license.html b/site/trunk/site-publish/plugins/tuscany-war-plugin/license.html
new file mode 100644
index 0000000000..46960cb314
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-war-plugin/license.html
@@ -0,0 +1,124 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tuscany War Plugin - </title>
+ <style type="text/css" media="all">
+ @import url("./css/maven-base.css");
+ @import url("./css/maven-theme.css");
+ @import url("./css/site.css");
+ </style>
+ <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+ </head>
+ <body class="composite">
+ <div id="banner">
+ <span id="bannerLeft">
+
+ Apache Tuscany War Plugin
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 02/15/2007
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Overview</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Introduction</a>
+ </li>
+
+ <li class="none">
+ <a href="plugin-info.html">Goals</a>
+ </li>
+
+ <li class="none">
+ <a href="usage.html">Usage</a>
+ </li>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">&#169;
+ 2007
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
diff --git a/site/trunk/site-publish/plugins/tuscany-war-plugin/mail-lists.html b/site/trunk/site-publish/plugins/tuscany-war-plugin/mail-lists.html
new file mode 100644
index 0000000000..de5ad250c0
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-war-plugin/mail-lists.html
@@ -0,0 +1,124 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tuscany War Plugin - Project Mailing Lists</title>
+ <style type="text/css" media="all">
+ @import url("./css/maven-base.css");
+ @import url("./css/maven-theme.css");
+ @import url("./css/site.css");
+ </style>
+ <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+ </head>
+ <body class="composite">
+ <div id="banner">
+ <span id="bannerLeft">
+
+ Apache Tuscany War Plugin
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 02/15/2007
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Overview</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Introduction</a>
+ </li>
+
+ <li class="none">
+ <a href="plugin-info.html">Goals</a>
+ </li>
+
+ <li class="none">
+ <a href="usage.html">Usage</a>
+ </li>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>Project Mailing Lists</h2><p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p><table class="bodyTable"><tr class="a"><th>Name</th><th>Subscribe</th><th>Unsubscribe</th><th>Post</th><th>Archive</th></tr><tr class="b"><td>Apache Announce List</td><td><a href="mailto:announce-subscribe@apache.org">Subscribe</a></td><td><a href="mailto:announce-unsubscribe@apache.org">Unsubscribe</a></td><td><a href="mailto:announce@apache.org">Post</a></td><td><a href="http://mail-archives.apache.org/mod_mbox/www-announce/">mail-archives.apache.org</a></td></tr></table></div>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">&#169;
+ 2007
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
diff --git a/site/trunk/site-publish/plugins/tuscany-war-plugin/plugin-info.html b/site/trunk/site-publish/plugins/tuscany-war-plugin/plugin-info.html
new file mode 100644
index 0000000000..93ee0ced83
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-war-plugin/plugin-info.html
@@ -0,0 +1,137 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tuscany War Plugin - Plugin documentation</title>
+ <style type="text/css" media="all">
+ @import url("./css/maven-base.css");
+ @import url("./css/maven-theme.css");
+ @import url("./css/site.css");
+ </style>
+ <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+ </head>
+ <body class="composite">
+ <div id="banner">
+ <span id="bannerLeft">
+
+ Apache Tuscany War Plugin
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 02/15/2007
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Overview</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Introduction</a>
+ </li>
+
+ <li class="none">
+ <strong>Goals</strong>
+ </li>
+
+ <li class="none">
+ <a href="usage.html">Usage</a>
+ </li>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>Plugin documentation</h2><p>Goals available:</p><table class="bodyTable"><tr class="a"><th>Goal</th><th>Description</th></tr><tr class="b"><td><a href="tuscany-war-mojo.html">tuscany-war:tuscany-war</a></td><td>Build the tuscany war file by adding the tuscany dependencies.
+
+Performs the following tasks.
+
+<ul>
+<li>Adds the boot dependencies transitively to WEB-INF/tuscany/boot</li>
+<li>By default boot libraries are transitively resolved from webapp-host</li>
+<li>The version of boot libraries can be specified using configuration/runTimeVersion element</li>
+<li>Boot libraries can be overridden using the configuration/bootLibs element in the plugin</li>
+<li>Adds the extension artifacts specified using configuration/extensions to WEB-INF/tuscany/extensions</li>
+<li>If configuration/loadExtensionsDependency is set to true extension dependencies are transitivel loaded</li>
+<li>Extension dependencies are loaded into WEB-INF/tuscany/repository directory in a Maven repo format</li>
+<li>Extension dependency metadata is written to WEB-INF/tuscany/repository/dependency.metadata file</li>
+</ul></td></tr></table></div>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">&#169;
+ 2007
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
diff --git a/site/trunk/site-publish/plugins/tuscany-war-plugin/project-info.html b/site/trunk/site-publish/plugins/tuscany-war-plugin/project-info.html
new file mode 100644
index 0000000000..e4cac873ea
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-war-plugin/project-info.html
@@ -0,0 +1,124 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tuscany War Plugin - Project Information</title>
+ <style type="text/css" media="all">
+ @import url("./css/maven-base.css");
+ @import url("./css/maven-theme.css");
+ @import url("./css/site.css");
+ </style>
+ <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+ </head>
+ <body class="composite">
+ <div id="banner">
+ <span id="bannerLeft">
+
+ Apache Tuscany War Plugin
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 02/15/2007
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Overview</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Introduction</a>
+ </li>
+
+ <li class="none">
+ <a href="plugin-info.html">Goals</a>
+ </li>
+
+ <li class="none">
+ <a href="usage.html">Usage</a>
+ </li>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>Project Information</h2><p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a href="http://maven.apache.org">Maven</a> on behalf of the project.</p><div class="section"><h3>Overview</h3><table class="bodyTable"><tr class="a"><th>Document</th><th>Description</th></tr><tr class="b"><td><a href="license.html">Project License</a></td><td>This is a link to the definitions of project licenses.</td></tr><tr class="a"><td><a href="index.html">About</a></td><td>A plugin for Apache Maven that adds a Tuscany runtime to a war.</td></tr><tr class="b"><td><a href="dependencies.html">Dependencies</a></td><td>This document lists the projects dependencies and provides information on each dependency.</td></tr><tr class="a"><td><a href="team-list.html">Project Team</a></td><td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td></tr><tr class="b"><td><a href="mail-lists.html">Mailing Lists</a></td><td>This document provides subscription and archive information for this project's mailing lists.</td></tr><tr class="a"><td><a href="integration.html">Continuous Integration</a></td><td>This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.</td></tr><tr class="b"><td><a href="source-repository.html">Source Repository</a></td><td>This is a link to the online source repository that can be viewed via a web browser.</td></tr><tr class="a"><td><a href="issue-tracking.html">Issue Tracking</a></td><td>This is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.</td></tr><tr class="b"><td><a href="project-summary.html">Project Summary</a></td><td>This document lists other related information of this project</td></tr></table></div></div>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">&#169;
+ 2007
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
diff --git a/site/trunk/site-publish/plugins/tuscany-war-plugin/project-reports.html b/site/trunk/site-publish/plugins/tuscany-war-plugin/project-reports.html
new file mode 100644
index 0000000000..f2417bf92f
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-war-plugin/project-reports.html
@@ -0,0 +1,124 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tuscany War Plugin - Generated Reports</title>
+ <style type="text/css" media="all">
+ @import url("./css/maven-base.css");
+ @import url("./css/maven-theme.css");
+ @import url("./css/site.css");
+ </style>
+ <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+ </head>
+ <body class="composite">
+ <div id="banner">
+ <span id="bannerLeft">
+
+ Apache Tuscany War Plugin
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 02/15/2007
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Overview</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Introduction</a>
+ </li>
+
+ <li class="none">
+ <a href="plugin-info.html">Goals</a>
+ </li>
+
+ <li class="none">
+ <a href="usage.html">Usage</a>
+ </li>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>Generated Reports</h2><p>This document provides an overview of the various reports that are automatically generated by <a href="http://maven.apache.org">Maven</a> Each report is briefly described below.</p><div class="section"><h3>Overview</h3><table class="bodyTable"><tr class="a"><th>Document</th><th>Description</th></tr><tr class="b"><td><a href="plugin-info.html">Plugin documentation</a></td><td>This report provides goals and parameters documentation of a plugin</td></tr></table></div></div>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">&#169;
+ 2007
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
diff --git a/site/trunk/site-publish/plugins/tuscany-war-plugin/project-summary.html b/site/trunk/site-publish/plugins/tuscany-war-plugin/project-summary.html
new file mode 100644
index 0000000000..007cdbaeb5
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-war-plugin/project-summary.html
@@ -0,0 +1,124 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tuscany War Plugin - Project Summary</title>
+ <style type="text/css" media="all">
+ @import url("./css/maven-base.css");
+ @import url("./css/maven-theme.css");
+ @import url("./css/site.css");
+ </style>
+ <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+ </head>
+ <body class="composite">
+ <div id="banner">
+ <span id="bannerLeft">
+
+ Apache Tuscany War Plugin
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 02/15/2007
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Overview</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Introduction</a>
+ </li>
+
+ <li class="none">
+ <a href="plugin-info.html">Goals</a>
+ </li>
+
+ <li class="none">
+ <a href="usage.html">Usage</a>
+ </li>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>Project Summary</h2><div class="section"><h3>Project Information</h3><table class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>Name</td><td>Apache Tuscany War Plugin</td></tr><tr class="a"><td>Description</td><td>A plugin for Apache Maven that adds a Tuscany runtime to a war.</td></tr><tr class="b"><td>Homepage</td><td><a href="http://www.apache.org/parent/parent/tuscany-war-plugin">http://www.apache.org/parent/parent/tuscany-war-plugin</a></td></tr></table></div><div class="section"><h3>Project Organization</h3><table class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>Name</td><td>Apache Software Foundation</td></tr><tr class="a"><td>URL</td><td><a href="http://www.apache.org/">http://www.apache.org/</a></td></tr></table></div><div class="section"><h3>Build Information</h3><table class="bodyTable"><tr class="b"><th>Field</th><th>Value</th></tr><tr class="a"><td>GroupId</td><td>org.apache.tuscany.sca</td></tr><tr class="b"><td>ArtifactId</td><td>tuscany-war-plugin</td></tr><tr class="a"><td>Version</td><td>1.0-incubator-SNAPSHOT</td></tr><tr class="b"><td>Type</td><td>maven-plugin</td></tr></table></div></div>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">&#169;
+ 2007
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
diff --git a/site/trunk/site-publish/plugins/tuscany-war-plugin/source-repository.html b/site/trunk/site-publish/plugins/tuscany-war-plugin/source-repository.html
new file mode 100644
index 0000000000..c4d6be6caa
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-war-plugin/source-repository.html
@@ -0,0 +1,127 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tuscany War Plugin - Source Repository</title>
+ <style type="text/css" media="all">
+ @import url("./css/maven-base.css");
+ @import url("./css/maven-theme.css");
+ @import url("./css/site.css");
+ </style>
+ <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+ </head>
+ <body class="composite">
+ <div id="banner">
+ <span id="bannerLeft">
+
+ Apache Tuscany War Plugin
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 02/15/2007
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Overview</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Introduction</a>
+ </li>
+
+ <li class="none">
+ <a href="plugin-info.html">Goals</a>
+ </li>
+
+ <li class="none">
+ <a href="usage.html">Usage</a>
+ </li>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>Overview</h2>This project uses <a href="http://subversion.tigris.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</div><div class="section"><h2>Web Access</h2><p>The following is a link to the online source repository.</p><div class="source"><pre><a href="http://svn.apache.org/viewvc/incubator/tuscany/java/parent/tuscany-war-plugin">http://svn.apache.org/viewvc/incubator/tuscany/java/parent/tuscany-war-plugin</a></pre></div></div><div class="section"><h2>Anonymous access</h2><p>The source can be checked out anonymously from SVN with this command:</p><div class="source"><pre>$ svn checkout http://svn.apache.org/repos/asf/incubator/tuscany/java/parent/tuscany-war-plugin tuscany-war-plugin</pre></div></div><div class="section"><h2>Developer access</h2><p>Everyone can access the Subversion repository via HTTPS, but Committers must checkout the Subversion repository via HTTPS.</p><div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/incubator/tuscany/java/parent/tuscany-war-plugin tuscany-war-plugin</pre></div><p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)</p><div class="source"><pre>$ svn commit --username your-username -m &quot;A message&quot;</pre></div></div><div class="section"><h2>Access from behind a firewall</h2><p>For those users who are stuck behind a corporate firewall which is blocking http access to the Subversion repository, you can try to access it via the developer connection:</p><div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/incubator/tuscany/java/parent/tuscany-war-plugin tuscany-war-plugin</pre></div></div><div class="section"><h2>Access through a proxy</h2><p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; configuration file to indicate which proxy to use. The files location depends on your operating system. On Linux or Unix it is located in the directory &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p><p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.</p><p>Example : Edit the 'servers' file and add something like :</p><div class="source"><pre>[global]
+http-proxy-host = your.proxy.name
+http-proxy-port = 3128
+</pre></div></div>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">&#169;
+ 2007
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
diff --git a/site/trunk/site-publish/plugins/tuscany-war-plugin/team-list.html b/site/trunk/site-publish/plugins/tuscany-war-plugin/team-list.html
new file mode 100644
index 0000000000..fb7e42647e
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-war-plugin/team-list.html
@@ -0,0 +1,139 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tuscany War Plugin - Team list</title>
+ <style type="text/css" media="all">
+ @import url("./css/maven-base.css");
+ @import url("./css/maven-theme.css");
+ @import url("./css/site.css");
+ </style>
+ <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+ </head>
+ <body class="composite">
+ <div id="banner">
+ <span id="bannerLeft">
+
+ Apache Tuscany War Plugin
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 02/15/2007
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Overview</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Introduction</a>
+ </li>
+
+ <li class="none">
+ <a href="plugin-info.html">Goals</a>
+ </li>
+
+ <li class="none">
+ <a href="usage.html">Usage</a>
+ </li>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>The Team</h2><p>A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.</p><p>The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p><div class="section"><h3>Members</h3><p>There are no developers working on this project.</p></div><div class="section"><h3>Contributors</h3><p>There are no contributors listed for this project. Please check back again later.</p></div></div><script type="text/javascript">
+function offsetDate(id, offset) {
+ var now = new Date();
+ var nowTime = now.getTime();
+ var localOffset = now.getTimezoneOffset();
+ var developerTime = nowTime + ( offset * 60 * 60 * 1000 ) + ( localOffset * 60 * 1000 );
+ var developerDate = new Date(developerTime);
+
+ document.getElementById(id).innerHTML = developerDate;
+}
+
+function init(){
+}
+
+window.onLoad = init();
+</script>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">&#169;
+ 2007
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
diff --git a/site/trunk/site-publish/plugins/tuscany-war-plugin/tuscany-war-mojo.html b/site/trunk/site-publish/plugins/tuscany-war-plugin/tuscany-war-mojo.html
new file mode 100644
index 0000000000..8b94f92ecd
--- /dev/null
+++ b/site/trunk/site-publish/plugins/tuscany-war-plugin/tuscany-war-mojo.html
@@ -0,0 +1,253 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tuscany War Plugin -
+ tuscany-war-plugin - tuscany-war:tuscany-war</title>
+ <style type="text/css" media="all">
+ @import url("./css/maven-base.css");
+ @import url("./css/maven-theme.css");
+ @import url("./css/site.css");
+ </style>
+ <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+ </head>
+ <body class="composite">
+ <div id="banner">
+ <span id="bannerLeft">
+
+ Apache Tuscany War Plugin
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 02/15/2007
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Overview</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Introduction</a>
+ </li>
+
+ <li class="none">
+ <a href="plugin-info.html">Goals</a>
+ </li>
+
+ <li class="none">
+ <a href="usage.html">Usage</a>
+ </li>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+
+
+
+ <a name="tuscany-war:tuscany-war"></a><div class="section"><h2>tuscany-war:tuscany-war</h2>
+ <p>Build the tuscany war file by adding the tuscany dependencies.
+
+Performs the following tasks.
+
+<ul>
+<li>Adds the boot dependencies transitively to WEB-INF/tuscany/boot</li>
+<li>By default boot libraries are transitively resolved from webapp-host</li>
+<li>The version of boot libraries can be specified using configuration/runTimeVersion element</li>
+<li>Boot libraries can be overridden using the configuration/bootLibs element in the plugin</li>
+<li>Adds the extension artifacts specified using configuration/extensions to WEB-INF/tuscany/extensions</li>
+<li>If configuration/loadExtensionsDependency is set to true extension dependencies are transitivel loaded</li>
+<li>Extension dependencies are loaded into WEB-INF/tuscany/repository directory in a Maven repo format</li>
+<li>Extension dependency metadata is written to WEB-INF/tuscany/repository/dependency.metadata file</li>
+</ul></p>
+ <p><b>Mojo Attributes</b>:<ul>
+ <li>Requires a Maven 2.0 project to execute.</li>
+ <li>Automatically executes within the lifecycle phase: <code>package</code></li>
+ </ul>
+ </p>
+ <a name="required_parameters"></a><div class="section"><h3>Required Parameters</h3>
+ <table class="bodyTable">
+ <tr class="a">
+ <th>Name</th>
+ <th>Type</th>
+ <th>Description</th>
+ </tr>
+ <tr class="b">
+ <td><b><a href="#outputDirectory">outputDirectory</a></b></td>
+ <td><code>String</code></td>
+ <td>The directory for the generated WAR.</td>
+ </tr>
+ <tr class="a">
+ <td><b><a href="#warName">warName</a></b></td>
+ <td><code>String</code></td>
+ <td>The name of the generated WAR.</td>
+ </tr>
+ </table>
+ </div>
+ <a name="optional_parameters"></a><div class="section"><h3>Optional Parameters</h3>
+ <table class="bodyTable">
+ <tr class="b">
+ <th>Name</th>
+ <th>Type</th>
+ <th>Description</th>
+ </tr>
+ <tr class="a">
+ <td><b><a href="#bootLibs">bootLibs</a></b></td>
+ <td><code>Dependency[]</code></td>
+ <td>The directory for the generated WAR.</td>
+ </tr>
+ <tr class="b">
+ <td><b><a href="#dependencies">dependencies</a></b></td>
+ <td><code>Dependency[]</code></td>
+ <td>The directory for the generated WAR.</td>
+ </tr>
+ <tr class="a">
+ <td><b><a href="#extensions">extensions</a></b></td>
+ <td><code>Dependency[]</code></td>
+ <td>The directory for the generated WAR.</td>
+ </tr>
+ <tr class="b">
+ <td><b><a href="#loadExtensionDependencies">loadExtensionDependencies</a></b></td>
+ <td><code>boolean</code></td>
+ <td>A flag to indicate whether extension dependencies should be resolved transitively.</td>
+ </tr>
+ <tr class="a">
+ <td><b><a href="#metadataSource">metadataSource</a></b></td>
+ <td><code>ArtifactMetadataSource</code></td>
+ <td>Artifact metadata source.</td>
+ </tr>
+ <tr class="b">
+ <td><b><a href="#runTimeVersion">runTimeVersion</a></b></td>
+ <td><code>String</code></td>
+ <td>The default version of boot dependany jar files</td>
+ </tr>
+ </table>
+ </div>
+ <a name="parameter_details"></a><div class="section"><h3>Parameter Details</h3>
+ <p><b><a name="bootlibs">bootLibs</a></b></p>
+ <p>The directory for the generated WAR.</p>
+ <ul>
+ <li><b>Type</b>: <code>org.apache.tuscany.plugin.war.Dependency[]</code></li>
+ <li><b>Required</b>: <code>No</code></li>
+ </ul><hr></hr><p><b><a name="dependencies">dependencies</a></b></p>
+ <p>The directory for the generated WAR.</p>
+ <ul>
+ <li><b>Type</b>: <code>org.apache.tuscany.plugin.war.Dependency[]</code></li>
+ <li><b>Required</b>: <code>No</code></li>
+ </ul><hr></hr><p><b><a name="extensions">extensions</a></b></p>
+ <p>The directory for the generated WAR.</p>
+ <ul>
+ <li><b>Type</b>: <code>org.apache.tuscany.plugin.war.Dependency[]</code></li>
+ <li><b>Required</b>: <code>No</code></li>
+ </ul><hr></hr><p><b><a name="loadextensiondependencies">loadExtensionDependencies</a></b></p>
+ <p>A flag to indicate whether extension dependencies should be resolved transitively.</p>
+ <ul>
+ <li><b>Type</b>: <code>boolean</code></li>
+ <li><b>Required</b>: <code>No</code></li>
+ </ul><hr></hr><p><b><a name="metadatasource">metadataSource</a></b></p>
+ <p>Artifact metadata source.</p>
+ <ul>
+ <li><b>Type</b>: <code>org.apache.maven.artifact.metadata.ArtifactMetadataSource</code></li>
+ <li><b>Required</b>: <code>No</code></li>
+ </ul><hr></hr><p><b><a name="outputdirectory">outputDirectory</a></b></p>
+ <p>The directory for the generated WAR.</p>
+ <ul>
+ <li><b>Type</b>: <code>java.lang.String</code></li>
+ <li><b>Required</b>: <code>Yes</code></li>
+ <li><b>Expression</b>: <code>${project.build.directory}</code></li>
+ </ul><hr></hr><p><b><a name="runtimeversion">runTimeVersion</a></b></p>
+ <p>The default version of boot dependany jar files</p>
+ <ul>
+ <li><b>Type</b>: <code>java.lang.String</code></li>
+ <li><b>Required</b>: <code>No</code></li>
+ </ul><hr></hr><p><b><a name="warname">warName</a></b></p>
+ <p>The name of the generated WAR.</p>
+ <ul>
+ <li><b>Type</b>: <code>java.lang.String</code></li>
+ <li><b>Required</b>: <code>Yes</code></li>
+ <li><b>Expression</b>: <code>${project.build.finalName}</code></li>
+ </ul>
+ </div>
+ </div>
+
+
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">&#169;
+ 2007
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</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 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tuscany War Plugin - </title>
+ <style type="text/css" media="all">
+ @import url("./css/maven-base.css");
+ @import url("./css/maven-theme.css");
+ @import url("./css/site.css");
+ </style>
+ <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+ </head>
+ <body class="composite">
+ <div id="banner">
+ <span id="bannerLeft">
+
+ Apache Tuscany War Plugin
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 02/15/2007
+ </div>
+ <div class="xright">
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Overview</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Introduction</a>
+ </li>
+
+ <li class="none">
+ <a href="plugin-info.html">Goals</a>
+ </li>
+
+ <li class="none">
+ <strong>Usage</strong>
+ </li>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>Usage</h2><p>The <tt>tuscany-war-plugin</tt> is associated with the <tt>package</tt> phase of the build lifecycle and is typically included in the build definition for your project:</p><div class="source"><pre> &lt;build&gt;
+ &lt;plugins&gt;
+ &lt;plugin&gt;
+ &lt;groupId&gt;org.apache.tuscany.sca&lt;/groupId&gt;
+ &lt;artifactId&gt;tuscany-war-plugin&lt;/artifactId&gt;
+ &lt;executions&gt;
+ &lt;execution&gt;
+ &lt;id&gt;tuscany-war&lt;/id&gt;
+ &lt;goals&gt;
+ &lt;goal&gt;tuscany-war&lt;/goal&gt;
+ &lt;/goals&gt;
+ &lt;/execution&gt;
+ &lt;/executions&gt;
+ &lt;/plugin&gt;
+ &lt;/plugins&gt;
+ &lt;/build&gt;</pre></div><p>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.</p><p>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.</p></div>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">&#169;
+ 2007
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>