You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ss...@apache.org on 2017/03/09 21:15:10 UTC

svn commit: r1008012 [7/31] - in /websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST: ./ css/ images/ images/logos/ images/profiles/ img/ js/ xref-test/ xref-test/org/ xref-test/org/apache/ xref-test/org/apache/fel...

Added: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/manifest-mojo.html
==============================================================================
--- websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/manifest-mojo.html (added)
+++ websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/manifest-mojo.html Thu Mar  9 21:15:09 2017
@@ -0,0 +1,690 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2017-03-09 
+ | Rendered using Apache Maven Fluido Skin 1.3.1
+-->
+<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="20170309" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Maven Bundle Plugin &#x2013; bundle:manifest</title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.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.3.1.min.js"></script>
+
+    
+                  </head>
+        <body class="topBarDisabled">
+          
+        
+    
+        <div class="container-fluid">
+          <div id="banner">
+        <div class="pull-left">
+                                <div id="bannerLeft">
+                <h2>Maven Bundle Plugin</h2>
+                </div>
+                      </div>
+        <div class="pull-right">  </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                  <li id="publishDate">Last Published: 2017-03-09
+                      <span class="divider">|</span>
+                   </li>
+                  <li id="projectVersion">Version: 3.3.0
+                      </li>
+                      
+                
+                    
+      
+                            </ul>
+      </div>
+
+            
+      <div class="row-fluid">
+        <div id="leftColumn" class="span3">
+          <div class="well sidebar-nav">
+                
+                    
+                <ul class="nav nav-list">
+                    <li class="nav-header">Overview</li>
+                              
+      <li>
+  
+                          <a href="index.html" title="Introduction">
+          <i class="none"></i>
+        Introduction</a>
+            </li>
+                
+      <li>
+  
+                          <a href="plugin-info.html" title="Goals">
+          <i class="none"></i>
+        Goals</a>
+            </li>
+                
+      <li>
+  
+                          <a href="https://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Maven+Bundle+Plugin+%28BND%29" class="externalLink" title="Wiki">
+          <i class="none"></i>
+        Wiki</a>
+            </li>
+                
+      <li>
+  
+                          <a href="https://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Bundle+Plugin+FAQ" class="externalLink" title="FAQ">
+          <i class="none"></i>
+        FAQ</a>
+            </li>
+                
+      <li>
+  
+                          <a href="jira-report.html" title="Release Notes">
+          <i class="none"></i>
+        Release Notes</a>
+            </li>
+                              <li class="nav-header">Project Documentation</li>
+                                                                                                                                                                          
+      <li>
+  
+                          <a href="project-info.html" title="Project Information">
+          <i class="icon-chevron-right"></i>
+        Project Information</a>
+                  </li>
+                                                                                                                                          
+      <li>
+  
+                          <a href="project-reports.html" title="Project Reports">
+          <i class="icon-chevron-right"></i>
+        Project Reports</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="span9" >
+                                  
+            
+  
+    <div class="section">
+<h2><a name="bundle:manifest"></a>bundle:manifest</h2>
+      
+<p><b>Full name</b>:</p>
+      
+<p>org.apache.felix:maven-bundle-plugin:3.3.0:manifest</p>
+      
+<p><b>Description</b>:</p>
+      
+<div>Generate an OSGi manifest for this project</div>
+      
+<p><b>Attributes</b>:</p>
+      
+<ul>
+        
+<li>Requires a Maven project to be executed.</li>
+        
+<li>Requires dependency resolution of artifacts in scope: <tt>test</tt>.</li>
+        
+<li>The goal is thread-safe and supports parallel builds.</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>process-classes</tt>.</li>
+      </ul>
+      
+<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="#archive">archive</a></b></td>
+            
+<td><tt>MavenArchiveConfiguration</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The archive configuration to use.<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#buildDirectory">buildDirectory</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The directory for the generated JAR.<br /><b>Default value is</b>: <tt>${project.build.directory}</tt>.<br /></td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#classifier">classifier</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Classifier type of the bundle to be installed. For example,
+&quot;jdk14&quot;. Defaults to none which means this is the project's main
+bundle.<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#createDependencyReducedPom">createDependencyReducedPom</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>If true, remove any inlined or embedded dependencies from the
+resulting pom.<br /></td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#dependencyReducedPomLocation">dependencyReducedPomLocation</a></b></td>
+            
+<td><tt>File</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Where to put the dependency reduced pom. Note: setting a value for
+this parameter with a directory other than ${basedir} will change
+the value of ${basedir} for all executions that come after the
+shade execution. This is often not what you want. This is
+considered an open issue with this plugin.<br /><b>Default value is</b>: <tt>${basedir}/dependency-reduced-pom.xml</tt>.<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#dumpClasspath">dumpClasspath</a></b></td>
+            
+<td><tt>File</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>File where the BND class-path will be dumped<br /><b>User property is</b>: <tt>dumpClasspath</tt>.</td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#dumpInstructions">dumpInstructions</a></b></td>
+            
+<td><tt>File</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>File where the BND instructions will be dumped<br /><b>User property is</b>: <tt>dumpInstructions</tt>.</td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#excludeDependencies">excludeDependencies</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Comma separated list of artifactIds to exclude from the dependency
+classpath passed to BND (use &quot;true&quot; to exclude everything)<br /><b>User property is</b>: <tt>excludeDependencies</tt>.</td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#exportScr">exportScr</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>When true, dump the generated SCR files<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#finalName">finalName</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Final name of the bundle (without classifier or extension)<br /><b>Default value is</b>: <tt>${project.build.finalName}</tt>.<br /></td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#instructions">instructions</a></b></td>
+            
+<td><tt>Map</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The BND instructions for the bundle. Maven will expand property
+macros in these values. If you want to use a BND macro, you must
+double the dollar sign for the plugin to pass it to BND correctly.
+For example: <br />
+<tt>&lt;_consumer-policy&gt;$${range;[===,+)</tt><tt>}</tt><tt>&lt;/_consumer-policy&gt;</tt><br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#manifestLocation">manifestLocation</a></b></td>
+            
+<td><tt>File</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Directory where the manifest will be written<br /><b>Default value is</b>: <tt>${project.build.outputDirectory}/META-INF</tt>.<br /><b>User property is</b>: <tt>manifestLocation</tt>.</td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#niceManifest">niceManifest</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Output a nicely formatted manifest that still respects the 72
+character line limit.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>niceManifest</tt>.</td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#outputDirectory">outputDirectory</a></b></td>
+            
+<td><tt>File</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The directory for the generated bundles.<br /><b>Default value is</b>: <tt>${project.build.outputDirectory}</tt>.<br /></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 to be installed. For example, &quot;jar&quot;.
+Defaults to none which means use the same packaging as the project.<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#rebuildBundle">rebuildBundle</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>When true, generate the manifest by rebuilding the full bundle in
+memory<br /><b>User property is</b>: <tt>rebuildBundle</tt>.</td>
+          </tr>
+          
+<tr class="b">
+            
+<td><b><a href="#scrLocation">scrLocation</a></b></td>
+            
+<td><tt>File</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Directory where the SCR files will be written<br /><b>Default value is</b>: <tt>${project.build.outputDirectory}</tt>.<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#supportIncrementalBuild">supportIncrementalBuild</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>When true, manifest generation on incremental builds is supported
+in IDEs like Eclipse. Please note that the underlying BND library
+does not support incremental build, which means always the whole
+manifest and SCR metadata is generated.<br /><b>User property is</b>: <tt>supportIncrementalBuild</tt>.</td>
+          </tr>
+          
+<tr class="b">
+            
+<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>
+          
+<tr class="a">
+            
+<td><b><a href="#unpackBundle">unpackBundle</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>When true, unpack the bundle contents to the outputDirectory<br /><b>User property is</b>: <tt>unpackBundle</tt>.</td>
+          </tr>
+        </table>
+      </div>
+      
+<div class="section">
+<h3><a name="Parameter_Details"></a>Parameter Details</h3>
+        
+<p><b><a name="archive">archive</a>:</b></p>
+        
+<div>The archive configuration to use.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>org.apache.maven.archiver.MavenArchiveConfiguration</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr />
+<p><b><a name="buildDirectory">buildDirectory</a>:</b></p>
+        
+<div>The directory for the generated JAR.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>${project.build.directory}</tt></li>
+        </ul><hr />
+<p><b><a name="classifier">classifier</a>:</b></p>
+        
+<div>Classifier type of the bundle to be installed. For example,
+&quot;jdk14&quot;. Defaults to none which means this is the project's main
+bundle.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr />
+<p><b><a name="createDependencyReducedPom">createDependencyReducedPom</a>:</b></p>
+        
+<div>If true, remove any inlined or embedded dependencies from the
+resulting pom.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr />
+<p><b><a name="dependencyReducedPomLocation">dependencyReducedPomLocation</a>:</b></p>
+        
+<div>Where to put the dependency reduced pom. Note: setting a value for
+this parameter with a directory other than ${basedir} will change
+the value of ${basedir} for all executions that come after the
+shade execution. This is often not what you want. This is
+considered an open issue with this plugin.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.io.File</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>${basedir}/dependency-reduced-pom.xml</tt></li>
+        </ul><hr />
+<p><b><a name="dumpClasspath">dumpClasspath</a>:</b></p>
+        
+<div>File where the BND class-path will be dumped</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.io.File</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>dumpClasspath</tt></li>
+        </ul><hr />
+<p><b><a name="dumpInstructions">dumpInstructions</a>:</b></p>
+        
+<div>File where the BND instructions will be dumped</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.io.File</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>dumpInstructions</tt></li>
+        </ul><hr />
+<p><b><a name="excludeDependencies">excludeDependencies</a>:</b></p>
+        
+<div>Comma separated list of artifactIds to exclude from the dependency
+classpath passed to BND (use &quot;true&quot; to exclude everything)</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>excludeDependencies</tt></li>
+        </ul><hr />
+<p><b><a name="exportScr">exportScr</a>:</b></p>
+        
+<div>When true, dump the generated SCR files</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr />
+<p><b><a name="finalName">finalName</a>:</b></p>
+        
+<div>Final name of the bundle (without classifier or extension)</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>${project.build.finalName}</tt></li>
+        </ul><hr />
+<p><b><a name="instructions">instructions</a>:</b></p>
+        
+<div>The BND instructions for the bundle. Maven will expand property
+macros in these values. If you want to use a BND macro, you must
+double the dollar sign for the plugin to pass it to BND correctly.
+For example: <br />
+<tt>&lt;_consumer-policy&gt;$${range;[===,+)</tt><tt>}</tt><tt>&lt;/_consumer-policy&gt;</tt></div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.util.Map</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr />
+<p><b><a name="manifestLocation">manifestLocation</a>:</b></p>
+        
+<div>Directory where the manifest will be written</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.io.File</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>manifestLocation</tt></li>
+          
+<li><b>Default</b>: <tt>${project.build.outputDirectory}/META-INF</tt></li>
+        </ul><hr />
+<p><b><a name="niceManifest">niceManifest</a>:</b></p>
+        
+<div>Output a nicely formatted manifest that still respects the 72
+character line limit.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>niceManifest</tt></li>
+          
+<li><b>Default</b>: <tt>false</tt></li>
+        </ul><hr />
+<p><b><a name="outputDirectory">outputDirectory</a>:</b></p>
+        
+<div>The directory for the generated bundles.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.io.File</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>${project.build.outputDirectory}</tt></li>
+        </ul><hr />
+<p><b><a name="packaging">packaging</a>:</b></p>
+        
+<div>Packaging type of the bundle to be installed. For example, &quot;jar&quot;.
+Defaults to none which means use the same packaging as the project.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr />
+<p><b><a name="rebuildBundle">rebuildBundle</a>:</b></p>
+        
+<div>When true, generate the manifest by rebuilding the full bundle in
+memory</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>rebuildBundle</tt></li>
+        </ul><hr />
+<p><b><a name="scrLocation">scrLocation</a>:</b></p>
+        
+<div>Directory where the SCR files will be written</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.io.File</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>${project.build.outputDirectory}</tt></li>
+        </ul><hr />
+<p><b><a name="supportIncrementalBuild">supportIncrementalBuild</a>:</b></p>
+        
+<div>When true, manifest generation on incremental builds is supported
+in IDEs like Eclipse. Please note that the underlying BND library
+does not support incremental build, which means always the whole
+manifest and SCR metadata is generated.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>supportIncrementalBuild</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><hr />
+<p><b><a name="unpackBundle">unpackBundle</a>:</b></p>
+        
+<div>When true, unpack the bundle contents to the outputDirectory</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>unpackBundle</tt></li>
+        </ul>
+      </div>
+    </div>
+  
+
+                  </div>
+            </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container-fluid">
+                      <div class="row-fluid">
+                              <p >Copyright &copy;                    2006&#x2013;2017
+                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+            All rights reserved.      
+                    
+      </p>
+        </div>
+
+        
+        
+                </div>
+    </footer>
+        </body>
+</html>
\ No newline at end of file

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/manifest-mojo.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/manifest-mojo.html
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Thu Mar  9 21:15:09 2017
@@ -0,0 +1 @@
+LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Author

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/manifest-mojo.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/plugin-info.html
==============================================================================
--- websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/plugin-info.html (added)
+++ websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/plugin-info.html Thu Mar  9 21:15:09 2017
@@ -0,0 +1,335 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2017-03-09 
+ | Rendered using Apache Maven Fluido Skin 1.3.1
+-->
+<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="20170309" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Maven Bundle Plugin &#x2013; Plugin Documentation</title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.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.3.1.min.js"></script>
+
+    
+                  </head>
+        <body class="topBarDisabled">
+          
+        
+    
+        <div class="container-fluid">
+          <div id="banner">
+        <div class="pull-left">
+                                <div id="bannerLeft">
+                <h2>Maven Bundle Plugin</h2>
+                </div>
+                      </div>
+        <div class="pull-right">  </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                  <li id="publishDate">Last Published: 2017-03-09
+                      <span class="divider">|</span>
+                   </li>
+                  <li id="projectVersion">Version: 3.3.0
+                      </li>
+                      
+                
+                    
+      
+                            </ul>
+      </div>
+
+            
+      <div class="row-fluid">
+        <div id="leftColumn" class="span3">
+          <div class="well sidebar-nav">
+                
+                    
+                <ul class="nav nav-list">
+                    <li class="nav-header">Overview</li>
+                              
+      <li>
+  
+                          <a href="index.html" title="Introduction">
+          <i class="none"></i>
+        Introduction</a>
+            </li>
+                
+      <li class="active">
+  
+            <a href="#"><i class="none"></i>Goals</a>
+          </li>
+                
+      <li>
+  
+                          <a href="https://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Maven+Bundle+Plugin+%28BND%29" class="externalLink" title="Wiki">
+          <i class="none"></i>
+        Wiki</a>
+            </li>
+                
+      <li>
+  
+                          <a href="https://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Bundle+Plugin+FAQ" class="externalLink" title="FAQ">
+          <i class="none"></i>
+        FAQ</a>
+            </li>
+                
+      <li>
+  
+                          <a href="jira-report.html" title="Release Notes">
+          <i class="none"></i>
+        Release Notes</a>
+            </li>
+                              <li class="nav-header">Project Documentation</li>
+                                                                                                                                                                          
+      <li>
+  
+                          <a href="project-info.html" title="Project Information">
+          <i class="icon-chevron-right"></i>
+        Project Information</a>
+                  </li>
+                                                                                                                                                    
+      <li>
+  
+                          <a href="project-reports.html" title="Project Reports">
+          <i class="icon-chevron-down"></i>
+        Project Reports</a>
+                    <ul class="nav nav-list">
+                    
+      <li>
+  
+                          <a href="surefire-report.html" title="Surefire Report">
+          <i class="none"></i>
+        Surefire Report</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="xref/index.html" title="Source Xref">
+          <i class="none"></i>
+        Source Xref</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="xref-test/index.html" title="Test Source Xref">
+          <i class="none"></i>
+        Test Source Xref</a>
+            </li>
+                    
+      <li class="active">
+  
+            <a href="#"><i class="none"></i>Plugin Documentation</a>
+          </li>
+                    
+      <li>
+  
+                          <a href="jira-report.html" title="JIRA Report">
+          <i class="none"></i>
+        JIRA Report</a>
+            </li>
+              </ul>
+        </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="span9" >
+                                  
+            <div class="section">
+<h2><a name="Plugin_Documentation"></a>Plugin Documentation</h2><a name="Plugin_Documentation"></a>
+<p>Goals available for this plugin:</p>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>Goal</th>
+<th>Report?</th>
+<th>Description</th></tr>
+<tr class="b">
+<td><a href="ant-mojo.html">bundle:ant</a></td>
+<td>No</td>
+<td>Generate Ant script to create the bundle (you should run ant:ant
+first).</td></tr>
+<tr class="a">
+<td><a href="baseline-mojo.html">bundle:baseline</a></td>
+<td>No</td>
+<td>BND Baseline check between two bundles.</td></tr>
+<tr class="b">
+<td><a href="baseline-report-mojo.html">bundle:baseline-report</a></td>
+<td>Yes</td>
+<td>BND Baseline report.</td></tr>
+<tr class="a">
+<td><a href="bundle-mojo.html">bundle:bundle</a></td>
+<td>No</td>
+<td>Create an OSGi bundle from Maven project</td></tr>
+<tr class="b">
+<td><a href="bundleall-mojo.html">bundle:bundleall</a></td>
+<td>No</td>
+<td><strong>Deprecated.</strong> The bundleall goal is no longer supported and may be removed in a
+future release</td></tr>
+<tr class="a">
+<td><a href="clean-mojo.html">bundle:clean</a></td>
+<td>No</td>
+<td>Clean an OBR repository by finding and removing missing resources.</td></tr>
+<tr class="b">
+<td><a href="cleanVersions-mojo.html">bundle:cleanVersions</a></td>
+<td>No</td>
+<td>Clean OSGi versions, ie convert a group of versions to OSGi format.</td></tr>
+<tr class="a">
+<td><a href="deploy-mojo.html">bundle:deploy</a></td>
+<td>No</td>
+<td>Deploys bundle details to a remote OBR repository (life-cycle goal)</td></tr>
+<tr class="b">
+<td><a href="deploy-file-mojo.html">bundle:deploy-file</a></td>
+<td>No</td>
+<td>Deploys bundle details to a remote OBR repository (command-line
+goal)</td></tr>
+<tr class="a">
+<td><a href="index-mojo.html">bundle:index</a></td>
+<td>No</td>
+<td>Index the content of a maven repository using OBR</td></tr>
+<tr class="b">
+<td><a href="install-mojo.html">bundle:install</a></td>
+<td>No</td>
+<td>Installs bundle details in the local OBR repository (life-cycle
+goal)</td></tr>
+<tr class="a">
+<td><a href="install-file-mojo.html">bundle:install-file</a></td>
+<td>No</td>
+<td>Installs bundle details in the local OBR repository (command-line
+goal)</td></tr>
+<tr class="b">
+<td><a href="instructions-mojo.html">bundle:instructions</a></td>
+<td>No</td>
+<td>Generate BND instructions for this project</td></tr>
+<tr class="a">
+<td><a href="manifest-mojo.html">bundle:manifest</a></td>
+<td>No</td>
+<td>Generate an OSGi manifest for this project</td></tr>
+<tr class="b">
+<td><a href="remote-clean-mojo.html">bundle:remote-clean</a></td>
+<td>No</td>
+<td>Clean a remote repository file. It just looks for every resources
+and check that pointed file exists.</td></tr>
+<tr class="a">
+<td><a href="verify-mojo.html">bundle:verify</a></td>
+<td>No</td>
+<td>Verifies OSGi bundle metadata contains valid entries. Supported
+checks in the current version: 
+<ul>
+<li>All packages declared in the <a
+href="http://bnd.bndtools.org/heads/export_package.html">Export-Package</a>
+header are really included in the bundle.</li>
+</ul></td></tr>
+<tr class="b">
+<td><a href="wrap-mojo.html">bundle:wrap</a></td>
+<td>No</td>
+<td><strong>Deprecated.</strong> The wrap goal is no longer supported and may be removed in a future
+release</td></tr></table>
+<div class="section">
+<h3><a name="System_Requirements"></a>System Requirements</h3><a name="System_Requirements"></a>
+<p>The following specifies the minimum requirements to run this Maven plugin:</p>
+<table border="0" class="table table-striped">
+<tr class="a">
+<td>Maven</td>
+<td>2.0</td></tr>
+<tr class="b">
+<td>JDK</td>
+<td>1.7</td></tr>
+<tr class="a">
+<td>Memory</td>
+<td>No minimum requirement.</td></tr>
+<tr class="b">
+<td>Disk Space</td>
+<td>No minimum requirement.</td></tr></table></div>
+<div class="section">
+<h3><a name="Usage"></a>Usage</h3><a name="Usage"></a>
+<p>You should specify the version in your project's plugin configuration:</p>
+<div class="source">
+<pre>&lt;project&gt;
+  ...
+  &lt;build&gt;
+    &lt;!-- To define the plugin version in your parent POM --&gt;
+    &lt;pluginManagement&gt;
+      &lt;plugins&gt;
+        &lt;plugin&gt;
+          &lt;groupId&gt;org.apache.felix&lt;/groupId&gt;
+          &lt;artifactId&gt;maven-bundle-plugin&lt;/artifactId&gt;
+          &lt;version&gt;3.3.0&lt;/version&gt;
+        &lt;/plugin&gt;
+        ...
+      &lt;/plugins&gt;
+    &lt;/pluginManagement&gt;
+    &lt;!-- To use the plugin goals in your POM or parent POM --&gt;
+    &lt;plugins&gt;
+      &lt;plugin&gt;
+        &lt;groupId&gt;org.apache.felix&lt;/groupId&gt;
+        &lt;artifactId&gt;maven-bundle-plugin&lt;/artifactId&gt;
+        &lt;version&gt;3.3.0&lt;/version&gt;
+      &lt;/plugin&gt;
+      ...
+    &lt;/plugins&gt;
+  &lt;/build&gt;
+  ...
+  &lt;!-- To use the report goals in your POM or parent POM --&gt;
+  &lt;reporting&gt;
+    &lt;plugins&gt;
+      &lt;plugin&gt;
+        &lt;groupId&gt;org.apache.felix&lt;/groupId&gt;
+        &lt;artifactId&gt;maven-bundle-plugin&lt;/artifactId&gt;
+        &lt;version&gt;3.3.0&lt;/version&gt;
+      &lt;/plugin&gt;
+      ...
+    &lt;/plugins&gt;
+  &lt;/reporting&gt;
+  ...
+&lt;/project&gt;
+</pre></div>
+<p>For more information, see <a class="externalLink" href="http://maven.apache.org/guides/mini/guide-configuring-plugins.html">&quot;Guide to Configuring Plug-ins&quot;</a></p></div></div>
+                  </div>
+            </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container-fluid">
+                      <div class="row-fluid">
+                              <p >Copyright &copy;                    2006&#x2013;2017
+                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+            All rights reserved.      
+                    
+      </p>
+        </div>
+
+        
+        
+                </div>
+    </footer>
+        </body>
+</html>
\ No newline at end of file

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/plugin-info.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/plugin-info.html
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Thu Mar  9 21:15:09 2017
@@ -0,0 +1 @@
+LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Author

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/plugin-info.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/project-info.html
==============================================================================
--- websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/project-info.html (added)
+++ websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/project-info.html Thu Mar  9 21:15:09 2017
@@ -0,0 +1,225 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2017-03-09 
+ | Rendered using Apache Maven Fluido Skin 1.3.1
+-->
+<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="20170309" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Maven Bundle Plugin &#x2013; Project Information</title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.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.3.1.min.js"></script>
+
+    
+                  </head>
+        <body class="topBarDisabled">
+          
+        
+    
+        <div class="container-fluid">
+          <div id="banner">
+        <div class="pull-left">
+                                <div id="bannerLeft">
+                <h2>Maven Bundle Plugin</h2>
+                </div>
+                      </div>
+        <div class="pull-right">  </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                  <li id="publishDate">Last Published: 2017-03-09
+                      <span class="divider">|</span>
+                   </li>
+                  <li id="projectVersion">Version: 3.3.0
+                      </li>
+                      
+                
+                    
+      
+                            </ul>
+      </div>
+
+            
+      <div class="row-fluid">
+        <div id="leftColumn" class="span3">
+          <div class="well sidebar-nav">
+                
+                    
+                <ul class="nav nav-list">
+                    <li class="nav-header">Overview</li>
+                              
+      <li>
+  
+                          <a href="index.html" title="Introduction">
+          <i class="none"></i>
+        Introduction</a>
+            </li>
+                
+      <li>
+  
+                          <a href="plugin-info.html" title="Goals">
+          <i class="none"></i>
+        Goals</a>
+            </li>
+                
+      <li>
+  
+                          <a href="https://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Maven+Bundle+Plugin+%28BND%29" class="externalLink" title="Wiki">
+          <i class="none"></i>
+        Wiki</a>
+            </li>
+                
+      <li>
+  
+                          <a href="https://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Bundle+Plugin+FAQ" class="externalLink" title="FAQ">
+          <i class="none"></i>
+        FAQ</a>
+            </li>
+                
+      <li>
+  
+                          <a href="jira-report.html" title="Release Notes">
+          <i class="none"></i>
+        Release Notes</a>
+            </li>
+                              <li class="nav-header">Project Documentation</li>
+                                                                                                                                                                              
+      <li class="active">
+  
+            <a href="#"><i class="icon-chevron-down"></i>Project Information</a>
+                  <ul class="nav nav-list">
+                    
+      <li>
+  
+                          <a href="index.html" title="About">
+          <i class="none"></i>
+        About</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="dependencies.html" title="Dependencies">
+          <i class="none"></i>
+        Dependencies</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="mail-lists.html" title="Mailing Lists">
+          <i class="none"></i>
+        Mailing Lists</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="issue-tracking.html" title="Issue Tracking">
+          <i class="none"></i>
+        Issue Tracking</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="license.html" title="Project License">
+          <i class="none"></i>
+        Project License</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="source-repository.html" title="Source Repository">
+          <i class="none"></i>
+        Source Repository</a>
+            </li>
+              </ul>
+        </li>
+                                                                                                                                          
+      <li>
+  
+                          <a href="project-reports.html" title="Project Reports">
+          <i class="icon-chevron-right"></i>
+        Project Reports</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="span9" >
+                                  
+            <div class="section">
+<h2><a name="Project_Information"></a>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 class="externalLink" href="http://maven.apache.org">Maven</a> on behalf of the project.</p>
+<div class="section">
+<h3><a name="Overview"></a>Overview</h3>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>Document</th>
+<th>Description</th></tr>
+<tr class="b">
+<td><a href="index.html">About</a></td>
+<td>Provides a maven plugin that supports creating an OSGi bundle
+  from the contents of the compilation classpath along with its
+  resources and dependencies. Plus a zillion other features.
+  The plugin uses the Bnd tool (http://www.aqute.biz/Code/Bnd)</td></tr>
+<tr class="a">
+<td><a href="dependencies.html">Dependencies</a></td>
+<td>This document lists the project's dependencies and provides information on each dependency.</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="issue-tracking.html">Issue Tracking</a></td>
+<td>This document provides information on the issue management system used in this project.</td></tr>
+<tr class="b">
+<td><a href="license.html">Project License</a></td>
+<td>This document lists the project license(s).</td></tr>
+<tr class="a">
+<td><a href="source-repository.html">Source Repository</a></td>
+<td>This document lists ways to access the online source repository.</td></tr></table></div></div>
+                  </div>
+            </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container-fluid">
+                      <div class="row-fluid">
+                              <p >Copyright &copy;                    2006&#x2013;2017
+                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+            All rights reserved.      
+                    
+      </p>
+        </div>
+
+        
+        
+                </div>
+    </footer>
+        </body>
+</html>
\ No newline at end of file

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/project-info.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/project-info.html
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Thu Mar  9 21:15:09 2017
@@ -0,0 +1 @@
+LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Author

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/project-info.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/project-reports.html
==============================================================================
--- websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/project-reports.html (added)
+++ websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/project-reports.html Thu Mar  9 21:15:09 2017
@@ -0,0 +1,212 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2017-03-09 
+ | Rendered using Apache Maven Fluido Skin 1.3.1
+-->
+<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="20170309" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Maven Bundle Plugin &#x2013; Generated Reports</title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.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.3.1.min.js"></script>
+
+    
+                  </head>
+        <body class="topBarDisabled">
+          
+        
+    
+        <div class="container-fluid">
+          <div id="banner">
+        <div class="pull-left">
+                                <div id="bannerLeft">
+                <h2>Maven Bundle Plugin</h2>
+                </div>
+                      </div>
+        <div class="pull-right">  </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                  <li id="publishDate">Last Published: 2017-03-09
+                      <span class="divider">|</span>
+                   </li>
+                  <li id="projectVersion">Version: 3.3.0
+                      </li>
+                      
+                
+                    
+      
+                            </ul>
+      </div>
+
+            
+      <div class="row-fluid">
+        <div id="leftColumn" class="span3">
+          <div class="well sidebar-nav">
+                
+                    
+                <ul class="nav nav-list">
+                    <li class="nav-header">Overview</li>
+                              
+      <li>
+  
+                          <a href="index.html" title="Introduction">
+          <i class="none"></i>
+        Introduction</a>
+            </li>
+                
+      <li>
+  
+                          <a href="plugin-info.html" title="Goals">
+          <i class="none"></i>
+        Goals</a>
+            </li>
+                
+      <li>
+  
+                          <a href="https://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Maven+Bundle+Plugin+%28BND%29" class="externalLink" title="Wiki">
+          <i class="none"></i>
+        Wiki</a>
+            </li>
+                
+      <li>
+  
+                          <a href="https://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Bundle+Plugin+FAQ" class="externalLink" title="FAQ">
+          <i class="none"></i>
+        FAQ</a>
+            </li>
+                
+      <li>
+  
+                          <a href="jira-report.html" title="Release Notes">
+          <i class="none"></i>
+        Release Notes</a>
+            </li>
+                              <li class="nav-header">Project Documentation</li>
+                                                                                                                                                                          
+      <li>
+  
+                          <a href="project-info.html" title="Project Information">
+          <i class="icon-chevron-right"></i>
+        Project Information</a>
+                  </li>
+                                                                                                                                              
+      <li class="active">
+  
+            <a href="#"><i class="icon-chevron-down"></i>Project Reports</a>
+                  <ul class="nav nav-list">
+                    
+      <li>
+  
+                          <a href="surefire-report.html" title="Surefire Report">
+          <i class="none"></i>
+        Surefire Report</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="xref/index.html" title="Source Xref">
+          <i class="none"></i>
+        Source Xref</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="xref-test/index.html" title="Test Source Xref">
+          <i class="none"></i>
+        Test Source Xref</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="plugin-info.html" title="Plugin Documentation">
+          <i class="none"></i>
+        Plugin Documentation</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="jira-report.html" title="JIRA Report">
+          <i class="none"></i>
+        JIRA Report</a>
+            </li>
+              </ul>
+        </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="span9" >
+                                  
+            <div class="section">
+<h2><a name="Generated_Reports"></a>Generated Reports</h2>
+<p>This document provides an overview of the various reports that are automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> . Each report is briefly described below.</p>
+<div class="section">
+<h3><a name="Overview"></a>Overview</h3>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>Document</th>
+<th>Description</th></tr>
+<tr class="b">
+<td><a href="surefire-report.html">Surefire Report</a></td>
+<td>Report on the test results of the project.</td></tr>
+<tr class="a">
+<td><a href="xref/index.html">Source Xref</a></td>
+<td>HTML based, cross-reference version of Java source code.</td></tr>
+<tr class="b">
+<td><a href="xref-test/index.html">Test Source Xref</a></td>
+<td>HTML based, cross-reference version of Java test source code.</td></tr>
+<tr class="a">
+<td><a href="plugin-info.html">Plugin Documentation</a></td>
+<td>This report provides goals and parameters documentation of a plugin.</td></tr>
+<tr class="b">
+<td><a href="jira-report.html">JIRA Report</a></td>
+<td>Report on Issues from the JIRA Issue Tracking System.</td></tr></table></div></div>
+                  </div>
+            </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container-fluid">
+                      <div class="row-fluid">
+                              <p >Copyright &copy;                    2006&#x2013;2017
+                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+            All rights reserved.      
+                    
+      </p>
+        </div>
+
+        
+        
+                </div>
+    </footer>
+        </body>
+</html>
\ No newline at end of file

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/project-reports.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/project-reports.html
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Thu Mar  9 21:15:09 2017
@@ -0,0 +1 @@
+LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Author

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/project-reports.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/remote-clean-mojo.html
==============================================================================
--- websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/remote-clean-mojo.html (added)
+++ websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/remote-clean-mojo.html Thu Mar  9 21:15:09 2017
@@ -0,0 +1,360 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2017-03-09 
+ | Rendered using Apache Maven Fluido Skin 1.3.1
+-->
+<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="20170309" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Maven Bundle Plugin &#x2013; bundle:remote-clean</title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.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.3.1.min.js"></script>
+
+    
+                  </head>
+        <body class="topBarDisabled">
+          
+        
+    
+        <div class="container-fluid">
+          <div id="banner">
+        <div class="pull-left">
+                                <div id="bannerLeft">
+                <h2>Maven Bundle Plugin</h2>
+                </div>
+                      </div>
+        <div class="pull-right">  </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                  <li id="publishDate">Last Published: 2017-03-09
+                      <span class="divider">|</span>
+                   </li>
+                  <li id="projectVersion">Version: 3.3.0
+                      </li>
+                      
+                
+                    
+      
+                            </ul>
+      </div>
+
+            
+      <div class="row-fluid">
+        <div id="leftColumn" class="span3">
+          <div class="well sidebar-nav">
+                
+                    
+                <ul class="nav nav-list">
+                    <li class="nav-header">Overview</li>
+                              
+      <li>
+  
+                          <a href="index.html" title="Introduction">
+          <i class="none"></i>
+        Introduction</a>
+            </li>
+                
+      <li>
+  
+                          <a href="plugin-info.html" title="Goals">
+          <i class="none"></i>
+        Goals</a>
+            </li>
+                
+      <li>
+  
+                          <a href="https://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Maven+Bundle+Plugin+%28BND%29" class="externalLink" title="Wiki">
+          <i class="none"></i>
+        Wiki</a>
+            </li>
+                
+      <li>
+  
+                          <a href="https://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Bundle+Plugin+FAQ" class="externalLink" title="FAQ">
+          <i class="none"></i>
+        FAQ</a>
+            </li>
+                
+      <li>
+  
+                          <a href="jira-report.html" title="Release Notes">
+          <i class="none"></i>
+        Release Notes</a>
+            </li>
+                              <li class="nav-header">Project Documentation</li>
+                                                                                                                                                                          
+      <li>
+  
+                          <a href="project-info.html" title="Project Information">
+          <i class="icon-chevron-right"></i>
+        Project Information</a>
+                  </li>
+                                                                                                                                          
+      <li>
+  
+                          <a href="project-reports.html" title="Project Reports">
+          <i class="icon-chevron-right"></i>
+        Project Reports</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="span9" >
+                                  
+            
+  
+    <div class="section">
+<h2><a name="bundle:remote-clean"></a>bundle:remote-clean</h2>
+      
+<p><b>Full name</b>:</p>
+      
+<p>org.apache.felix:maven-bundle-plugin:3.3.0:remote-clean</p>
+      
+<p><b>Description</b>:</p>
+      
+<div>Clean a remote repository file. It just looks for every resources
+and check that pointed file exists.</div>
+      
+<p><b>Attributes</b>:</p>
+      
+<ul>
+        
+<li>Binds by default to the <a class="externalLink" href="http://maven.apache.org/ref/current/maven-core/lifecycles.html">lifecycle phase</a>: <tt>clean</tt>.</li>
+      </ul>
+      
+<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="#altDeploymentRepository">altDeploymentRepository</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Alternative deployment repository. Format: id::layout::url<br /><b>User property is</b>: <tt>altDeploymentRepository</tt>.</td>
+          </tr>
+          
+<tr class="a">
+            
+<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 /><b>User property is</b>: <tt>ignoreLock</tt>.</td>
+          </tr>
+          
+<tr class="b">
+            
+<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 /><b>User property is</b>: <tt>obrDeploymentRepository</tt>.</td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#obrRepository">obrRepository</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Local OBR Repository.<br /><b>User property is</b>: <tt>obrRepository</tt>.</td>
+          </tr>
+          
+<tr class="b">
+            
+<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 /><b>User property is</b>: <tt>prefixUrl</tt>.</td>
+          </tr>
+          
+<tr class="a">
+            
+<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>.<br /><b>User property is</b>: <tt>remoteOBR</tt>.</td>
+          </tr>
+          
+<tr class="b">
+            
+<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><a name="Parameter_Details"></a>Parameter Details</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>User Property</b>: <tt>altDeploymentRepository</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>User Property</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>User Property</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>User Property</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>User Property</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>User Property</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>
+
+    <hr/>
+
+    <footer>
+            <div class="container-fluid">
+                      <div class="row-fluid">
+                              <p >Copyright &copy;                    2006&#x2013;2017
+                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+            All rights reserved.      
+                    
+      </p>
+        </div>
+
+        
+        
+                </div>
+    </footer>
+        </body>
+</html>
\ No newline at end of file

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/remote-clean-mojo.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/remote-clean-mojo.html
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Thu Mar  9 21:15:09 2017
@@ -0,0 +1 @@
+LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Author

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/remote-clean-mojo.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/source-repository.html
==============================================================================
--- websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/source-repository.html (added)
+++ websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/source-repository.html Thu Mar  9 21:15:09 2017
@@ -0,0 +1,231 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2017-03-09 
+ | Rendered using Apache Maven Fluido Skin 1.3.1
+-->
+<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="20170309" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Maven Bundle Plugin &#x2013; Source Repository</title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.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.3.1.min.js"></script>
+
+    
+                  </head>
+        <body class="topBarDisabled">
+          
+        
+    
+        <div class="container-fluid">
+          <div id="banner">
+        <div class="pull-left">
+                                <div id="bannerLeft">
+                <h2>Maven Bundle Plugin</h2>
+                </div>
+                      </div>
+        <div class="pull-right">  </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                  <li id="publishDate">Last Published: 2017-03-09
+                      <span class="divider">|</span>
+                   </li>
+                  <li id="projectVersion">Version: 3.3.0
+                      </li>
+                      
+                
+                    
+      
+                            </ul>
+      </div>
+
+            
+      <div class="row-fluid">
+        <div id="leftColumn" class="span3">
+          <div class="well sidebar-nav">
+                
+                    
+                <ul class="nav nav-list">
+                    <li class="nav-header">Overview</li>
+                              
+      <li>
+  
+                          <a href="index.html" title="Introduction">
+          <i class="none"></i>
+        Introduction</a>
+            </li>
+                
+      <li>
+  
+                          <a href="plugin-info.html" title="Goals">
+          <i class="none"></i>
+        Goals</a>
+            </li>
+                
+      <li>
+  
+                          <a href="https://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Maven+Bundle+Plugin+%28BND%29" class="externalLink" title="Wiki">
+          <i class="none"></i>
+        Wiki</a>
+            </li>
+                
+      <li>
+  
+                          <a href="https://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Bundle+Plugin+FAQ" class="externalLink" title="FAQ">
+          <i class="none"></i>
+        FAQ</a>
+            </li>
+                
+      <li>
+  
+                          <a href="jira-report.html" title="Release Notes">
+          <i class="none"></i>
+        Release Notes</a>
+            </li>
+                              <li class="nav-header">Project Documentation</li>
+                                                                                                                                                                                    
+      <li>
+  
+                          <a href="project-info.html" title="Project Information">
+          <i class="icon-chevron-down"></i>
+        Project Information</a>
+                    <ul class="nav nav-list">
+                    
+      <li>
+  
+                          <a href="index.html" title="About">
+          <i class="none"></i>
+        About</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="dependencies.html" title="Dependencies">
+          <i class="none"></i>
+        Dependencies</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="mail-lists.html" title="Mailing Lists">
+          <i class="none"></i>
+        Mailing Lists</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="issue-tracking.html" title="Issue Tracking">
+          <i class="none"></i>
+        Issue Tracking</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="license.html" title="Project License">
+          <i class="none"></i>
+        Project License</a>
+            </li>
+                    
+      <li class="active">
+  
+            <a href="#"><i class="none"></i>Source Repository</a>
+          </li>
+              </ul>
+        </li>
+                                                                                                                                          
+      <li>
+  
+                          <a href="project-reports.html" title="Project Reports">
+          <i class="icon-chevron-right"></i>
+        Project Reports</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="span9" >
+                                  
+            <div class="section">
+<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
+<p>This project uses <a class="externalLink" href="http://subversion.apache.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a class="externalLink" href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</p></div>
+<div class="section">
+<h2><a name="Web_Browser_Access"></a>Web Browser Access</h2><a name="Web_Browser_Access"></a>
+<p>The following is a link to a browsable version of the source repository:</p>
+<div class="source">
+<pre><a class="externalLink" href="http://svn.apache.org/viewvc/felix/releases/maven-bundle-plugin-3.3.0">http://svn.apache.org/viewvc/felix/releases/maven-bundle-plugin-3.3.0</a></pre></div></div>
+<div class="section">
+<h2><a name="Anonymous_Access"></a>Anonymous Access</h2><a name="Anonymous_Access"></a>
+<p>The source can be checked out anonymously from Subversion with this command:</p>
+<div class="source">
+<pre>$ svn checkout http://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-3.3.0 maven-bundle-plugin</pre></div></div>
+<div class="section">
+<h2><a name="Developer_Access"></a>Developer Access</h2><a name="Developer_Access"></a>
+<p>Everyone can access the Subversion repository via HTTP, but committers must checkout the Subversion repository via HTTPS.</p>
+<div class="source">
+<pre>$ svn checkout https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-3.3.0 maven-bundle-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><a name="Access_from_Behind_a_Firewall"></a>Access from Behind a Firewall</h2><a name="Access_from_Behind_a_Firewall"></a>
+<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/felix/releases/maven-bundle-plugin-3.3.0 maven-bundle-plugin</pre></div></div>
+<div class="section">
+<h2><a name="Access_Through_a_Proxy"></a>Access Through a Proxy</h2><a name="Access_Through_a_Proxy"></a>
+<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 file's 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>
+
+    <hr/>
+
+    <footer>
+            <div class="container-fluid">
+                      <div class="row-fluid">
+                              <p >Copyright &copy;                    2006&#x2013;2017
+                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+            All rights reserved.      
+                    
+      </p>
+        </div>
+
+        
+        
+                </div>
+    </footer>
+        </body>
+</html>
\ No newline at end of file

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/source-repository.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/source-repository.html
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Thu Mar  9 21:15:09 2017
@@ -0,0 +1 @@
+LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Author

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/source-repository.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain