git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1640879 13f79535-47bb-0310-9956-ffa450edef68
216 lines
6.3 KiB
HTML
216 lines
6.3 KiB
HTML
<!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 Composite Plugin -
|
|
tuscany-composite-plugin - tuscany-composite:composite</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 Composite Plugin
|
|
|
|
</span>
|
|
<div class="clear">
|
|
<hr/>
|
|
</div>
|
|
</div>
|
|
<div id="breadcrumbs">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="xleft">
|
|
Last Published: 03/02/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" id="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-composite:composite"></a><div class="section"><h2>tuscany-composite:composite</h2>
|
|
<p>Packages an SCA Composite archive.</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>
|
|
|
|
<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="#classesDirectory">classesDirectory</a></b></td>
|
|
<td><code>File</code></td>
|
|
<td>Directory containing the classes to include in the archive.</td>
|
|
</tr>
|
|
<tr class="a">
|
|
<td><b><a href="#outputDirectory">outputDirectory</a></b></td>
|
|
<td><code>File</code></td>
|
|
<td>Build output directory.</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="#archive">archive</a></b></td>
|
|
<td><code>MavenArchiveConfiguration</code></td>
|
|
<td>Standard Maven archive configuration.</td>
|
|
</tr>
|
|
<tr class="b">
|
|
<td><b><a href="#classifier">classifier</a></b></td>
|
|
<td><code>String</code></td>
|
|
<td>Classifier to add to the generated artifact.</td>
|
|
</tr>
|
|
<tr class="a">
|
|
<td><b><a href="#compositeName">compositeName</a></b></td>
|
|
<td><code>String</code></td>
|
|
<td>Name of the generated composite archive.</td>
|
|
</tr>
|
|
<tr class="b">
|
|
<td><b><a href="#projectHelper">projectHelper</a></b></td>
|
|
<td><code>MavenProjectHelper</code></td>
|
|
<td>No description.</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<a name="Parameter Details"></a><div class="section"><h3>Parameter Details</h3>
|
|
<b><a name="archive">archive</a></b>
|
|
<p>Standard Maven archive configuration.</p>
|
|
<ul>
|
|
<li><b>Type</b>: <code>org.apache.maven.archiver.MavenArchiveConfiguration</code></li>
|
|
<li><b>Required</b>: <code>No</code></li>
|
|
</ul><hr></hr><b><a name="classesDirectory">classesDirectory</a></b>
|
|
Directory containing the classes to include in the archive.
|
|
<ul>
|
|
<li><b>Type</b>: <code>java.io.File</code></li>
|
|
<li><b>Required</b>: <code>Yes</code></li>
|
|
<li><b>Expression</b>: <code>${project.build.outputDirectory}</code></li>
|
|
</ul><hr></hr><b><a name="classifier">classifier</a></b>
|
|
Classifier to add to the generated artifact.
|
|
<ul>
|
|
<li><b>Type</b>: <code>java.lang.String</code></li>
|
|
<li><b>Required</b>: <code>No</code></li>
|
|
</ul><hr></hr><b><a name="compositeName">compositeName</a></b>
|
|
Name of the generated composite archive.
|
|
<ul>
|
|
<li><b>Type</b>: <code>java.lang.String</code></li>
|
|
<li><b>Required</b>: <code>No</code></li>
|
|
<li><b>Expression</b>: <code>${project.build.finalName}</code></li>
|
|
</ul><hr></hr><b><a name="outputDirectory">outputDirectory</a></b>
|
|
Build output directory.
|
|
<ul>
|
|
<li><b>Type</b>: <code>java.io.File</code></li>
|
|
<li><b>Required</b>: <code>Yes</code></li>
|
|
<li><b>Expression</b>: <code>${project.build.directory}</code></li>
|
|
</ul><hr></hr><b><a name="projectHelper">projectHelper</a></b>
|
|
No Description.
|
|
<ul>
|
|
<li><b>Type</b>: <code>org.apache.maven.project.MavenProjectHelper</code></li>
|
|
<li><b>Required</b>: <code>No</code></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="clear">
|
|
<hr/>
|
|
</div>
|
|
<div id="footer">
|
|
<div class="xright">©
|
|
2007
|
|
|
|
Apache Software Foundation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
<div class="clear">
|
|
<hr/>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|