Added: websites/staging/felix/trunk/content/components/bundle-plugin/instructions-mojo.html ============================================================================== --- websites/staging/felix/trunk/content/components/bundle-plugin/instructions-mojo.html (added) +++ websites/staging/felix/trunk/content/components/bundle-plugin/instructions-mojo.html Mon Jun 12 20:39:16 2017 @@ -0,0 +1,634 @@ +<!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 – bundle:instructions</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:instructions"></a>bundle:instructions</h2> + +<p><b>Full name</b>:</p> + +<p>org.apache.felix:maven-bundle-plugin:3.3.0:instructions</p> + +<p><b>Description</b>:</p> + +<div>Generate BND instructions 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> + </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, +"jdk14". 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 "true" 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><_consumer-policy>$${range;[===,+)</tt><tt>}</tt><tt></_consumer-policy></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, "jar". +Defaults to none which means use the same packaging as the project.<br /></td> + </tr> + +<tr class="a"> + +<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="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, +"jdk14". 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 "true" 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><_consumer-policy>$${range;[===,+)</tt><tt>}</tt><tt></_consumer-policy></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, "jar". +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="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="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 © 2006–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
Added: websites/staging/felix/trunk/content/components/bundle-plugin/issue-tracking.html ============================================================================== --- websites/staging/felix/trunk/content/components/bundle-plugin/issue-tracking.html (added) +++ websites/staging/felix/trunk/content/components/bundle-plugin/issue-tracking.html Mon Jun 12 20:39:16 2017 @@ -0,0 +1,203 @@ +<!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 – Issue Tracking</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 class="active"> + + <a href="#"><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="Overview"></a>Overview</h2><a name="Overview"></a> +<p>This project uses <a class="externalLink" href="http://www.atlassian.com/software/jira">JIRA</a>.</p></div> +<div class="section"> +<h2><a name="Issue_Tracking"></a>Issue Tracking</h2><a name="Issue_Tracking"></a> +<p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p> +<div class="source"> +<pre><a class="externalLink" href="http://issues.apache.org/jira/browse/FELIX">http://issues.apache.org/jira/browse/FELIX</a></pre></div></div> + </div> + </div> + </div> + + <hr/> + + <footer> + <div class="container-fluid"> + <div class="row-fluid"> + <p >Copyright © 2006–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 Added: websites/staging/felix/trunk/content/components/bundle-plugin/jira-report.html ============================================================================== --- websites/staging/felix/trunk/content/components/bundle-plugin/jira-report.html (added) +++ websites/staging/felix/trunk/content/components/bundle-plugin/jira-report.html Mon Jun 12 20:39:16 2017 @@ -0,0 +1,753 @@ +<!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 – JIRA 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 class="active"> + + <a href="#"><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> + + <a href="plugin-info.html" title="Plugin Documentation"> + <i class="none"></i> + Plugin Documentation</a> + </li> + + <li class="active"> + + <a href="#"><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="JIRA_Report"></a>JIRA Report</h2><a name="JIRA_Report"></a> +<table border="0" class="table table-striped"> +<tr class="a"> +<th>Key</th> +<th>Summary</th> +<th>Status</th> +<th>Resolution</th> +<th>By</th></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-4005">FELIX-4005</a></td> +<td>Maven Bundle Plugin fails with ArrayIndexOutOfBoundsException, "Invalid Class File" errors with Java 8 features</td> +<td>Closed</td> +<td>Fixed</td> +<td>Unassigned</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3347">FELIX-3347</a></td> +<td>Upper-case environment variables end up in final manifest</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-2765">FELIX-2765</a></td> +<td>bundle plugin throw IllegalArgumentException while do the install</td> +<td>Closed</td> +<td>Fixed</td> +<td>Unassigned</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-661">FELIX-661</a></td> +<td>maven bundle plugin does not close the accessed fie /jar streams</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-4067">FELIX-4067</a></td> +<td>Old BND used causes problems during annotations processing</td> +<td>Closed</td> +<td>Fixed</td> +<td>Unassigned</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3585">FELIX-3585</a></td> +<td>Dependencies with classes or resources in the default package cannot be embedded</td> +<td>Closed</td> +<td>Fixed</td> +<td>Unassigned</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-2934">FELIX-2934</a></td> +<td>Bundle-ClassPath contains "." despite using _wab instruction</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-5581">FELIX-5581</a></td> +<td>Update to bndlib 3.3.0</td> +<td>Resolved</td> +<td>Fixed</td> +<td>Stefan Seifert</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-5579">FELIX-5579</a></td> +<td>Bundle Plugin uses insecure maven-archiver 2.5</td> +<td>Resolved</td> +<td>Fixed</td> +<td>Stefan Seifert</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-5424">FELIX-5424</a></td> +<td>Augment exported service metadata</td> +<td>Resolved</td> +<td>Fixed</td> +<td>Guillaume Nodet</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-5258">FELIX-5258</a></td> +<td>Add a new MOJO which verifies the bundle integrity</td> +<td>Closed</td> +<td>Fixed</td> +<td>Carsten Ziegeler</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-5253">FELIX-5253</a></td> +<td>Update to bndlib 3.2.0</td> +<td>Closed</td> +<td>Fixed</td> +<td>Carsten Ziegeler</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-5233">FELIX-5233</a></td> +<td>New JPA analyser for the maven bundle plugin</td> +<td>Closed</td> +<td>Fixed</td> +<td>Guillaume Nodet</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-5149">FELIX-5149</a></td> +<td>Update to bndlib 3.1.0</td> +<td>Closed</td> +<td>Fixed</td> +<td>Carsten Ziegeler</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-5116">FELIX-5116</a></td> +<td>Dump SCR component definitions broken</td> +<td>Closed</td> +<td>Fixed</td> +<td>Unassigned</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-5073">FELIX-5073</a></td> +<td>Option to create dependency-reduced-pom exists</td> +<td>Closed</td> +<td>Fixed</td> +<td>Benson Margulies</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-5070">FELIX-5070</a></td> +<td>Simple syntax for specifying embedded dependencies has broken</td> +<td>Closed</td> +<td>Fixed</td> +<td>Benson Margulies</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-5062">FELIX-5062</a></td> +<td>maven-bundle-plugin includes tests dependencies in package analysis</td> +<td>Resolved</td> +<td>Fixed</td> +<td>Carsten Ziegeler</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-5047">FELIX-5047</a></td> +<td>Disable bnd ScrPlugin by default</td> +<td>Resolved</td> +<td>Fixed</td> +<td>Carsten Ziegeler</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-5029">FELIX-5029</a></td> +<td>Update to bnd 3.0.0</td> +<td>Resolved</td> +<td>Fixed</td> +<td>Carsten Ziegeler</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-4956">FELIX-4956</a></td> +<td>Embed latest bndlib</td> +<td>Resolved</td> +<td>Fixed</td> +<td>Guillaume Nodet</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-4892">FELIX-4892</a></td> +<td>NPE in maven-bundle-plugin</td> +<td>Resolved</td> +<td>Fixed</td> +<td>David Bosschaert</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-4874">FELIX-4874</a></td> +<td>IllegalArgumentException: Invalid syntax for version: 0.1-SNAPSHOT</td> +<td>Resolved</td> +<td>Fixed</td> +<td>Guillaume Nodet</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-4824">FELIX-4824</a></td> +<td>Add support for prepending instructions</td> +<td>Closed</td> +<td>Fixed</td> +<td>Guillaume Nodet</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-4823">FELIX-4823</a></td> +<td>Filtering snapshots is failing if version qualifier contains more than "SNAPSHOT".</td> +<td>Resolved</td> +<td>Fixed</td> +<td>Guillaume Nodet</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-4809">FELIX-4809</a></td> +<td>Add comparisonGroupId support</td> +<td>Resolved</td> +<td>Fixed</td> +<td>Guillaume Nodet</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-4707">FELIX-4707</a></td> +<td>use Maven Plugin Tools Java 5 annotations instead of javadoc tags</td> +<td>Closed</td> +<td>Fixed</td> +<td>Carsten Ziegeler</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-4691">FELIX-4691</a></td> +<td>Empty string value for property causes build failure</td> +<td>Resolved</td> +<td>Fixed</td> +<td>Guillaume Nodet</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-4619">FELIX-4619</a></td> +<td>Debug output of project properties</td> +<td>Closed</td> +<td>Fixed</td> +<td>Carsten Ziegeler</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-4596">FELIX-4596</a></td> +<td>Passing configuration values to the maven-bundle-plugin</td> +<td>Closed</td> +<td>Fixed</td> +<td>Carsten Ziegeler</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-4591">FELIX-4591</a></td> +<td>add the ability to specify the classifier in the new baseline configuration of the plugin.</td> +<td>Closed</td> +<td>Fixed</td> +<td>Carsten Ziegeler</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-4576">FELIX-4576</a></td> +<td>Bad Require-Capability generation when the SCR target filter has no parentheses</td> +<td>Closed</td> +<td>Fixed</td> +<td>Guillaume Nodet</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-4574">FELIX-4574</a></td> +<td>The maven-bundle-plugin only generates Provide-/Require-Capabilities for SCR if version is 1.1.0</td> +<td>Closed</td> +<td>Fixed</td> +<td>Guillaume Nodet</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-4556">FELIX-4556</a></td> +<td>Maven Bundle Plugin fails with ArrayIndexOutOfBoundsException, "Invalid Class File" errors with Java 8 features</td> +<td>Closed</td> +<td>Fixed</td> +<td>Unassigned</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-4539">FELIX-4539</a></td> +<td>Update to Bndlib 2.3.0</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-4518">FELIX-4518</a></td> +<td>Provide a way to disable some plugins</td> +<td>Closed</td> +<td>Fixed</td> +<td>Guillaume Nodet</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-4517">FELIX-4517</a></td> +<td>Generate generic capabilities and requirements for services from blueprint and scr descriptors</td> +<td>Closed</td> +<td>Fixed</td> +<td>Guillaume Nodet</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-4512">FELIX-4512</a></td> +<td>Add a new Mojo to invoke the BND Baseline tool</td> +<td>Closed</td> +<td>Fixed</td> +<td>Carsten Ziegeler</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-4017">FELIX-4017</a></td> +<td>@ProviderType does not work (bnd "provide:=true" annotation?)</td> +<td>Closed</td> +<td>Fixed</td> +<td>Unassigned</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-4009">FELIX-4009</a></td> +<td>maven bundle plugin should be integrated directly with eclipse</td> +<td>Closed</td> +<td>Fixed</td> +<td>Carsten Ziegeler</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3973">FELIX-3973</a></td> +<td>Exclusion from {local-packages} doesn't work anymore</td> +<td>Closed</td> +<td>Fixed</td> +<td>Unassigned</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3638">FELIX-3638</a></td> +<td>Missing package import for annotation default value</td> +<td>Closed</td> +<td>Fixed</td> +<td>Unassigned</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3630">FELIX-3630</a></td> +<td>Packages exported by bundle are (re)-imported with incorrect version</td> +<td>Closed</td> +<td>Fixed</td> +<td>Unassigned</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3602">FELIX-3602</a></td> +<td>The bundle plugin should generate the blueprint header with the file locations</td> +<td>Closed</td> +<td>Fixed</td> +<td>Guillaume Nodet</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3601">FELIX-3601</a></td> +<td>Incorrect namespace in component XML for DS Annotations</td> +<td>Closed</td> +<td>Fixed</td> +<td>Unassigned</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3565">FELIX-3565</a></td> +<td>Embed-Transitive leaks transitive dependencies of excluded artifacts</td> +<td>Resolved</td> +<td>Fixed</td> +<td>Guillaume Nodet</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3497">FELIX-3497</a></td> +<td>Wrong artifact type attached as a secondary artifact when project packaging is set to "pom"</td> +<td>Closed</td> +<td>Fixed</td> +<td>Unassigned</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3462">FELIX-3462</a></td> +<td>Nicer Manifest formatting</td> +<td>Closed</td> +<td>Fixed</td> +<td>Guillaume Nodet</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3407">FELIX-3407</a></td> +<td>Imports are missed for generics</td> +<td>Closed</td> +<td>Fixed</td> +<td>Unassigned</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3352">FELIX-3352</a></td> +<td>Maven Bundle Plugin ignores resource properties configured inside <filters> section</td> +<td>Closed</td> +<td>Fixed</td> +<td>Unassigned</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3349">FELIX-3349</a></td> +<td>wrong bundle manifest contents in some cases</td> +<td>Closed</td> +<td>Fixed</td> +<td>Unassigned</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3324">FELIX-3324</a></td> +<td>Allow maven-bundle-plugin:manifest to dump SCR component definitions generated by bnd</td> +<td>Resolved</td> +<td>Fixed</td> +<td>Guillaume Nodet</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3310">FELIX-3310</a></td> +<td>[patch] maven-bundle-plugin build fails with maven3 (manageArtifactSystemPath is missing)</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3293">FELIX-3293</a></td> +<td>Exception while creating empty fragment bundles with version 2.3.6</td> +<td>Closed</td> +<td>Fixed</td> +<td>Unassigned</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3254">FELIX-3254</a></td> +<td>manifest goal generates wrong Export-Package when Embed-Dependency</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3222">FELIX-3222</a></td> +<td>[PATCH] build fails with "unreported exception"</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3210">FELIX-3210</a></td> +<td>Maven bundle plugin remote-clean goal without user confirmation</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3209">FELIX-3209</a></td> +<td>Make sure the properties passed to BND only include string values</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3208">FELIX-3208</a></td> +<td>Provide default value for sourcepath when using BND -sources=true</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3206">FELIX-3206</a></td> +<td>Restore the BND analyzer approach which creates a MANIFEST.MF based on the contents of the jar</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3188">FELIX-3188</a></td> +<td>[PATCH] exception org.apache.maven.project.artifact.InvalidDependencyVersionException has already been caught</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3185">FELIX-3185</a></td> +<td>Negative Embed-Dependency clauses aren't handled correctly</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3165">FELIX-3165</a></td> +<td>Add an option to the manifest goal that will copy any BND generated resources to the target folder</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3092">FELIX-3092</a></td> +<td>Support relative paths in "urlTemplate" parameter of "bundle:index" goal in maven bundle plugin</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3061">FELIX-3061</a></td> +<td>improvements to Embed-Dependency logic to allow better m2e integration</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3058">FELIX-3058</a></td> +<td>maven-bundle-plugin 2.3.5 incompatible with maven-source-plugin (regression)</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3037">FELIX-3037</a></td> +<td>Plugin does not work with Java 5</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3031">FELIX-3031</a></td> +<td>maven3 deployment fails where maven2 works</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-3011">FELIX-3011</a></td> +<td>Add a new goal to save the bnd instructions that would be passed onto bnd, to allow people to use other toolchains such as bndtools</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-2884">FELIX-2884</a></td> +<td>The multiplicity isn't taken into account by the maven bundle plugin and bundlerepository when generating the repository xml</td> +<td>Closed</td> +<td>Fixed</td> +<td>Guillaume Nodet</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-2872">FELIX-2872</a></td> +<td>Provide a way to have an easier to read manifest</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-2820">FELIX-2820</a></td> +<td>Provide a default value when using <_wab/></td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-2819">FELIX-2819</a></td> +<td>packageinfo files in src/main/java are ignored</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-2812">FELIX-2812</a></td> +<td>The <Embed-Dependency> filter can fail if your matching against multiple "*" artifact ids.</td> +<td>Closed</td> +<td>Fixed</td> +<td>Hiram Chirino</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-2811">FELIX-2811</a></td> +<td>If <Private-Package>!*</Private-Package> is defined the all packages should be exported by {local-packages}</td> +<td>Closed</td> +<td>Fixed</td> +<td>Hiram Chirino</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-2808">FELIX-2808</a></td> +<td>maven-bundle-plugin should scan for local packages by looking for *.class files instead of *.java so that all the JVM languages can be supported.</td> +<td>Closed</td> +<td>Fixed</td> +<td>Hiram Chirino</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-2701">FELIX-2701</a></td> +<td>Add a {local-packages} macro for automatically expanding local packages in the <Export-Package> instruction</td> +<td>Closed</td> +<td>Fixed</td> +<td>Guillaume Nodet</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-2692">FELIX-2692</a></td> +<td>Support maven type 'wab' for web bundles</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-2449">FELIX-2449</a></td> +<td>Resource filtering does not use Maven properties specified on the mvn command line via -D command line switches</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-2435">FELIX-2435</a></td> +<td><supportedProjectType> on a WAR file will switch the project to generate jar artifacts</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-2427">FELIX-2427</a></td> +<td>maven site crashes</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-2346">FELIX-2346</a></td> +<td>mvn bundle:clean removes all, even the existing resources</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-2215">FELIX-2215</a></td> +<td>Refactor bundlerepository and maven bundle plugin obr data model</td> +<td>Closed</td> +<td>Fixed</td> +<td>Guillaume Nodet</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-2210">FELIX-2210</a></td> +<td>Bogus import entries</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-2194">FELIX-2194</a></td> +<td>The manifest and bundle goals seem to generate different manifest informations</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-2176">FELIX-2176</a></td> +<td>Upgrade maven-bundle-plugin to up to date bnd</td> +<td>Closed</td> +<td>Fixed</td> +<td>Richard S. Hall</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-2175">FELIX-2175</a></td> +<td>Improve the Blueprint component to parse / introspect blueprint configuration files and generate OBR service requirements / capabilities accordingly</td> +<td>Closed</td> +<td>Fixed</td> +<td>Guillaume Nodet</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-2173">FELIX-2173</a></td> +<td>Fix inconsistent maven->osgi version conversion between maven-bundle-plugin and DefaultMaven2OsgiConverter</td> +<td>Closed</td> +<td>Fixed</td> +<td>Guillaume Nodet</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-2155">FELIX-2155</a></td> +<td>The maven bundle plugin generates wrong capabilities for packages with directives</td> +<td>Closed</td> +<td>Fixed</td> +<td>Guillaume Nodet</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-2112">FELIX-2112</a></td> +<td>Carriage returns are removed from instructions, but the lines should be trimmed alltogether</td> +<td>Closed</td> +<td>Fixed</td> +<td>Guillaume Nodet</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-2048">FELIX-2048</a></td> +<td>Service-Component property doesn't allow to use wildcards for filenames</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-1951">FELIX-1951</a></td> +<td>The SchemaObr.xsd in bundleplugin is incomplete</td> +<td>Closed</td> +<td>Fixed</td> +<td>Guillaume Nodet</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/FELIX-1936">FELIX-1936</a></td> +<td>Create Output Directory for Resource-Only WARs</td> +<td>Closed</td> +<td>Fixed</td> +<td>Stuart McCulloch</td></tr></table></div> + </div> + </div> + </div> + + <hr/> + + <footer> + <div class="container-fluid"> + <div class="row-fluid"> + <p >Copyright © 2006–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
