mvn site
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1490866 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundleplugin/doc/site/install-file-mojo.html b/bundleplugin/doc/site/install-file-mojo.html
index 6180e10..1a94866 100644
--- a/bundleplugin/doc/site/install-file-mojo.html
+++ b/bundleplugin/doc/site/install-file-mojo.html
@@ -1,5 +1,5 @@
<!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 Feb 11, 2012 -->
+<!-- Generated by Apache Maven Doxia at Jun 8, 2013 -->
<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" />
@@ -11,7 +11,7 @@
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20120211" />
+ <meta name="Date-Revision-yyyymmdd" content="20130608" />
<meta http-equiv="Content-Language" content="en" />
</head>
@@ -28,7 +28,7 @@
<div class="xleft">
- <span id="publishDate">Last Published: 2012-02-11</span>
+ <span id="publishDate">Last Published: 2013-06-08</span>
| <span id="projectVersion">Version: 2.4.0-SNAPSHOT</span>
</div>
<div class="xright">
@@ -88,7 +88,7 @@
goal)</div>
<p><b>Attributes</b>:</p>
<ul>
- <li>Binds by default to the lifecycle phase: <tt>install</tt>.</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>install</tt>.</li>
</ul>
<div class="section"><h3>Optional Parameters<a name="Optional_Parameters"></a></h3>
<table class="bodyTable" border="0">
@@ -102,51 +102,51 @@
<td><b><a href="#artifactId">artifactId</a></b></td>
<td><tt>String</tt></td>
<td><tt>-</tt></td>
- <td>ArtifactId of the bundle. Retrieved from POM file if specified.<br /></td>
+ <td>ArtifactId of the bundle. Retrieved from POM file if specified.<br /><b>User property is</b>: <tt>artifactId</tt>.</td>
</tr>
<tr class="a">
<td><b><a href="#classifier">classifier</a></b></td>
<td><tt>String</tt></td>
<td><tt>-</tt></td>
- <td>Classifier type of the bundle. Defaults to none.<br /></td>
+ <td>Classifier type of the bundle. Defaults to none.<br /><b>User property is</b>: <tt>classifier</tt>.</td>
</tr>
<tr class="b">
<td><b><a href="#file">file</a></b></td>
<td><tt>File</tt></td>
<td><tt>-</tt></td>
<td>Bundle file, defaults to the artifact in the local Maven
-repository.<br /></td>
+repository.<br /><b>User property is</b>: <tt>file</tt>.</td>
</tr>
<tr class="a">
<td><b><a href="#groupId">groupId</a></b></td>
<td><tt>String</tt></td>
<td><tt>-</tt></td>
- <td>GroupId of the bundle. Retrieved from POM file if specified.<br /></td>
+ <td>GroupId of the bundle. Retrieved from POM file if specified.<br /><b>User property is</b>: <tt>groupId</tt>.</td>
</tr>
<tr class="b">
<td><b><a href="#obrRepository">obrRepository</a></b></td>
<td><tt>String</tt></td>
<td><tt>-</tt></td>
- <td>OBR Repository.<br /></td>
+ <td>OBR Repository.<br /><b>User property is</b>: <tt>obrRepository</tt>.</td>
</tr>
<tr class="a">
<td><b><a href="#obrXml">obrXml</a></b></td>
<td><tt>String</tt></td>
<td><tt>-</tt></td>
<td>Optional XML file describing additional requirements and
-capabilities.<br /></td>
+capabilities.<br /><b>User property is</b>: <tt>obrXml</tt>.</td>
</tr>
<tr class="b">
<td><b><a href="#packaging">packaging</a></b></td>
<td><tt>String</tt></td>
<td><tt>-</tt></td>
- <td>Packaging type of the bundle. Retrieved from POM file if specified.<br /></td>
+ <td>Packaging type of the bundle. Retrieved from POM file if specified.<br /><b>User property is</b>: <tt>packaging</tt>.</td>
</tr>
<tr class="a">
<td><b><a href="#pomFile">pomFile</a></b></td>
<td><tt>File</tt></td>
<td><tt>-</tt></td>
- <td>Location of an existing POM file.<br /></td>
+ <td>Location of an existing POM file.<br /><b>User property is</b>: <tt>pomFile</tt>.</td>
</tr>
<tr class="b">
<td><b><a href="#supportedProjectTypes">supportedProjectTypes</a></b></td>
@@ -158,7 +158,7 @@
<td><b><a href="#version">version</a></b></td>
<td><tt>String</tt></td>
<td><tt>-</tt></td>
- <td>Version of the bundle. Retrieved from POM file if specified.<br /></td>
+ <td>Version of the bundle. Retrieved from POM file if specified.<br /><b>User property is</b>: <tt>version</tt>.</td>
</tr>
</table>
</div>
@@ -168,51 +168,51 @@
<ul>
<li><b>Type</b>: <tt>java.lang.String</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
- <li><b>Expression</b>: <tt>${artifactId}</tt></li>
+ <li><b>User Property</b>: <tt>artifactId</tt></li>
</ul><hr /><p><b><a name="classifier">classifier</a>:</b></p>
<div>Classifier type of the bundle. Defaults to none.</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>${classifier}</tt></li>
+ <li><b>User Property</b>: <tt>classifier</tt></li>
</ul><hr /><p><b><a name="file">file</a>:</b></p>
<div>Bundle file, defaults to the artifact in the local Maven
repository.</div>
<ul>
<li><b>Type</b>: <tt>java.io.File</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
- <li><b>Expression</b>: <tt>${file}</tt></li>
+ <li><b>User Property</b>: <tt>file</tt></li>
</ul><hr /><p><b><a name="groupId">groupId</a>:</b></p>
<div>GroupId of the bundle. Retrieved from POM file if specified.</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>${groupId}</tt></li>
+ <li><b>User Property</b>: <tt>groupId</tt></li>
</ul><hr /><p><b><a name="obrRepository">obrRepository</a>:</b></p>
<div>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>
+ <li><b>User Property</b>: <tt>obrRepository</tt></li>
</ul><hr /><p><b><a name="obrXml">obrXml</a>:</b></p>
<div>Optional XML file describing additional requirements and
capabilities.</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>${obrXml}</tt></li>
+ <li><b>User Property</b>: <tt>obrXml</tt></li>
</ul><hr /><p><b><a name="packaging">packaging</a>:</b></p>
<div>Packaging type of the bundle. Retrieved from POM file if specified.</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>${packaging}</tt></li>
+ <li><b>User Property</b>: <tt>packaging</tt></li>
</ul><hr /><p><b><a name="pomFile">pomFile</a>:</b></p>
<div>Location of an existing POM file.</div>
<ul>
<li><b>Type</b>: <tt>java.io.File</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
- <li><b>Expression</b>: <tt>${pomFile}</tt></li>
+ <li><b>User Property</b>: <tt>pomFile</tt></li>
</ul><hr /><p><b><a name="supportedProjectTypes">supportedProjectTypes</a>:</b></p>
<div>Project types which this plugin supports.</div>
<ul>
@@ -223,7 +223,7 @@
<ul>
<li><b>Type</b>: <tt>java.lang.String</tt></li>
<li><b>Required</b>: <tt>No</tt></li>
- <li><b>Expression</b>: <tt>${version}</tt></li>
+ <li><b>User Property</b>: <tt>version</tt></li>
</ul>
</div>
</div>
@@ -235,7 +235,7 @@
<hr/>
</div>
<div id="footer">
- <div class="xright">Copyright © 2006-2012
+ <div class="xright">Copyright © 2006-2013
<a href="http://www.apache.org/">The Apache Software Foundation</a>.
All Rights Reserved.