blob: 34e9b5cc795a2ef759e93eeddd76e8a2981cccd4 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- Generated by Apache Maven Doxia at Nov 28, 2011 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Maven Bundle Plugin -
bundle:deploy</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 name="Date-Revision-yyyymmdd" content="20111128" />
<meta http-equiv="Content-Language" content="en" />
</head>
<body class="composite">
<div id="banner">
<div id="bannerLeft">
Maven Bundle Plugin
</div>
<div class="clear">
<hr/>
</div>
</div>
<div id="breadcrumbs">
<div class="xleft">
<span id="publishDate">Last Published: 2011-11-28</span>
&nbsp;| <span id="projectVersion">Version: 2.3.6</span>
</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" title="Introduction">Introduction</a>
</li>
<li class="none">
<a href="plugin-info.html" title="Goals">Goals</a>
</li>
<li class="none">
<a href="https://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Maven+Bundle+Plugin+%28BND%29" class="externalLink" title="Wiki">Wiki</a>
</li>
<li class="none">
<a href="https://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Bundle+Plugin+FAQ" class="externalLink" title="FAQ">FAQ</a>
</li>
<li class="none">
<a href="jira-report.html" title="Release Notes">Release Notes</a>
</li>
</ul>
<h5>Project Documentation</h5>
<ul>
<li class="collapsed">
<a href="project-info.html" title="Project Information">Project Information</a>
</li>
<li class="collapsed">
<a href="project-reports.html" title="Project Reports">Project Reports</a>
</li>
</ul>
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
<img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
</a>
</div>
</div>
<div id="bodyColumn">
<div id="contentBox">
<div class="section"><h2>bundle:deploy<a name="bundle:deploy"></a></h2>
<p><b>Full name</b>:</p>
<p>org.apache.felix:maven-bundle-plugin:2.3.6:deploy</p>
<p><b>Description</b>:</p>
<div>Deploys bundle details to a remote OBR repository (life-cycle goal)</div>
<p><b>Attributes</b>:</p>
<ul>
<li>Requires a Maven project to be executed.</li>
<li>The goal is thread-safe and supports parallel builds.</li>
<li>Binds by default to the lifecycle phase: <tt>deploy</tt>.</li>
</ul>
<div class="section"><h3>Optional Parameters<a name="Optional_Parameters"></a></h3>
<table class="bodyTable" border="0">
<tr class="a">
<th>Name</th>
<th>Type</th>
<th>Since</th>
<th>Description</th>
</tr>
<tr class="b">
<td><b><a href="#altDeploymentRepository">altDeploymentRepository</a></b></td>
<td><tt>String</tt></td>
<td><tt>-</tt></td>
<td>Alternative deployment repository. Format: id::layout::url<br /></td>
</tr>
<tr class="a">
<td><b><a href="#bundleUrl">bundleUrl</a></b></td>
<td><tt>String</tt></td>
<td><tt>-</tt></td>
<td>Optional public URL where the bundle has been deployed.<br /></td>
</tr>
<tr class="b">
<td><b><a href="#ignoreLock">ignoreLock</a></b></td>
<td><tt>boolean</tt></td>
<td><tt>-</tt></td>
<td>When true, ignore remote locking.<br /></td>
</tr>
<tr class="a">
<td><b><a href="#obrDeploymentRepository">obrDeploymentRepository</a></b></td>
<td><tt>String</tt></td>
<td><tt>-</tt></td>
<td>OBR specific deployment repository. Format: id::layout::url<br /></td>
</tr>
<tr class="b">
<td><b><a href="#obrRepository">obrRepository</a></b></td>
<td><tt>String</tt></td>
<td><tt>-</tt></td>
<td>Local OBR Repository.<br /></td>
</tr>
<tr class="a">
<td><b><a href="#prefixUrl">prefixUrl</a></b></td>
<td><tt>String</tt></td>
<td><tt>-</tt></td>
<td>Optional public URL prefix for the remote repository.<br /></td>
</tr>
<tr class="b">
<td><b><a href="#remoteOBR">remoteOBR</a></b></td>
<td><tt>String</tt></td>
<td><tt>-</tt></td>
<td>Remote OBR Repository.<br /><b>Default value is</b>: <tt>NONE</tt>.</td>
</tr>
<tr class="a">
<td><b><a href="#supportedProjectTypes">supportedProjectTypes</a></b></td>
<td><tt>List</tt></td>
<td><tt>-</tt></td>
<td>Project types which this plugin supports.<br /></td>
</tr>
</table>
</div>
<div class="section"><h3>Parameter Details<a name="Parameter_Details"></a></h3>
<p><b><a name="altDeploymentRepository">altDeploymentRepository</a>:</b></p>
<div>Alternative deployment repository. Format: id::layout::url</div>
<ul>
<li><b>Type</b>: <tt>java.lang.String</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>Expression</b>: <tt>${altDeploymentRepository}</tt></li>
</ul><hr /><p><b><a name="bundleUrl">bundleUrl</a>:</b></p>
<div>Optional public URL where the bundle has been deployed.</div>
<ul>
<li><b>Type</b>: <tt>java.lang.String</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>Expression</b>: <tt>${bundleUrl}</tt></li>
</ul><hr /><p><b><a name="ignoreLock">ignoreLock</a>:</b></p>
<div>When true, ignore remote locking.</div>
<ul>
<li><b>Type</b>: <tt>boolean</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>Expression</b>: <tt>${ignoreLock}</tt></li>
</ul><hr /><p><b><a name="obrDeploymentRepository">obrDeploymentRepository</a>:</b></p>
<div>OBR specific deployment repository. Format: id::layout::url</div>
<ul>
<li><b>Type</b>: <tt>java.lang.String</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>Expression</b>: <tt>${obrDeploymentRepository}</tt></li>
</ul><hr /><p><b><a name="obrRepository">obrRepository</a>:</b></p>
<div>Local OBR Repository.</div>
<ul>
<li><b>Type</b>: <tt>java.lang.String</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>Expression</b>: <tt>${obrRepository}</tt></li>
</ul><hr /><p><b><a name="prefixUrl">prefixUrl</a>:</b></p>
<div>Optional public URL prefix for the remote repository.</div>
<ul>
<li><b>Type</b>: <tt>java.lang.String</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>Expression</b>: <tt>${prefixUrl}</tt></li>
</ul><hr /><p><b><a name="remoteOBR">remoteOBR</a>:</b></p>
<div>Remote OBR Repository.</div>
<ul>
<li><b>Type</b>: <tt>java.lang.String</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>Expression</b>: <tt>${remoteOBR}</tt></li>
<li><b>Default</b>: <tt>NONE</tt></li>
</ul><hr /><p><b><a name="supportedProjectTypes">supportedProjectTypes</a>:</b></p>
<div>Project types which this plugin supports.</div>
<ul>
<li><b>Type</b>: <tt>java.util.List</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
</ul>
</div>
</div>
</div>
</div>
<div class="clear">
<hr/>
</div>
<div id="footer">
<div class="xright">Copyright &#169; 2006-2011
<a href="http://www.apache.org/">The Apache Software Foundation</a>.
All Rights Reserved.
</div>
<div class="clear">
<hr/>
</div>
</div>
</body>
</html>