blob: 848d4f3ffdae9f7ed209d986805865102112e5cb [file] [log] [blame]
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.7.4 at 2017-04-15
| Rendered using Apache Maven Fluido Skin 1.6
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Date-Revision-yyyymmdd" content="20170415" />
<meta http-equiv="Content-Language" content="en" />
<title>eclipse-macsigner-plugin &#x2013; eclipse-macsigner:sign</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.6.min.css" />
<link rel="stylesheet" href="./css/site.css" />
<link rel="stylesheet" href="./css/print.css" media="print" />
<script type="text/javascript" src="./js/apache-maven-fluido-1.6.min.js"></script>
</head>
<body class="topBarDisabled">
<div class="container-fluid">
<div id="banner">
<div class="pull-left"><a href="https://eclipse.org" id="bannerLeft"><img src="https://eclipse.org/eclipse.org-common/themes/Nova/images/eclipse.png" alt="Eclipse"/></a></div>
<div class="pull-right"></div>
<div class="clear"><hr/></div>
</div>
<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2017-04-15<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 1.1.4</li>
</ul>
</div>
<div class="row-fluid">
<div id="leftColumn" class="span2">
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header">CBI Maven Plugins</li>
<li><a href="../index.html" title="Introduction"><span class="none"></span>Introduction</a> </li>
<li><a href="../eclipse-jarsigner-plugin/plugin-info.html" title="Jar Signer"><span class="none"></span>Jar Signer</a> </li>
<li><a href="../eclipse-winsigner-plugin/plugin-info.html" title="Windows Exe Signer"><span class="none"></span>Windows Exe Signer</a> </li>
<li><a href="../eclipse-macsigner-plugin/plugin-info.html" title="macOS App Signer"><span class="none"></span>macOS App Signer</a> </li>
<li><a href="../eclipse-dmg-packager/plugin-info.html" title="macOS DMG Packager"><span class="none"></span>macOS DMG Packager</a> </li>
<li><a href="../eclipse-cbi-plugin/plugin-info.html" title="Utilities"><span class="none"></span>Utilities</a> </li>
</ul>
<hr />
<div id="poweredBy">
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
</div>
</div>
</div>
<div id="bodyColumn" class="span10" >
<div class="section">
<h2><a name="eclipse-macsigner:sign"></a>eclipse-macsigner:sign</h2>
<p><b>Full name</b>:</p>
<p>org.eclipse.cbi.maven.plugins:eclipse-macsigner-plugin:1.1.4:sign</p>
<p><b>Description</b>:</p>
<div>Signs OS X applications found in the project build directory using
the Eclipse OS X application signer webservice.</div>
<p><b>Attributes</b>:</p>
<ul>
<li>Requires a Maven project to be executed.</li>
<li>Binds by default to the <a class="externalLink" href="http://maven.apache.org/ref/current/maven-core/lifecycles.html">lifecycle phase</a>: <tt>package</tt>.</li>
</ul>
<div class="section">
<h3><a name="Required_Parameters"></a>Required Parameters</h3>
<table class="table table-striped" 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="#signerUrl">signerUrl</a></b></td>
<td><tt>String</tt></td>
<td><tt>-</tt></td>
<td>The signing service URL for signing OS X applications. The signing
service should return a signed zip file containing the Mac *.app
directory.<br /><b>Default value is</b>: <tt>http://build.eclipse.org:31338/macsign.php</tt>.<br /><b>User property is</b>: <tt>cbi.macsigner.signerUrl</tt>.<br /></td>
</tr>
</table>
</div>
<div class="section">
<h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
<table class="table table-striped" 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="#baseSearchDir">baseSearchDir</a></b></td>
<td><tt>String</tt></td>
<td><tt>-</tt></td>
<td>The base directory to search for applications to sign.<br /><b>Default value is</b>: <tt>${project.build.directory}/products/</tt>.<br /><b>User property is</b>: <tt>cbi.macsigner.baseSearchDir</tt>.<br /></td>
</tr>
<tr class="a">
<td><b><a href="#continueOnFail">continueOnFail</a></b></td>
<td><tt>boolean</tt></td>
<td><tt>-</tt></td>
<td>Whether the build should be stopped if the signing process fails.<br /><b>User property is</b>: <tt>cbi.macsigner.continueOnFail</tt>.<br /></td>
</tr>
<tr class="b">
<td><b><a href="#deprecatedBaseSearchDir">deprecatedBaseSearchDir</a></b></td>
<td><tt>String</tt></td>
<td><tt>-</tt></td>
<td><b>Deprecated.</b> The user property <tt>baseSearchDir</tt> is deprecated. You
should use the qualified property
<tt>cbi.macsigner.baseSearchDir</tt> instead. The
<tt>deprecatedBaseSearchDir</tt> parameter has been introduced
to support this deprecated user property for backward compatibility
only.<br /><b>Default value is</b>: <tt>${project.build.directory}/products/</tt>.<br /><b>User property is</b>: <tt>baseSearchDir</tt>.<br /></td>
</tr>
<tr class="a">
<td><b><a href="#deprecatedContinueOnFail">deprecatedContinueOnFail</a></b></td>
<td><tt>boolean</tt></td>
<td><tt>-</tt></td>
<td><b>Deprecated.</b> The user property <tt>continueOnFail</tt> is deprecated. You
should use the qualified property
<tt>cbi.macsigner.continueOnFail</tt> instead. The
<tt>deprecatedContinueOnFail</tt> parameter has been introduced
to support this deprecated user property for backward compatibility
only.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>continueOnFail</tt>.<br /></td>
</tr>
<tr class="b">
<td><b><a href="#deprecatedFileNames">deprecatedFileNames</a></b></td>
<td><tt>Set</tt></td>
<td><tt>-</tt></td>
<td><b>Deprecated.</b> The user property <tt>fileNames</tt> is deprecated. You should
use the qualified property <tt>cbi.macsigner.fileNames</tt>
instead. The <tt>deprecatedFileNames</tt> parameter has been
introduced to support this deprecated user property for backward
compatibility only.<br /><b>User property is</b>: <tt>fileNames</tt>.<br /></td>
</tr>
<tr class="a">
<td><b><a href="#deprecatedRetryLimit">deprecatedRetryLimit</a></b></td>
<td><tt>int</tt></td>
<td><tt>-</tt></td>
<td><b>Deprecated.</b> The user property <tt>retryLimit</tt> is deprecated. You should
use the qualified property <tt>cbi.macsigner.retryLimit</tt>
instead. The <tt>deprecatedRetryLimit</tt> parameter has been
introduced to support this deprecated user property for backward
compatibility only.<br /><b>Default value is</b>: <tt>3</tt>.<br /><b>User property is</b>: <tt>retryLimit</tt>.<br /></td>
</tr>
<tr class="b">
<td><b><a href="#deprecatedRetryTimer">deprecatedRetryTimer</a></b></td>
<td><tt>int</tt></td>
<td><tt>-</tt></td>
<td><b>Deprecated.</b> The user property <tt>retryTimer</tt> is deprecated. You should
use the qualified property <tt>cbi.macsigner.retryTimer</tt>
instead. The <tt>deprecatedRetryTimer</tt> parameter has been
introduced to support this deprecated user property for backward
compatibility only.<br /><b>Default value is</b>: <tt>10</tt>.<br /><b>User property is</b>: <tt>retryTimer</tt>.<br /></td>
</tr>
<tr class="a">
<td><b><a href="#deprecatedSignFiles">deprecatedSignFiles</a></b></td>
<td><tt>Set</tt></td>
<td><tt>-</tt></td>
<td><b>Deprecated.</b> The user property <tt>signFiles</tt> is deprecated. You should
use the qualified property <tt>cbi.macsigner.signFiles</tt>
instead. The <tt>deprecatedSignFiles</tt> parameter has been
introduced to support this deprecated user property for backward
compatibility only.<br /><b>User property is</b>: <tt>signFiles</tt>.<br /></td>
</tr>
<tr class="b">
<td><b><a href="#fileNames">fileNames</a></b></td>
<td><tt>Set</tt></td>
<td><tt>-</tt></td>
<td>A list of <tt>*.app</tt> application folder to sign.
<p>Default value is <tt>{</tt>ECLIPSE_APP} is signed.</p><br /><b>User property is</b>: <tt>cbi.macsigner.fileNames</tt>.<br /></td>
</tr>
<tr class="a">
<td><b><a href="#retryLimit">retryLimit</a></b></td>
<td><tt>int</tt></td>
<td><tt>-</tt></td>
<td>Number of times to retry signing if server fails to sign<br /><b>Default value is</b>: <tt>3</tt>.<br /><b>User property is</b>: <tt>cbi.macsigner.retryLimit</tt>.<br /></td>
</tr>
<tr class="b">
<td><b><a href="#retryTimer">retryTimer</a></b></td>
<td><tt>int</tt></td>
<td><tt>-</tt></td>
<td>Number of seconds to wait before retrying to sign<br /><b>Default value is</b>: <tt>10</tt>.<br /><b>User property is</b>: <tt>cbi.macsigner.retryTimer</tt>.<br /></td>
</tr>
<tr class="a">
<td><b><a href="#signFiles">signFiles</a></b></td>
<td><tt>Set</tt></td>
<td><tt>-</tt></td>
<td>A list of absolute paths to OS X application directories
(<tt>*.app</tt>) (e.g.,
<tt>${project.build.directory}/products/myProduct/macosx/cocoa/x86/eclipse/Eclipse.app</tt>
). If configured only these executables will be signed and
<tt>baseSearchDir</tt> and <tt>fileNames</tt> will be
ignored.<br /><b>User property is</b>: <tt>cbi.macsigner.signFiles</tt>.<br /></td>
</tr>
</table>
</div>
<div class="section">
<h3><a name="Parameter_Details"></a>Parameter Details</h3>
<p><b><a name="baseSearchDir">baseSearchDir</a>:</b></p>
<div>The base directory to search for applications to sign.</div>
<ul>
<li><b>Type</b>: <tt>java.lang.String</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>User Property</b>: <tt>cbi.macsigner.baseSearchDir</tt></li>
<li><b>Default</b>: <tt>${project.build.directory}/products/</tt></li>
</ul><hr />
<p><b><a name="continueOnFail">continueOnFail</a>:</b></p>
<div>Whether the build should be stopped if the signing process fails.</div>
<ul>
<li><b>Type</b>: <tt>boolean</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>User Property</b>: <tt>cbi.macsigner.continueOnFail</tt></li>
</ul><hr />
<p><b><a name="deprecatedBaseSearchDir">deprecatedBaseSearchDir</a>:</b></p>
<div><b>Deprecated.</b> The user property <tt>baseSearchDir</tt> is deprecated. You
should use the qualified property
<tt>cbi.macsigner.baseSearchDir</tt> instead. The
<tt>deprecatedBaseSearchDir</tt> parameter has been introduced
to support this deprecated user property for backward compatibility
only.</div>
<div>The base directory to search for applications to sign.</div>
<ul>
<li><b>Type</b>: <tt>java.lang.String</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>User Property</b>: <tt>baseSearchDir</tt></li>
<li><b>Default</b>: <tt>${project.build.directory}/products/</tt></li>
</ul><hr />
<p><b><a name="deprecatedContinueOnFail">deprecatedContinueOnFail</a>:</b></p>
<div><b>Deprecated.</b> The user property <tt>continueOnFail</tt> is deprecated. You
should use the qualified property
<tt>cbi.macsigner.continueOnFail</tt> instead. The
<tt>deprecatedContinueOnFail</tt> parameter has been introduced
to support this deprecated user property for backward compatibility
only.</div>
<div>Whether the build should be stopped if the signing process fails.</div>
<ul>
<li><b>Type</b>: <tt>boolean</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>User Property</b>: <tt>continueOnFail</tt></li>
<li><b>Default</b>: <tt>false</tt></li>
</ul><hr />
<p><b><a name="deprecatedFileNames">deprecatedFileNames</a>:</b></p>
<div><b>Deprecated.</b> The user property <tt>fileNames</tt> is deprecated. You should
use the qualified property <tt>cbi.macsigner.fileNames</tt>
instead. The <tt>deprecatedFileNames</tt> parameter has been
introduced to support this deprecated user property for backward
compatibility only.</div>
<div>A list of <tt>*.app</tt> application folder name to sign.
Default value is <tt>{&quot;Eclipse.app&quot;}</tt>. <br />
<br /></div>
<ul>
<li><b>Type</b>: <tt>java.util.Set</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>User Property</b>: <tt>fileNames</tt></li>
</ul><hr />
<p><b><a name="deprecatedRetryLimit">deprecatedRetryLimit</a>:</b></p>
<div><b>Deprecated.</b> The user property <tt>retryLimit</tt> is deprecated. You should
use the qualified property <tt>cbi.macsigner.retryLimit</tt>
instead. The <tt>deprecatedRetryLimit</tt> parameter has been
introduced to support this deprecated user property for backward
compatibility only.</div>
<div>Number of times to retry signing if server fails to sign</div>
<ul>
<li><b>Type</b>: <tt>int</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>User Property</b>: <tt>retryLimit</tt></li>
<li><b>Default</b>: <tt>3</tt></li>
</ul><hr />
<p><b><a name="deprecatedRetryTimer">deprecatedRetryTimer</a>:</b></p>
<div><b>Deprecated.</b> The user property <tt>retryTimer</tt> is deprecated. You should
use the qualified property <tt>cbi.macsigner.retryTimer</tt>
instead. The <tt>deprecatedRetryTimer</tt> parameter has been
introduced to support this deprecated user property for backward
compatibility only.</div>
<div>Number of seconds to wait before retrying to sign</div>
<ul>
<li><b>Type</b>: <tt>int</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>User Property</b>: <tt>retryTimer</tt></li>
<li><b>Default</b>: <tt>10</tt></li>
</ul><hr />
<p><b><a name="deprecatedSignFiles">deprecatedSignFiles</a>:</b></p>
<div><b>Deprecated.</b> The user property <tt>signFiles</tt> is deprecated. You should
use the qualified property <tt>cbi.macsigner.signFiles</tt>
instead. The <tt>deprecatedSignFiles</tt> parameter has been
introduced to support this deprecated user property for backward
compatibility only.</div>
<div>A list of absolute paths to the OS X directory <tt>*.app</tt>
(e.g.,
<tt>${project.build.directory}/products/myProduct/macosx/cocoa/x86/eclipse/Eclipse.app</tt>
). If configured only these executables will be signed and
<tt>baseSearchDir</tt> and <tt>fileNames</tt> will be
ignored.</div>
<ul>
<li><b>Type</b>: <tt>java.util.Set</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>User Property</b>: <tt>signFiles</tt></li>
</ul><hr />
<p><b><a name="fileNames">fileNames</a>:</b></p>
<div>A list of <tt>*.app</tt> application folder to sign.
<p>Default value is <tt>{</tt>ECLIPSE_APP} is signed.</p></div>
<ul>
<li><b>Type</b>: <tt>java.util.Set</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>User Property</b>: <tt>cbi.macsigner.fileNames</tt></li>
</ul><hr />
<p><b><a name="retryLimit">retryLimit</a>:</b></p>
<div>Number of times to retry signing if server fails to sign</div>
<ul>
<li><b>Type</b>: <tt>int</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>User Property</b>: <tt>cbi.macsigner.retryLimit</tt></li>
<li><b>Default</b>: <tt>3</tt></li>
</ul><hr />
<p><b><a name="retryTimer">retryTimer</a>:</b></p>
<div>Number of seconds to wait before retrying to sign</div>
<ul>
<li><b>Type</b>: <tt>int</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>User Property</b>: <tt>cbi.macsigner.retryTimer</tt></li>
<li><b>Default</b>: <tt>10</tt></li>
</ul><hr />
<p><b><a name="signFiles">signFiles</a>:</b></p>
<div>A list of absolute paths to OS X application directories
(<tt>*.app</tt>) (e.g.,
<tt>${project.build.directory}/products/myProduct/macosx/cocoa/x86/eclipse/Eclipse.app</tt>
). If configured only these executables will be signed and
<tt>baseSearchDir</tt> and <tt>fileNames</tt> will be
ignored.</div>
<ul>
<li><b>Type</b>: <tt>java.util.Set</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
<li><b>User Property</b>: <tt>cbi.macsigner.signFiles</tt></li>
</ul><hr />
<p><b><a name="signerUrl">signerUrl</a>:</b></p>
<div>The signing service URL for signing OS X applications. The signing
service should return a signed zip file containing the Mac *.app
directory.</div>
<ul>
<li><b>Type</b>: <tt>java.lang.String</tt></li>
<li><b>Required</b>: <tt>Yes</tt></li>
<li><b>User Property</b>: <tt>cbi.macsigner.signerUrl</tt></li>
<li><b>Default</b>: <tt>http://build.eclipse.org:31338/macsign.php</tt></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<hr/>
<footer>
<div class="container-fluid">
<div class="row-fluid">
<p>Copyright &copy;2017
<a href="http://eclipse.org/">Eclipse Foundation</a>.
All rights reserved.</p>
</div>
</div>
</footer>
</body>
</html>