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:19:50 UTC

svn commit: r1008015 [8/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/surefire-report.html
==============================================================================
--- websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/surefire-report.html (added)
+++ websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/surefire-report.html Thu Mar  9 21:19:49 2017
@@ -0,0 +1,430 @@
+<!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; Surefire Report</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-down"></i>
+        Project Reports</a>
+                    <ul class="nav nav-list">
+                    
+      <li class="active">
+  
+            <a href="#"><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" >
+                                  
+            <script type="text/javascript">
+//<![CDATA[
+function toggleDisplay(elementId) {
+ var elm = document.getElementById(elementId + 'error');
+ if (elm && typeof elm.style != "undefined") {
+ if (elm.style.display == "none") {
+ elm.style.display = "";
+ document.getElementById(elementId + 'off').style.display = "none";
+ document.getElementById(elementId + 'on').style.display = "inline";
+ } else if (elm.style.display == "") { elm.style.display = "none";
+ document.getElementById(elementId + 'off').style.display = "inline";
+ document.getElementById(elementId + 'on').style.display = "none";
+ } 
+ } 
+ }
+//]]>
+</script>
+<div class="section">
+<h2><a name="Surefire_Report"></a>Surefire Report</h2></div>
+<div class="section">
+<h2><a name="Summary"></a>Summary</h2><a name="Summary"></a>
+<p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><br />
+<table border="1" class="table table-striped">
+<tr class="a">
+<th>Tests</th>
+<th>Errors </th>
+<th>Failures</th>
+<th>Skipped</th>
+<th>Success Rate</th>
+<th>Time</th></tr>
+<tr class="b">
+<td>22</td>
+<td>0</td>
+<td>0</td>
+<td>0</td>
+<td>100%</td>
+<td>1.627</td></tr></table><br />
+<p>Note: failures are anticipated and checked for with assertions while errors are unanticipated.</p><br /></div>
+<div class="section">
+<h2><a name="Package_List"></a>Package List</h2><a name="Package_List"></a>
+<p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><br />
+<table border="1" class="table table-striped">
+<tr class="a">
+<th>Package</th>
+<th>Tests</th>
+<th>Errors </th>
+<th>Failures</th>
+<th>Skipped</th>
+<th>Success Rate</th>
+<th>Time</th></tr>
+<tr class="b">
+<td><a href="#org.apache.maven.shared.osgi">org.apache.maven.shared.osgi</a></td>
+<td>4</td>
+<td>0</td>
+<td>0</td>
+<td>0</td>
+<td>100%</td>
+<td>0.088</td></tr>
+<tr class="a">
+<td><a href="#org.apache.felix.bundleplugin">org.apache.felix.bundleplugin</a></td>
+<td>18</td>
+<td>0</td>
+<td>0</td>
+<td>0</td>
+<td>100%</td>
+<td>1.539</td></tr></table><br />
+<p>Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.</p>
+<div class="section">
+<h3><a name="org.apache.maven.shared.osgi"></a>org.apache.maven.shared.osgi</h3><a name="org.apache.maven.shared.osgi"></a>
+<table border="1" class="table table-striped">
+<tr class="a">
+<th></th>
+<th>Class</th>
+<th>Tests</th>
+<th>Errors </th>
+<th>Failures</th>
+<th>Skipped</th>
+<th>Success Rate</th>
+<th>Time</th></tr>
+<tr class="b">
+<td><a href="#org.apache.maven.shared.osgiMaven2OsgiConverterTest"><img src="images/icon_success_sml.gif" alt="" /></a></td>
+<td><a href="#org.apache.maven.shared.osgiMaven2OsgiConverterTest">Maven2OsgiConverterTest</a></td>
+<td>4</td>
+<td>0</td>
+<td>0</td>
+<td>0</td>
+<td>100%</td>
+<td>0.088</td></tr></table></div>
+<div class="section">
+<h3><a name="org.apache.felix.bundleplugin"></a>org.apache.felix.bundleplugin</h3><a name="org.apache.felix.bundleplugin"></a>
+<table border="1" class="table table-striped">
+<tr class="a">
+<th></th>
+<th>Class</th>
+<th>Tests</th>
+<th>Errors </th>
+<th>Failures</th>
+<th>Skipped</th>
+<th>Success Rate</th>
+<th>Time</th></tr>
+<tr class="b">
+<td><a href="#org.apache.felix.bundlepluginBlueprintComponentTest"><img src="images/icon_success_sml.gif" alt="" /></a></td>
+<td><a href="#org.apache.felix.bundlepluginBlueprintComponentTest">BlueprintComponentTest</a></td>
+<td>3</td>
+<td>0</td>
+<td>0</td>
+<td>0</td>
+<td>100%</td>
+<td>0.609</td></tr>
+<tr class="a">
+<td><a href="#org.apache.felix.bundlepluginBundleAllPluginTest"><img src="images/icon_success_sml.gif" alt="" /></a></td>
+<td><a href="#org.apache.felix.bundlepluginBundleAllPluginTest">BundleAllPluginTest</a></td>
+<td>2</td>
+<td>0</td>
+<td>0</td>
+<td>0</td>
+<td>100%</td>
+<td>0.212</td></tr>
+<tr class="b">
+<td><a href="#org.apache.felix.bundlepluginBundlePluginTest"><img src="images/icon_success_sml.gif" alt="" /></a></td>
+<td><a href="#org.apache.felix.bundlepluginBundlePluginTest">BundlePluginTest</a></td>
+<td>12</td>
+<td>0</td>
+<td>0</td>
+<td>0</td>
+<td>100%</td>
+<td>0.717</td></tr>
+<tr class="a">
+<td><a href="#org.apache.felix.bundlepluginManifestWriterTest"><img src="images/icon_success_sml.gif" alt="" /></a></td>
+<td><a href="#org.apache.felix.bundlepluginManifestWriterTest">ManifestWriterTest</a></td>
+<td>1</td>
+<td>0</td>
+<td>0</td>
+<td>0</td>
+<td>100%</td>
+<td>0.001</td></tr></table></div><br /></div>
+<div class="section">
+<h2><a name="Test_Cases"></a>Test Cases</h2><a name="Test_Cases"></a>
+<p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p>
+<div class="section">
+<h3><a name="BlueprintComponentTest"></a>BlueprintComponentTest</h3><a name="org.apache.felix.bundlepluginBlueprintComponentTest"></a>
+<table border="1" class="table table-striped">
+<tr class="a">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td><a name="TC_org.apache.felix.bundleplugin.BlueprintComponentTest.testAnalyzer"></a>testAnalyzer</td>
+<td>0.204</td></tr>
+<tr class="b">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td><a name="TC_org.apache.felix.bundleplugin.BlueprintComponentTest.testBlueprintServices"></a>testBlueprintServices</td>
+<td>0.313</td></tr>
+<tr class="a">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td><a name="TC_org.apache.felix.bundleplugin.BlueprintComponentTest.testBlueprintGeneric"></a>testBlueprintGeneric</td>
+<td>0.092</td></tr></table></div>
+<div class="section">
+<h3><a name="BundleAllPluginTest"></a>BundleAllPluginTest</h3><a name="org.apache.felix.bundlepluginBundleAllPluginTest"></a>
+<table border="1" class="table table-striped">
+<tr class="a">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td><a name="TC_org.apache.felix.bundleplugin.BundleAllPluginTest.testNoReBundling"></a>testNoReBundling</td>
+<td>0.189</td></tr>
+<tr class="b">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td><a name="TC_org.apache.felix.bundleplugin.BundleAllPluginTest.testSnapshotMatch"></a>testSnapshotMatch</td>
+<td>0.023</td></tr></table></div>
+<div class="section">
+<h3><a name="BundlePluginTest"></a>BundlePluginTest</h3><a name="org.apache.felix.bundlepluginBundlePluginTest"></a>
+<table border="1" class="table table-striped">
+<tr class="a">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td><a name="TC_org.apache.felix.bundleplugin.BundlePluginTest.testEmbedDependencyMissingPositiveKey"></a>testEmbedDependencyMissingPositiveKey</td>
+<td>0.115</td></tr>
+<tr class="b">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td><a name="TC_org.apache.felix.bundleplugin.BundlePluginTest.testEmbedDependencyPositiveClauses"></a>testEmbedDependencyPositiveClauses</td>
+<td>0.093</td></tr>
+<tr class="a">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td><a name="TC_org.apache.felix.bundleplugin.BundlePluginTest.testEmbedDependencyDuplicateKeys"></a>testEmbedDependencyDuplicateKeys</td>
+<td>0.075</td></tr>
+<tr class="b">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td><a name="TC_org.apache.felix.bundleplugin.BundlePluginTest.testEmbedDependencyNegativeClauses"></a>testEmbedDependencyNegativeClauses</td>
+<td>0.07</td></tr>
+<tr class="a">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td><a name="TC_org.apache.felix.bundleplugin.BundlePluginTest.testEmbedDependencyMissingNegativeKey"></a>testEmbedDependencyMissingNegativeKey</td>
+<td>0.102</td></tr>
+<tr class="b">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td><a name="TC_org.apache.felix.bundleplugin.BundlePluginTest.testConvertVersionToOsgi"></a>testConvertVersionToOsgi</td>
+<td>0.024</td></tr>
+<tr class="a">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td><a name="TC_org.apache.felix.bundleplugin.BundlePluginTest.testTransformDirectives"></a>testTransformDirectives</td>
+<td>0.019</td></tr>
+<tr class="b">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td><a name="TC_org.apache.felix.bundleplugin.BundlePluginTest.testReadExportedModules"></a>testReadExportedModules</td>
+<td>0.128</td></tr>
+<tr class="a">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td><a name="TC_org.apache.felix.bundleplugin.BundlePluginTest.testPackageInfoDetection"></a>testPackageInfoDetection</td>
+<td>0.018</td></tr>
+<tr class="b">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td><a name="TC_org.apache.felix.bundleplugin.BundlePluginTest.testVersion"></a>testVersion</td>
+<td>0.025</td></tr>
+<tr class="a">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td><a name="TC_org.apache.felix.bundleplugin.BundlePluginTest.testPropertySanitizing"></a>testPropertySanitizing</td>
+<td>0.03</td></tr>
+<tr class="b">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td><a name="TC_org.apache.felix.bundleplugin.BundlePluginTest.testDefaultPropertiesIncludeOrganization"></a>testDefaultPropertiesIncludeOrganization</td>
+<td>0.018</td></tr></table></div>
+<div class="section">
+<h3><a name="ManifestWriterTest"></a>ManifestWriterTest</h3><a name="org.apache.felix.bundlepluginManifestWriterTest"></a>
+<table border="1" class="table table-striped">
+<tr class="a">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td><a name="TC_org.apache.felix.bundleplugin.ManifestWriterTest.testNiceManifest"></a>testNiceManifest</td>
+<td>0.001</td></tr></table></div>
+<div class="section">
+<h3><a name="Maven2OsgiConverterTest"></a>Maven2OsgiConverterTest</h3><a name="org.apache.maven.shared.osgiMaven2OsgiConverterTest"></a>
+<table border="1" class="table table-striped">
+<tr class="a">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td><a name="TC_org.apache.maven.shared.osgi.Maven2OsgiConverterTest.testGetBundleFileName"></a>testGetBundleFileName</td>
+<td>0.021</td></tr>
+<tr class="b">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td><a name="TC_org.apache.maven.shared.osgi.Maven2OsgiConverterTest.testConvertVersionToOsgi"></a>testConvertVersionToOsgi</td>
+<td>0.024</td></tr>
+<tr class="a">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td><a name="TC_org.apache.maven.shared.osgi.Maven2OsgiConverterTest.testGetVersion"></a>testGetVersion</td>
+<td>0.017</td></tr>
+<tr class="b">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td><a name="TC_org.apache.maven.shared.osgi.Maven2OsgiConverterTest.testGetBundleSymbolicName"></a>testGetBundleSymbolicName</td>
+<td>0.026</td></tr></table></div><br /></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/surefire-report.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/verify-mojo.html
==============================================================================
--- websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/verify-mojo.html (added)
+++ websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/verify-mojo.html Thu Mar  9 21:19:49 2017
@@ -0,0 +1,259 @@
+<!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:verify</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:verify"></a>bundle:verify</h2>
+      
+<p><b>Full name</b>:</p>
+      
+<p>org.apache.felix:maven-bundle-plugin:3.3.0:verify</p>
+      
+<p><b>Description</b>:</p>
+      
+<div>Verifies OSGi bundle metadata contains valid entries. Supported
+checks in the current version: 
+
+<ul>
+
+<li>All packages declared in the <a class="externalLink" href="http://bnd.bndtools.org/heads/export_package.html">Export-Package</a>
+header are really included in the bundle.</li>
+</ul></div>
+      
+<p><b>Attributes</b>:</p>
+      
+<ul>
+        
+<li>Requires a Maven project to be executed.</li>
+        
+<li>The goal is thread-safe and supports parallel builds.</li>
+        
+<li>Binds by default to the <a class="externalLink" href="http://maven.apache.org/ref/current/maven-core/lifecycles.html">lifecycle phase</a>: <tt>verify</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="#failOnError">failOnError</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Whether to fail on errors.<br /><b>Default value is</b>: <tt>true</tt>.<br /><b>User property is</b>: <tt>failOnError</tt>.</td>
+          </tr>
+          
+<tr class="a">
+            
+<td><b><a href="#skip">skip</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Flag to easily skip execution.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>skip</tt>.</td>
+          </tr>
+        </table>
+      </div>
+      
+<div class="section">
+<h3><a name="Parameter_Details"></a>Parameter Details</h3>
+        
+<p><b><a name="failOnError">failOnError</a>:</b></p>
+        
+<div>Whether to fail on errors.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>failOnError</tt></li>
+          
+<li><b>Default</b>: <tt>true</tt></li>
+        </ul><hr />
+<p><b><a name="skip">skip</a>:</b></p>
+        
+<div>Flag to easily skip execution.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>skip</tt></li>
+          
+<li><b>Default</b>: <tt>false</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/verify-mojo.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/wrap-mojo.html
==============================================================================
--- websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/wrap-mojo.html (added)
+++ websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/wrap-mojo.html Thu Mar  9 21:19:49 2017
@@ -0,0 +1,762 @@
+<!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:wrap</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:wrap"></a>bundle:wrap</h2>
+      
+<p><b>Full name</b>:</p>
+      
+<p>org.apache.felix:maven-bundle-plugin:3.3.0:wrap</p>
+      
+<p><b>This plugin goal has been deprecated</b>:</p>
+      
+<div>The wrap goal is no longer supported and may be removed in a future
+release</div>
+      
+<p><b>Description</b>:</p>
+      
+<div>Build an OSGi bundle jar for direct dependencies.</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>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="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="#depth">depth</a></b></td>
+            
+<td><tt>int</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Process up to some depth<br /></td>
+          </tr>
+          
+<tr class="b">
+            
+<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="a">
+            
+<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="b">
+            
+<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="a">
+            
+<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="b">
+            
+<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="a">
+            
+<td><b><a href="#ignoreMissingArtifacts">ignoreMissingArtifacts</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Ignore missing artifacts that are not required by current project
+but are required by the transitive dependencies.<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>
+          
+<tr class="b">
+            
+<td><b><a href="#wrapImportPackage">wrapImportPackage</a></b></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Import-Package to be used when wrapping dependencies.<br /><b>Default value is</b>: <tt>*</tt>.<br /><b>User property is</b>: <tt>wrapImportPackage</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="depth">depth</a>:</b></p>
+        
+<div>Process up to some depth</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>int</tt></li>
+          
+<li><b>Required</b>: <tt>No</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="ignoreMissingArtifacts">ignoreMissingArtifacts</a>:</b></p>
+        
+<div>Ignore missing artifacts that are not required by current project
+but are required by the transitive dependencies.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</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><hr />
+<p><b><a name="wrapImportPackage">wrapImportPackage</a>:</b></p>
+        
+<div>Import-Package to be used when wrapping dependencies.</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>wrapImportPackage</tt></li>
+          
+<li><b>Default</b>: <tt>*</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/wrap-mojo.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref-test/allclasses-frame.html
==============================================================================
--- websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref-test/allclasses-frame.html (added)
+++ websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref-test/allclasses-frame.html Thu Mar  9 21:19:49 2017
@@ -0,0 +1,38 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xml:lang="en" lang="en">
+	<head>
+		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+		<title>All Classes</title>
+		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
+    </head>
+    <body>
+
+		<h3>All Classes</h3>
+
+		<ul>
+						<li>
+				<a href="org/apache/felix/bundleplugin/AbstractBundlePluginTest.html" target="classFrame">AbstractBundlePluginTest</a>
+			</li>
+						<li>
+				<a href="org/apache/felix/bundleplugin/ArtifactStubFactory.html" target="classFrame">ArtifactStubFactory</a>
+			</li>
+						<li>
+				<a href="org/apache/felix/bundleplugin/BlueprintComponentTest.html" target="classFrame">BlueprintComponentTest</a>
+			</li>
+						<li>
+				<a href="org/apache/felix/bundleplugin/BundleAllPluginTest.html" target="classFrame">BundleAllPluginTest</a>
+			</li>
+						<li>
+				<a href="org/apache/felix/bundleplugin/BundlePluginTest.html" target="classFrame">BundlePluginTest</a>
+			</li>
+						<li>
+				<a href="org/apache/felix/bundleplugin/ManifestWriterTest.html" target="classFrame">ManifestWriterTest</a>
+			</li>
+						<li>
+				<a href="org/apache/maven/shared/osgi/Maven2OsgiConverterTest.html" target="classFrame">Maven2OsgiConverterTest</a>
+			</li>
+			      </ul>
+
+    </body>
+  </html>
\ No newline at end of file

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

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

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

Added: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref-test/index.html
==============================================================================
--- websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref-test/index.html (added)
+++ websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref-test/index.html Thu Mar  9 21:19:49 2017
@@ -0,0 +1,24 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
+<html xml:lang="en" lang="en">
+<!-- this is a JXR report set -->
+	<head>
+		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+		<title>Maven Bundle Plugin 3.3.0 Reference</title>
+	</head>
+    <frameset cols="20%,80%">
+		<frameset rows="30%,70%">
+			<frame src="overview-frame.html" name="packageListFrame" />
+			<frame src="allclasses-frame.html" name="packageFrame" />
+		</frameset>
+		<frame src="overview-summary.html" name="classFrame" />
+        <noframes>
+            <body>
+                <h1>Frame Alert</h1>
+                <p>
+                    You don't have frames. Go <a href="overview-summary.html">here</a>
+                </p>
+            </body>
+        </noframes>
+    </frameset>
+</html>

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

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

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

Added: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref-test/org/apache/felix/bundleplugin/AbstractBundlePluginTest.html
==============================================================================
--- websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref-test/org/apache/felix/bundleplugin/AbstractBundlePluginTest.html (added)
+++ websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref-test/org/apache/felix/bundleplugin/AbstractBundlePluginTest.html Thu Mar  9 21:19:49 2017
@@ -0,0 +1,102 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<title>AbstractBundlePluginTest xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a href="../../../../../testapidocs/org/apache/felix/bundleplugin/AbstractBundlePluginTest.html">View Javadoc</a></div><pre>
+<a class="jxr_linenumber" name="L1" href="#L1">1</a>   <strong class="jxr_keyword">package</strong> org.apache.felix.bundleplugin;
+<a class="jxr_linenumber" name="L2" href="#L2">2</a>   
+<a class="jxr_linenumber" name="L3" href="#L3">3</a>   
+<a class="jxr_linenumber" name="L4" href="#L4">4</a>   <em class="jxr_comment">/*</em>
+<a class="jxr_linenumber" name="L5" href="#L5">5</a>   <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one</em>
+<a class="jxr_linenumber" name="L6" href="#L6">6</a>   <em class="jxr_comment"> * or more contributor license agreements.  See the NOTICE file</em>
+<a class="jxr_linenumber" name="L7" href="#L7">7</a>   <em class="jxr_comment"> * distributed with this work for additional information</em>
+<a class="jxr_linenumber" name="L8" href="#L8">8</a>   <em class="jxr_comment"> * regarding copyright ownership.  The ASF licenses this file</em>
+<a class="jxr_linenumber" name="L9" href="#L9">9</a>   <em class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em>
+<a class="jxr_linenumber" name="L10" href="#L10">10</a>  <em class="jxr_comment"> * "License"); you may not use this file except in compliance</em>
+<a class="jxr_linenumber" name="L11" href="#L11">11</a>  <em class="jxr_comment"> * with the License.  You may obtain a copy of the License at</em>
+<a class="jxr_linenumber" name="L12" href="#L12">12</a>  <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="L13" href="#L13">13</a>  <em class="jxr_comment"> *   <a href="http://www.apache.org/licenses/LICENSE-2." target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.</a>0</em>
+<a class="jxr_linenumber" name="L14" href="#L14">14</a>  <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="L15" href="#L15">15</a>  <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing,</em>
+<a class="jxr_linenumber" name="L16" href="#L16">16</a>  <em class="jxr_comment"> * software distributed under the License is distributed on an</em>
+<a class="jxr_linenumber" name="L17" href="#L17">17</a>  <em class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</em>
+<a class="jxr_linenumber" name="L18" href="#L18">18</a>  <em class="jxr_comment"> * KIND, either express or implied.  See the License for the</em>
+<a class="jxr_linenumber" name="L19" href="#L19">19</a>  <em class="jxr_comment"> * specific language governing permissions and limitations</em>
+<a class="jxr_linenumber" name="L20" href="#L20">20</a>  <em class="jxr_comment"> * under the License.</em>
+<a class="jxr_linenumber" name="L21" href="#L21">21</a>  <em class="jxr_comment"> */</em>
+<a class="jxr_linenumber" name="L22" href="#L22">22</a>  
+<a class="jxr_linenumber" name="L23" href="#L23">23</a>  <strong class="jxr_keyword">import</strong> java.io.File;
+<a class="jxr_linenumber" name="L24" href="#L24">24</a>  
+<a class="jxr_linenumber" name="L25" href="#L25">25</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.artifact.Artifact;
+<a class="jxr_linenumber" name="L26" href="#L26">26</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.artifact.DefaultArtifact;
+<a class="jxr_linenumber" name="L27" href="#L27">27</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.artifact.handler.ArtifactHandler;
+<a class="jxr_linenumber" name="L28" href="#L28">28</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.artifact.handler.DefaultArtifactHandler;
+<a class="jxr_linenumber" name="L29" href="#L29">29</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.artifact.repository.ArtifactRepository;
+<a class="jxr_linenumber" name="L30" href="#L30">30</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.artifact.repository.DefaultArtifactRepository;
+<a class="jxr_linenumber" name="L31" href="#L31">31</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayout;
+<a class="jxr_linenumber" name="L32" href="#L32">32</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.artifact.repository.layout.LegacyRepositoryLayout;
+<a class="jxr_linenumber" name="L33" href="#L33">33</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.artifact.versioning.VersionRange;
+<a class="jxr_linenumber" name="L34" href="#L34">34</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.testing.AbstractMojoTestCase;
+<a class="jxr_linenumber" name="L35" href="#L35">35</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.testing.stubs.ArtifactStub;
+<a class="jxr_linenumber" name="L36" href="#L36">36</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.testing.stubs.MavenProjectStub;
+<a class="jxr_linenumber" name="L37" href="#L37">37</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.project.DefaultProjectBuilderConfiguration;
+<a class="jxr_linenumber" name="L38" href="#L38">38</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.project.ProjectBuilderConfiguration;
+<a class="jxr_linenumber" name="L39" href="#L39">39</a>  
+<a class="jxr_linenumber" name="L40" href="#L40">40</a>  
+<a class="jxr_linenumber" name="L41" href="#L41">41</a>  <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L42" href="#L42">42</a>  <em class="jxr_javadoccomment"> * Common methods for bundle plugin testing</em>
+<a class="jxr_linenumber" name="L43" href="#L43">43</a>  <em class="jxr_javadoccomment"> * </em>
+<a class="jxr_linenumber" name="L44" href="#L44">44</a>  <em class="jxr_javadoccomment"> * @author &lt;a href="<a href="mailto:carlos@apache.org" target="alexandria_uri">mailto:carlos@apache.org</a>"&gt;Carlos Sanchez&lt;/a&gt;</em>
+<a class="jxr_linenumber" name="L45" href="#L45">45</a>  <em class="jxr_javadoccomment"> * @version $Id$</em>
+<a class="jxr_linenumber" name="L46" href="#L46">46</a>  <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L47" href="#L47">47</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">abstract</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../org/apache/felix/bundleplugin/AbstractBundlePluginTest.html">AbstractBundlePluginTest</a> <strong class="jxr_keyword">extends</strong> AbstractMojoTestCase
+<a class="jxr_linenumber" name="L48" href="#L48">48</a>  {
+<a class="jxr_linenumber" name="L49" href="#L49">49</a>  
+<a class="jxr_linenumber" name="L50" href="#L50">50</a>      <strong class="jxr_keyword">protected</strong> MavenProjectStub getMavenProjectStub()
+<a class="jxr_linenumber" name="L51" href="#L51">51</a>      {
+<a class="jxr_linenumber" name="L52" href="#L52">52</a>          MavenProjectStub project = <strong class="jxr_keyword">new</strong> MavenProjectStub();
+<a class="jxr_linenumber" name="L53" href="#L53">53</a>          project.setGroupId(<span class="jxr_string">"group"</span>);
+<a class="jxr_linenumber" name="L54" href="#L54">54</a>          project.setArtifactId(<span class="jxr_string">"project"</span>);
+<a class="jxr_linenumber" name="L55" href="#L55">55</a>          project.setVersion( <span class="jxr_string">"1.2.3.4"</span> );
+<a class="jxr_linenumber" name="L56" href="#L56">56</a>  
+<a class="jxr_linenumber" name="L57" href="#L57">57</a>          VersionRange versionRange = VersionRange.createFromVersion( project.getVersion() );
+<a class="jxr_linenumber" name="L58" href="#L58">58</a>          ArtifactHandler artifactHandler = <strong class="jxr_keyword">new</strong> DefaultArtifactHandler(<span class="jxr_string">"pom"</span>);
+<a class="jxr_linenumber" name="L59" href="#L59">59</a>          Artifact artifact =
+<a class="jxr_linenumber" name="L60" href="#L60">60</a>              <strong class="jxr_keyword">new</strong> DefaultArtifact( project.getGroupId(), project.getArtifactId(),
+<a class="jxr_linenumber" name="L61" href="#L61">61</a>                                   versionRange, <strong class="jxr_keyword">null</strong>, <span class="jxr_string">"pom"</span>, <strong class="jxr_keyword">null</strong>, artifactHandler );
+<a class="jxr_linenumber" name="L62" href="#L62">62</a>          artifact.setResolved( <strong class="jxr_keyword">true</strong> );
+<a class="jxr_linenumber" name="L63" href="#L63">63</a>          project.setArtifact( artifact );
+<a class="jxr_linenumber" name="L64" href="#L64">64</a>          ProjectBuilderConfiguration projectBuilderConfiguration = <strong class="jxr_keyword">new</strong> DefaultProjectBuilderConfiguration();
+<a class="jxr_linenumber" name="L65" href="#L65">65</a>          ArtifactRepositoryLayout layout = <strong class="jxr_keyword">new</strong> LegacyRepositoryLayout();
+<a class="jxr_linenumber" name="L66" href="#L66">66</a>          ArtifactRepository artifactRepository = <strong class="jxr_keyword">new</strong> DefaultArtifactRepository( <span class="jxr_string">"scratch"</span>, <strong class="jxr_keyword">new</strong> File( getBasedir(), <span class="jxr_string">"target"</span> + File.separatorChar + <span class="jxr_string">"scratch"</span> ).toURI().toString(), layout );
+<a class="jxr_linenumber" name="L67" href="#L67">67</a>          projectBuilderConfiguration.setLocalRepository( artifactRepository );
+<a class="jxr_linenumber" name="L68" href="#L68">68</a>          project.setProjectBuilderConfiguration( projectBuilderConfiguration );
+<a class="jxr_linenumber" name="L69" href="#L69">69</a>          <strong class="jxr_keyword">return</strong> project;
+<a class="jxr_linenumber" name="L70" href="#L70">70</a>      }
+<a class="jxr_linenumber" name="L71" href="#L71">71</a>  
+<a class="jxr_linenumber" name="L72" href="#L72">72</a>  
+<a class="jxr_linenumber" name="L73" href="#L73">73</a>      <strong class="jxr_keyword">protected</strong> ArtifactStub getArtifactStub()
+<a class="jxr_linenumber" name="L74" href="#L74">74</a>      {
+<a class="jxr_linenumber" name="L75" href="#L75">75</a>          ArtifactStub artifact = <strong class="jxr_keyword">new</strong> ArtifactStub();
+<a class="jxr_linenumber" name="L76" href="#L76">76</a>          artifact.setGroupId( <span class="jxr_string">"group"</span> );
+<a class="jxr_linenumber" name="L77" href="#L77">77</a>          artifact.setArtifactId( <span class="jxr_string">"artifact"</span> );
+<a class="jxr_linenumber" name="L78" href="#L78">78</a>          artifact.setVersion( <span class="jxr_string">"1.0"</span> );
+<a class="jxr_linenumber" name="L79" href="#L79">79</a>          <strong class="jxr_keyword">return</strong> artifact;
+<a class="jxr_linenumber" name="L80" href="#L80">80</a>      }
+<a class="jxr_linenumber" name="L81" href="#L81">81</a>  
+<a class="jxr_linenumber" name="L82" href="#L82">82</a>  
+<a class="jxr_linenumber" name="L83" href="#L83">83</a>      <strong class="jxr_keyword">protected</strong> File getTestBundle()
+<a class="jxr_linenumber" name="L84" href="#L84">84</a>      {
+<a class="jxr_linenumber" name="L85" href="#L85">85</a>          String osgiBundleFileName = <span class="jxr_string">"org.apache.maven.maven-model_2.1.0.SNAPSHOT.jar"</span>;
+<a class="jxr_linenumber" name="L86" href="#L86">86</a>          <strong class="jxr_keyword">return</strong> getTestFile( getBasedir(), <span class="jxr_string">"src/test/resources/"</span> + osgiBundleFileName );
+<a class="jxr_linenumber" name="L87" href="#L87">87</a>      }
+<a class="jxr_linenumber" name="L88" href="#L88">88</a>  
+<a class="jxr_linenumber" name="L89" href="#L89">89</a>  }
+</pre>
+<hr/>
+<div id="footer">Copyright &#169; 2006&#x2013;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+</body>
+</html>
\ No newline at end of file

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref-test/org/apache/felix/bundleplugin/AbstractBundlePluginTest.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref-test/org/apache/felix/bundleplugin/AbstractBundlePluginTest.html
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Thu Mar  9 21:19:49 2017
@@ -0,0 +1 @@
+LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Author

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref-test/org/apache/felix/bundleplugin/AbstractBundlePluginTest.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref-test/org/apache/felix/bundleplugin/ArtifactStubFactory.html
==============================================================================
--- websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref-test/org/apache/felix/bundleplugin/ArtifactStubFactory.html (added)
+++ websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref-test/org/apache/felix/bundleplugin/ArtifactStubFactory.html Thu Mar  9 21:19:49 2017
@@ -0,0 +1,89 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<title>ArtifactStubFactory xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a href="../../../../../testapidocs/org/apache/felix/bundleplugin/ArtifactStubFactory.html">View Javadoc</a></div><pre>
+<a class="jxr_linenumber" name="L1" href="#L1">1</a>   <strong class="jxr_keyword">package</strong> org.apache.felix.bundleplugin;
+<a class="jxr_linenumber" name="L2" href="#L2">2</a>   
+<a class="jxr_linenumber" name="L3" href="#L3">3</a>   <em class="jxr_comment">/*</em>
+<a class="jxr_linenumber" name="L4" href="#L4">4</a>   <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one</em>
+<a class="jxr_linenumber" name="L5" href="#L5">5</a>   <em class="jxr_comment"> * or more contributor license agreements.  See the NOTICE file</em>
+<a class="jxr_linenumber" name="L6" href="#L6">6</a>   <em class="jxr_comment"> * distributed with this work for additional information</em>
+<a class="jxr_linenumber" name="L7" href="#L7">7</a>   <em class="jxr_comment"> * regarding copyright ownership.  The ASF licenses this file</em>
+<a class="jxr_linenumber" name="L8" href="#L8">8</a>   <em class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em>
+<a class="jxr_linenumber" name="L9" href="#L9">9</a>   <em class="jxr_comment"> * "License"); you may not use this file except in compliance</em>
+<a class="jxr_linenumber" name="L10" href="#L10">10</a>  <em class="jxr_comment"> * with the License.  You may obtain a copy of the License at</em>
+<a class="jxr_linenumber" name="L11" href="#L11">11</a>  <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="L12" href="#L12">12</a>  <em class="jxr_comment"> *   <a href="http://www.apache.org/licenses/LICENSE-2." target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.</a>0</em>
+<a class="jxr_linenumber" name="L13" href="#L13">13</a>  <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="L14" href="#L14">14</a>  <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing,</em>
+<a class="jxr_linenumber" name="L15" href="#L15">15</a>  <em class="jxr_comment"> * software distributed under the License is distributed on an</em>
+<a class="jxr_linenumber" name="L16" href="#L16">16</a>  <em class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</em>
+<a class="jxr_linenumber" name="L17" href="#L17">17</a>  <em class="jxr_comment"> * KIND, either express or implied.  See the License for the</em>
+<a class="jxr_linenumber" name="L18" href="#L18">18</a>  <em class="jxr_comment"> * specific language governing permissions and limitations</em>
+<a class="jxr_linenumber" name="L19" href="#L19">19</a>  <em class="jxr_comment"> * under the License.</em>
+<a class="jxr_linenumber" name="L20" href="#L20">20</a>  <em class="jxr_comment"> */</em>
+<a class="jxr_linenumber" name="L21" href="#L21">21</a>  
+<a class="jxr_linenumber" name="L22" href="#L22">22</a>  <strong class="jxr_keyword">import</strong> java.io.File;
+<a class="jxr_linenumber" name="L23" href="#L23">23</a>  <strong class="jxr_keyword">import</strong> java.io.IOException;
+<a class="jxr_linenumber" name="L24" href="#L24">24</a>  <strong class="jxr_keyword">import</strong> java.util.LinkedHashSet;
+<a class="jxr_linenumber" name="L25" href="#L25">25</a>  <strong class="jxr_keyword">import</strong> java.util.Set;
+<a class="jxr_linenumber" name="L26" href="#L26">26</a>  
+<a class="jxr_linenumber" name="L27" href="#L27">27</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.artifact.Artifact;
+<a class="jxr_linenumber" name="L28" href="#L28">28</a>  
+<a class="jxr_linenumber" name="L29" href="#L29">29</a>  <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L30" href="#L30">30</a>  <em class="jxr_javadoccomment"> * Fixed version of class that uses stable set ordering for reliable testing.</em>
+<a class="jxr_linenumber" name="L31" href="#L31">31</a>  <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L32" href="#L32">32</a>  @SuppressWarnings( { <span class="jxr_string">"rawtypes"</span>, <span class="jxr_string">"unchecked"</span> } )
+<a class="jxr_linenumber" name="L33" href="#L33">33</a>  <strong class="jxr_keyword">class</strong> <a href="../../../../org/apache/felix/bundleplugin/ArtifactStubFactory.html">ArtifactStubFactory</a> <strong class="jxr_keyword">extends</strong> org.apache.maven.plugin.testing.ArtifactStubFactory
+<a class="jxr_linenumber" name="L34" href="#L34">34</a>  {
+<a class="jxr_linenumber" name="L35" href="#L35">35</a>  
+<a class="jxr_linenumber" name="L36" href="#L36">36</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/felix/bundleplugin/ArtifactStubFactory.html">ArtifactStubFactory</a>( File workingDir, <strong class="jxr_keyword">boolean</strong> createFiles )
+<a class="jxr_linenumber" name="L37" href="#L37">37</a>      {
+<a class="jxr_linenumber" name="L38" href="#L38">38</a>          <strong class="jxr_keyword">super</strong>( workingDir, createFiles );
+<a class="jxr_linenumber" name="L39" href="#L39">39</a>      }
+<a class="jxr_linenumber" name="L40" href="#L40">40</a>  
+<a class="jxr_linenumber" name="L41" href="#L41">41</a>      @Override
+<a class="jxr_linenumber" name="L42" href="#L42">42</a>      <strong class="jxr_keyword">public</strong> Set getClassifiedArtifacts() <strong class="jxr_keyword">throws</strong> IOException
+<a class="jxr_linenumber" name="L43" href="#L43">43</a>      {
+<a class="jxr_linenumber" name="L44" href="#L44">44</a>          Set set = <strong class="jxr_keyword">new</strong> LinkedHashSet();
+<a class="jxr_linenumber" name="L45" href="#L45">45</a>          set.add( createArtifact( <span class="jxr_string">"g"</span>, <span class="jxr_string">"a"</span>, <span class="jxr_string">"1.0"</span>, Artifact.SCOPE_COMPILE, <span class="jxr_string">"jar"</span>, <span class="jxr_string">"one"</span> ) );
+<a class="jxr_linenumber" name="L46" href="#L46">46</a>          set.add( createArtifact( <span class="jxr_string">"g"</span>, <span class="jxr_string">"b"</span>, <span class="jxr_string">"1.0"</span>, Artifact.SCOPE_COMPILE, <span class="jxr_string">"jar"</span>, <span class="jxr_string">"two"</span> ) );
+<a class="jxr_linenumber" name="L47" href="#L47">47</a>          set.add( createArtifact( <span class="jxr_string">"g"</span>, <span class="jxr_string">"c"</span>, <span class="jxr_string">"1.0"</span>, Artifact.SCOPE_COMPILE, <span class="jxr_string">"jar"</span>, <span class="jxr_string">"three"</span> ) );
+<a class="jxr_linenumber" name="L48" href="#L48">48</a>          set.add( createArtifact( <span class="jxr_string">"g"</span>, <span class="jxr_string">"d"</span>, <span class="jxr_string">"1.0"</span>, Artifact.SCOPE_COMPILE, <span class="jxr_string">"jar"</span>, <span class="jxr_string">"four"</span> ) );
+<a class="jxr_linenumber" name="L49" href="#L49">49</a>          <strong class="jxr_keyword">return</strong> set;
+<a class="jxr_linenumber" name="L50" href="#L50">50</a>      }
+<a class="jxr_linenumber" name="L51" href="#L51">51</a>  
+<a class="jxr_linenumber" name="L52" href="#L52">52</a>      @Override
+<a class="jxr_linenumber" name="L53" href="#L53">53</a>      <strong class="jxr_keyword">public</strong> Set getScopedArtifacts() <strong class="jxr_keyword">throws</strong> IOException
+<a class="jxr_linenumber" name="L54" href="#L54">54</a>      {
+<a class="jxr_linenumber" name="L55" href="#L55">55</a>          Set set = <strong class="jxr_keyword">new</strong> LinkedHashSet();
+<a class="jxr_linenumber" name="L56" href="#L56">56</a>          set.add( createArtifact( <span class="jxr_string">"g"</span>, <span class="jxr_string">"compile"</span>, <span class="jxr_string">"1.0"</span>, Artifact.SCOPE_COMPILE ) );
+<a class="jxr_linenumber" name="L57" href="#L57">57</a>          set.add( createArtifact( <span class="jxr_string">"g"</span>, <span class="jxr_string">"provided"</span>, <span class="jxr_string">"1.0"</span>, Artifact.SCOPE_PROVIDED ) );
+<a class="jxr_linenumber" name="L58" href="#L58">58</a>          set.add( createArtifact( <span class="jxr_string">"g"</span>, <span class="jxr_string">"test"</span>, <span class="jxr_string">"1.0"</span>, Artifact.SCOPE_TEST ) );
+<a class="jxr_linenumber" name="L59" href="#L59">59</a>          set.add( createArtifact( <span class="jxr_string">"g"</span>, <span class="jxr_string">"runtime"</span>, <span class="jxr_string">"1.0"</span>, Artifact.SCOPE_RUNTIME ) );
+<a class="jxr_linenumber" name="L60" href="#L60">60</a>          set.add( createArtifact( <span class="jxr_string">"g"</span>, <span class="jxr_string">"system"</span>, <span class="jxr_string">"1.0"</span>, Artifact.SCOPE_SYSTEM ) );
+<a class="jxr_linenumber" name="L61" href="#L61">61</a>          <strong class="jxr_keyword">return</strong> set;
+<a class="jxr_linenumber" name="L62" href="#L62">62</a>      }
+<a class="jxr_linenumber" name="L63" href="#L63">63</a>  
+<a class="jxr_linenumber" name="L64" href="#L64">64</a>      @Override
+<a class="jxr_linenumber" name="L65" href="#L65">65</a>      <strong class="jxr_keyword">public</strong> Set getTypedArtifacts() <strong class="jxr_keyword">throws</strong> IOException
+<a class="jxr_linenumber" name="L66" href="#L66">66</a>      {
+<a class="jxr_linenumber" name="L67" href="#L67">67</a>          Set set = <strong class="jxr_keyword">new</strong> LinkedHashSet();
+<a class="jxr_linenumber" name="L68" href="#L68">68</a>          set.add( createArtifact( <span class="jxr_string">"g"</span>, <span class="jxr_string">"a"</span>, <span class="jxr_string">"1.0"</span>, Artifact.SCOPE_COMPILE, <span class="jxr_string">"war"</span>, <strong class="jxr_keyword">null</strong> ) );
+<a class="jxr_linenumber" name="L69" href="#L69">69</a>          set.add( createArtifact( <span class="jxr_string">"g"</span>, <span class="jxr_string">"b"</span>, <span class="jxr_string">"1.0"</span>, Artifact.SCOPE_COMPILE, <span class="jxr_string">"jar"</span>, <strong class="jxr_keyword">null</strong> ) );
+<a class="jxr_linenumber" name="L70" href="#L70">70</a>          set.add( createArtifact( <span class="jxr_string">"g"</span>, <span class="jxr_string">"c"</span>, <span class="jxr_string">"1.0"</span>, Artifact.SCOPE_COMPILE, <span class="jxr_string">"sources"</span>, <strong class="jxr_keyword">null</strong> ) );
+<a class="jxr_linenumber" name="L71" href="#L71">71</a>          set.add( createArtifact( <span class="jxr_string">"g"</span>, <span class="jxr_string">"d"</span>, <span class="jxr_string">"1.0"</span>, Artifact.SCOPE_COMPILE, <span class="jxr_string">"zip"</span>, <strong class="jxr_keyword">null</strong> ) );
+<a class="jxr_linenumber" name="L72" href="#L72">72</a>          set.add( createArtifact( <span class="jxr_string">"g"</span>, <span class="jxr_string">"e"</span>, <span class="jxr_string">"1.0"</span>, Artifact.SCOPE_COMPILE, <span class="jxr_string">"rar"</span>, <strong class="jxr_keyword">null</strong> ) );
+<a class="jxr_linenumber" name="L73" href="#L73">73</a>          <strong class="jxr_keyword">return</strong> set;
+<a class="jxr_linenumber" name="L74" href="#L74">74</a>      }
+<a class="jxr_linenumber" name="L75" href="#L75">75</a>  
+<a class="jxr_linenumber" name="L76" href="#L76">76</a>  }
+</pre>
+<hr/>
+<div id="footer">Copyright &#169; 2006&#x2013;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+</body>
+</html>
\ No newline at end of file

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref-test/org/apache/felix/bundleplugin/ArtifactStubFactory.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref-test/org/apache/felix/bundleplugin/ArtifactStubFactory.html
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Thu Mar  9 21:19:49 2017
@@ -0,0 +1 @@
+LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Author

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref-test/org/apache/felix/bundleplugin/ArtifactStubFactory.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain