blob: 87465c31c984f262c4d6d3db0b8c848f733a685c [file] [log] [blame]
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +00001<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Stuart McCulloch5f3ddf72008-05-03 12:49:39 +00002<html><head>
Stuart McCulloch5f3ddf72008-05-03 12:49:39 +00003 <title>Apache Felix - Apache Felix Maven Bundle Plugin (BND)</title>
Stuart McCulloch3f38f732008-05-03 08:13:09 +00004 <link rel="stylesheet" href="apache-felix-maven-bundle-plugin-bnd_files/site.css" type="text/css" media="all">
Stuart McCulloch5f3ddf72008-05-03 12:49:39 +00005 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +00006 </head>
7 <body>
Stuart McCulloch3f38f732008-05-03 08:13:09 +00008 <div class="title"><div class="logo"><a href="http://felix.apache.org/site/index.html"><img alt="Apache Felix" src="apache-felix-maven-bundle-plugin-bnd_files/logo.png" border="0"></a></div><div class="header"><a href="http://www.apache.org/"><img alt="Apache" src="apache-felix-maven-bundle-plugin-bnd_files/apache.png" border="0"></a></div></div>
Karl Paulsf87ac142007-07-06 22:36:17 +00009 <div class="menu">
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +000010<ul>
Stuart McCulloch93de6492007-12-16 15:59:05 +000011 <li><a href="http://felix.apache.org/site/news.html" title="news">news</a></li>
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +000012 <li><a href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">license</a></li>
13 <li><a href="http://felix.apache.org/site/downloads.cgi" class="external-link" rel="nofollow">downloads</a></li>
Stuart McCulloch93de6492007-12-16 15:59:05 +000014 <li><a href="http://felix.apache.org/site/documentation.html" title="documentation">documentation</a></li>
15 <li><a href="http://felix.apache.org/site/mailinglists.html" title="mailinglists">mailing lists</a></li>
Stuart McCulloch3f38f732008-05-03 08:13:09 +000016 <li><a href="http://felix.apache.org/site/contributing.html" title="Contributing">contributing</a></li>
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +000017 <li><a href="http://www.apache.org/" class="external-link" rel="nofollow">asf</a></li>
18 <li><a href="http://www.apache.org/security/" class="external-link" rel="nofollow">security</a></li>
19 <li><a href="http://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">sponsorship</a></li>
20 <li><a href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">sponsors</a>
Stuart McCulloch3f38f732008-05-03 08:13:09 +000021<!-- ApacheCon Ad -->
Stuart McCullochfc1018e2013-06-07 23:34:51 +000022<iframe src="apache-felix-maven-bundle-plugin-bnd_files/button.html" style="border-width:0; float: left" frameborder="0" height="135" scrolling="no" width="135"></iframe>
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +000023<p style="height: 100px">
24<!-- ApacheCon Ad --></p></li>
25</ul>
26 </div>
Karl Paulsf87ac142007-07-06 22:36:17 +000027 <div class="main">
Stuart McCulloch3f38f732008-05-03 08:13:09 +000028<h1><a name="ApacheFelixMavenBundlePlugin(BND)-BundlePluginforMaven"></a>Bundle Plugin for Maven</h1>
Karl Paulsf87ac142007-07-06 22:36:17 +000029
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +000030<p>This plugin for Maven 2 is based on the <a href="http://www.aqute.biz/Bnd/Bnd" class="external-link" rel="nofollow">BND</a>
31 tool from Peter Kriens. The way BND works is by treating your project
32as a big collection of classes (e.g., project code, dependencies, and
33the class path). The way you create a bundle with BND is to tell it the
34content of the bundle's JAR file as a subset of the available classes.
35This plugin wraps BND to make it work specifically with the Maven 2
36project structure and to provide it with reasonable default behavior for
37 Maven 2 projects.</p>
Karl Paulsf87ac142007-07-06 22:36:17 +000038
Stuart McCullochfc1018e2013-06-07 23:34:51 +000039<div class="panelMacro"><table class="infoMacro"><colgroup><col width="24"><col></colgroup><tbody><tr><td valign="top"><img src="apache-felix-maven-bundle-plugin-bnd_files/information.gif" alt="" height="16" align="absmiddle" border="0" width="16"></td><td>If you have questions about the maven-bundle-plugin please read the <a href="http://felix.apache.org/site/apache-felix-bundle-plugin-faq.html" class="external-link" rel="nofollow">FAQ</a> first. If you still have questions you can ask them on the <a href="http://felix.apache.org/site/mailinglists.html" class="external-link" rel="nofollow">Felix user list</a>.</td></tr></tbody></table></div>
Stuart McCullochefb03e42009-09-16 09:47:50 +000040
Stuart McCulloch2eb61122009-02-27 06:38:33 +000041<p><em>NOTE: test scoped dependencies are <b>not</b> included in the classpath seen by BND.</em></p>
Stuart McCulloche23ec842008-08-05 06:36:05 +000042
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +000043<p>Since the 1.4.0 release, this plugin also aims to automate OBR (OSGi
44Bundle Repository) management. It helps manage a local OBR for your
45local Maven repository, and also supports remote OBRs for bundle
46distribution. The plug-in automatically computes bundle capabilities and
47 requirements, using a combination of Bindex and Maven metadata.</p>
48
Stuart McCullochfc1018e2013-06-07 23:34:51 +000049<div class="panelMacro"><table class="tipMacro"><colgroup><col width="24"><col></colgroup><tbody><tr><td valign="top"><img src="apache-felix-maven-bundle-plugin-bnd_files/check.gif" alt="" height="16" align="absmiddle" border="0" width="16"></td><td><b><a href="http://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-2.3.7/doc/site/index.html" class="external-link" rel="nofollow">Standard Maven Documentation is now available for maven-bundle-plugin 2.3.7</a></b></td></tr></tbody></table></div>
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +000050
Stuart McCullochfc1018e2013-06-07 23:34:51 +000051<div class="panelMacro"><table class="tipMacro"><colgroup><col width="24"><col></colgroup><tbody><tr><td valign="top"><img src="apache-felix-maven-bundle-plugin-bnd_files/check.gif" alt="" height="16" align="absmiddle" border="0" width="16"></td><td><b><a href="http://www.aqute.biz/Bnd/Format" class="external-link" rel="nofollow">A complete list of instructions and their format is available from the BND website</a></b></td></tr></tbody></table></div>
Stuart McCulloch0340ae42008-02-22 11:27:18 +000052
Stuart McCulloch3f38f732008-05-03 08:13:09 +000053<p><a name="ApacheFelixMavenBundlePlugin(BND)-simpleexample"></a></p>
Karl Paulsf87ac142007-07-06 22:36:17 +000054
Stuart McCulloch3f38f732008-05-03 08:13:09 +000055<h1><a name="ApacheFelixMavenBundlePlugin(BND)-SimpleExample"></a>Simple Example</h1>
Karl Paulsf87ac142007-07-06 22:36:17 +000056
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +000057<p>Rather than going straight to a detailed list of plugin features, we
58will first look at a simple example of how to use the plugin to give an
Stuart McCullochefb03e42009-09-16 09:47:50 +000059immediate flavor. A detailed "<a href="#ApacheFelixMavenBundlePlugin%2528BND%2529-howto">how to</a>" will follow.</p>
Karl Paulsf87ac142007-07-06 22:36:17 +000060
61<p>Assume that we have a simple bundle project that has a pubic API package an several implementation packages, such as:</p>
Stuart McCulloch93de6492007-12-16 15:59:05 +000062
Stuart McCullochefb03e42009-09-16 09:47:50 +000063<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
Karl Paulsf87ac142007-07-06 22:36:17 +000064<pre>org.foo.myproject.api
65org.foo.myproject.impl1
66org.foo.myproject.impl2
67...
68</pre>
69</div></div>
Stuart McCulloch93de6492007-12-16 15:59:05 +000070
Karl Paulsf87ac142007-07-06 22:36:17 +000071<p>If we also assume that we have a bundle activator in one of the implementation packages, then the <tt>&lt;plugins&gt;</tt> section of the POM file for this bundle project would look like this:</p>
Stuart McCulloch93de6492007-12-16 15:59:05 +000072
Stuart McCullochefb03e42009-09-16 09:47:50 +000073<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
Karl Paulsf87ac142007-07-06 22:36:17 +000074<pre>...
75&lt;plugins&gt;
76 &lt;plugin&gt;
77 &lt;groupId&gt;org.apache.felix&lt;/groupId&gt;
78 &lt;artifactId&gt;maven-bundle-plugin&lt;/artifactId&gt;
79 &lt;extensions&gt;true&lt;/extensions&gt;
80 &lt;configuration&gt;
81 &lt;instructions&gt;
82 &lt;Export-Package&gt;org.foo.myproject.api&lt;/Export-Package&gt;
83 &lt;Private-Package&gt;org.foo.myproject.*&lt;/Private-Package&gt;
84 &lt;Bundle-Activator&gt;org.foo.myproject.impl1.Activator&lt;/Bundle-Activator&gt;
85 &lt;/instructions&gt;
86 &lt;/configuration&gt;
87 &lt;/plugin&gt;
88&lt;/plugins&gt;
89...
90</pre>
91</div></div>
Stuart McCulloch93de6492007-12-16 15:59:05 +000092
Karl Paulsf87ac142007-07-06 22:36:17 +000093<p>The <tt>&lt;Export-Package&gt;</tt> and <tt>&lt;Private-Package&gt;</tt> instructions tell the plugin about the contents of the resulting bundle JAR file. The <tt>&lt;Export-Package&gt;</tt> instruction tells the plugin which of the available packages to copy into the bundle <b>and</b> export, while the <tt>&lt;Private-Package&gt;</tt> instruction indicates which of the available packages to copy into the bundle <b>but not</b>
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +000094 export. If the two sets overlap, as they do in the case, then the
95export takes precedence. Since we did not specify any values for any
96other bundle manifest headers, they will assume default values which are
97 described <a href="#ApacheFelixMavenBundlePlugin%2528BND%2529-defaultbehavior">below</a>. One specific behavior to highlight is that the plugin generates the <tt>Import-Package</tt>
98 bundle manifest header based on the contents of the bundle, which means
99 that you generally do not ever need to explicitly specify it yourself.
Karl Paulsf87ac142007-07-06 22:36:17 +0000100That's it.</p>
101
Stuart McCulloch3f38f732008-05-03 08:13:09 +0000102<h1><a name="ApacheFelixMavenBundlePlugin(BND)-Features"></a>Features</h1>
Karl Paulsf87ac142007-07-06 22:36:17 +0000103
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000104<p>The BND library underlying the plugin defines instructions to direct
105its behavior. For this Maven plugin, these instructions are issued in
Stuart McCullochefb03e42009-09-16 09:47:50 +0000106the plugin configuration section of the POM file, as was illustrated <a href="#ApacheFelixMavenBundlePlugin%2528BND%2529-simpleexample">above</a>. BND recognizes three types of instructions:</p>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000107
Karl Paulsf87ac142007-07-06 22:36:17 +0000108<ol>
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000109 <li><em>Manifest headers</em> - Any instruction that starts with a
110capital letter will appear in the resulting bundle's manifest file; the
111value for the header will either be copied, augmented, or generated by
112BND depending on the instruction.</li>
Karl Paulsf87ac142007-07-06 22:36:17 +0000113 <li><em>Variables</em> - Any instruction starting with a lowercase letter is assumed to be a variable in the form of a name-value pair, such as <tt>version=3.0</tt>, that can be used for property substitution, but is not copied to the manifest.</li>
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000114 <li><em>Directives</em> - Any instruction starting with a '-' character
115 is considered to be a directive that informs BND to perform some
116special processing and is not copied to the manifest.</li>
Karl Paulsf87ac142007-07-06 22:36:17 +0000117</ol>
118
119
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000120<p>The remainder of this section covers the most important aspects of BND's instructions; for complete details refer to the <a href="http://www.aqute.biz/Code/Bnd" class="external-link" rel="nofollow">BND documentation</a>.</p>
Karl Paulsf87ac142007-07-06 22:36:17 +0000121
Stuart McCulloch3f38f732008-05-03 08:13:09 +0000122<p><a name="ApacheFelixMavenBundlePlugin(BND)-instructions"></a></p>
Karl Paulsf87ac142007-07-06 22:36:17 +0000123
Stuart McCulloch3f38f732008-05-03 08:13:09 +0000124<h2><a name="ApacheFelixMavenBundlePlugin(BND)-Instructions"></a>Instructions</h2>
Karl Paulsf87ac142007-07-06 22:36:17 +0000125
Stuart McCulloch3f38f732008-05-03 08:13:09 +0000126<h3><a name="ApacheFelixMavenBundlePlugin(BND)-{{&lt;ExportPackage&gt;}}"></a><tt>&lt;Export-Package&gt;</tt></h3>
Karl Paulsf87ac142007-07-06 22:36:17 +0000127
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000128<p>The <tt>&lt;Export-Package&gt;</tt> instruction is a list of packages
129 for the bundle to export. These packages are copied into the resulting
130bundle JAR file from the available classes (i.e., project classes,
131dependencies, and class path); thus, it is possible to include classes
132into your bundle that are not associated with source files in your
133project. <tt>&lt;Export-Package&gt;</tt> can be specified with package
134patterns using the '*' wildcard. Also, it is possible to exclude
135packages using negation by starting the package pattern with '!'. Thus,
136non-negated patterns indicate which of the available packages to include
137 in the bundle, whereas negated patterns indicate which should not be
138included in the bundle.</p>
Karl Paulsf87ac142007-07-06 22:36:17 +0000139
140<p>The list of package patterns is ordered and earlier patterns are applied before later patterns. For example, if you specify "<tt>org.foo.*,!org.foo.impl</tt>" the second pattern has no effect since all <tt>org.foo</tt> packages have already been selected by the first pattern. Instead, you should specify "<tt>!org.foo.impl,org.foo.*</tt>", which will export all <tt>org.foo</tt> packages except <tt>org.foo.impl</tt>.</p>
141
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000142<p>Following standard OSGi R4 syntax, package patterns can include both
143directives and attributes, which will be copied appropriately into the
144generated Export-Package manifest header. Besides explicitly listing
145package version attributes, BND will also determine package versions by
Karl Paulsf87ac142007-07-06 22:36:17 +0000146examining the source JAR file or from <tt>packageinfo</tt> files in the package directory.</p>
147
Stuart McCulloch3f38f732008-05-03 08:13:09 +0000148<h3><a name="ApacheFelixMavenBundlePlugin(BND)-{{&lt;PrivatePackage&gt;}}"></a><tt>&lt;Private-Package&gt;</tt></h3>
Karl Paulsf87ac142007-07-06 22:36:17 +0000149
150<p>The <tt>&lt;Private-Package&gt;</tt> instruction is similar in every way to the <tt>&lt;Export-Package&gt;</tt> instruction, except for the fact that these packages will <b>not</b>
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000151 be exported by the bundle. If a package is selected by both the export
Karl Paulsf87ac142007-07-06 22:36:17 +0000152and private package headers, then the export takes precedence.</p>
153
Stuart McCulloch3f38f732008-05-03 08:13:09 +0000154<h3><a name="ApacheFelixMavenBundlePlugin(BND)-{{&lt;IncludeResource&gt;}}"></a><tt>&lt;Include-Resource&gt;</tt></h3>
Karl Paulsf87ac142007-07-06 22:36:17 +0000155
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000156<p>The <tt>&lt;Include-Resource&gt;</tt> instruction is a list of
157arbitrary resources that should be copied into the bundle JAR file. The
158specified resources are declared as clauses that can have the following
Karl Paulsf87ac142007-07-06 22:36:17 +0000159forms:</p>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000160
Stuart McCullochefb03e42009-09-16 09:47:50 +0000161<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
Karl Paulsf87ac142007-07-06 22:36:17 +0000162<pre>clause ::= assignment | inline | simple
163assignment ::= PATH '=' PATH
164simple ::= PATH
165inline ::= '@' PATH
166</pre>
167</div></div>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000168
Karl Paulsf87ac142007-07-06 22:36:17 +0000169<p>For the <tt>&lt;Include-Resource&gt;</tt> instruction, actual file paths are relative to the <tt>pom.xml</tt>, while file copy destinations are relative to the root of the resulting bundle JAR file. In the case of <tt>assignment</tt> or <tt>simple</tt> forms, the <tt>PATH</tt> parameter can point to a file or directory. The <tt>simple</tt>
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000170 form will place the resource in the bundle JAR with only the file name,
171 i.e., without any path component. For example, including <tt>src/main/resources/a/b.c</tt> will result in a resource <tt>b.c</tt> in the root of the bundle JAR. If the <tt>PATH</tt>
172 points to a directory, the entire directory hierarchy is copied into
173the resulting bundle JAR file relative to the specified directory. If a
174 specific resource must be placed into a subdirectory of the bundle jar,
175 then use the <tt>assignment</tt> form, where the first path is the the
176destination path (including file name if the resource is a file) and the
177 second path is the resource to copy. The <tt>inline</tt> form requires a ZIP or JAR file, which will be completely expanded in the bundle JAR.</p>
Karl Paulsf87ac142007-07-06 22:36:17 +0000178
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000179<p>If a resource clause is specified inside of "{ ... }" brackets, then
180variable substitution will be performed on the resource, where variables
181 in the resources are denoted with "${ ... }" syntax.</p>
Karl Paulsf87ac142007-07-06 22:36:17 +0000182
Stuart McCulloch7c961f52008-01-02 08:56:07 +0000183<p>By default the bundle plugin converts the project's Maven resource directories into a single <tt>&lt;Include-Resource&gt;</tt> instruction. If you specify your own <tt>&lt;Include-Resource&gt;</tt> instruction, this will replace the generated one. To include the generated list of Maven resources in your own <tt>&lt;Include-Resource&gt;</tt> instruction just add {<tt>maven-resources</tt>} to the list and it will be expanded automatically.</p>
184
Stuart McCulloch3f38f732008-05-03 08:13:09 +0000185<h3><a name="ApacheFelixMavenBundlePlugin(BND)-{{&lt;ImportPackage&gt;}}"></a><tt>&lt;Import-Package&gt;</tt></h3>
Karl Paulsf87ac142007-07-06 22:36:17 +0000186
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000187<p>The <tt>&lt;Import-Package&gt;</tt> instruction is a list of packages
188 that are required by the bundle's contained packages. The default for
189this header is "*", resulting in importing all referred packages. This
190header rarely has to be explicitly specified. However, in certain cases
191when there is an unwanted import, such an import can be removed by using
192 a negation package pattern. The package patterns work in the same way
193as for <tt>&lt;Export-Package&gt;</tt>, which means they are ordered. For example, if you wanted to import all packages except <tt>org.foo.impl</tt> you would specify "<tt>!org.foo.impl,*</tt>"</p>
Karl Paulsf87ac142007-07-06 22:36:17 +0000194
Stuart McCulloch3f38f732008-05-03 08:13:09 +0000195<p><a name="ApacheFelixMavenBundlePlugin(BND)-defaultbehavior"></a></p>
Karl Paulsf87ac142007-07-06 22:36:17 +0000196
Stuart McCulloch3f38f732008-05-03 08:13:09 +0000197<h2><a name="ApacheFelixMavenBundlePlugin(BND)-DefaultBehavior"></a>Default Behavior</h2>
Karl Paulsf87ac142007-07-06 22:36:17 +0000198
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000199<p>To use this plugin, very little information is required by BND. As
200part of the Maven integration, the plugin tries to set reasonable
Karl Paulsf87ac142007-07-06 22:36:17 +0000201defaults for various instructions. For example:</p>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000202
Karl Paulsf87ac142007-07-06 22:36:17 +0000203<ul>
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000204 <li><tt>&lt;Bundle-SymbolicName&gt;</tt> is computed using the shared <a href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-osgi/src/main/java/org/apache/maven/shared/osgi/DefaultMaven2OsgiConverter.java" class="external-link" rel="nofollow">Maven2OsgiConverter</a> component, which uses the following algorithm:<br>
Stuart McCulloche23ec842008-08-05 06:36:05 +0000205Get the symbolic name as groupId + "." + artifactId, with the following exceptions:
206 <ul>
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000207 <li>if artifact.getFile is not null and the jar contains a OSGi
208Manifest with Bundle-SymbolicName property then that value is returned</li>
209 <li>if groupId has only one section (no dots) and artifact.getFile is
210not null then the first package name with classes is returned. eg.
Stuart McCulloche23ec842008-08-05 06:36:05 +0000211commons-logging:commons-logging -&gt; org.apache.commons.logging</li>
212 <li>if artifactId is equal to last section of groupId then groupId is returned. eg. org.apache.maven:maven -&gt; org.apache.maven</li>
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000213 <li>if artifactId starts with last section of groupId that portion is
214removed. eg. org.apache.maven:maven-core -&gt; org.apache.maven.core<br>
Stuart McCulloch2eb61122009-02-27 06:38:33 +0000215The computed symbolic name is also stored in the <tt>$(maven-symbolicname)</tt> property in case you want to add attributes or directives to it.</li>
Stuart McCulloche23ec842008-08-05 06:36:05 +0000216 </ul>
217 </li>
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000218 <li><tt>&lt;Export-Package&gt;</tt> is now assumed to be the set of
219packages in your local Java sources, excluding the default package '.'
220and any packages containing 'impl' or 'internal'.<br>
Stuart McCulloch2eb61122009-02-27 06:38:33 +0000221<em>(before version 2 of the bundleplugin it was based on the symbolic name)</em></li>
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000222 <li>Since 2.2.0 you can also use {<tt>local-packages</tt>} inside <tt>&lt;Export-Package&gt;</tt> and it will be expanded to the set of local packages.</li>
Stuart McCulloch2eb61122009-02-27 06:38:33 +0000223 <li><tt>&lt;Private-Package&gt;</tt> is now assumed to be the set of packages in your local Java sources (note that any packages in both <tt>&lt;Export-Package&gt;</tt> and <tt>&lt;Private-Package&gt;</tt> will be exported).<br>
224<em>(before version 2 of the bundleplugin it was assumed to be empty by default)</em></li>
225 <li><tt>&lt;Import-Package&gt;</tt> is assumed to be "<tt>*</tt>", which imports everything referred to by the bundle content, but not contained in the bundle.<br>
226<em>Any exported packages are also imported by default, to ensure a consistent class space.</em></li>
Stuart McCulloch7c961f52008-01-02 08:56:07 +0000227 <li><tt>&lt;Include-Resource&gt;</tt> is generated from the project's Maven resources, typically "<tt>src/main/resources/</tt>",
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000228 which will copy the specified project directory hierarchy into the
Karl Paulsf87ac142007-07-06 22:36:17 +0000229resulting bundle JAR file, mirroring standard Maven behavior.</li>
Stuart McCullochefb03e42009-09-16 09:47:50 +0000230 <li><tt>&lt;Bundle-Version&gt;</tt> is assumed to be "<tt>${pom.version</tt>}" but is normalized to the OSGi version format of "<tt>MAJOR.MINOR.MICRO.QUALIFIER</tt>", for example "<tt>2.1-SNAPSHOT</tt>" would become "<tt>2.1.0.SNAPSHOT</tt>".</li>
Karl Paulsf87ac142007-07-06 22:36:17 +0000231 <li><tt>&lt;Bundle-Name&gt;</tt> is assumed to be "<tt>${pom.name</tt>}".</li>
232 <li><tt>&lt;Bundle-Description&gt;</tt> is assumed to be "<tt>${pom.description</tt>}".</li>
233 <li><tt>&lt;Bundle-License&gt;</tt> is assumed to be "<tt>${pom.licenses</tt>}".</li>
234 <li><tt>&lt;Bundle-Vendor&gt;</tt> is assumed to be "<tt>${pom.organization.name</tt>}".</li>
235 <li><tt>&lt;Bundle-DocURL&gt;</tt> is assumed to be "<tt>${pom.organization.url</tt>}".</li>
236</ul>
237
238
Stuart McCulloch7c961f52008-01-02 08:56:07 +0000239<p>Since the plugin creates bundles for OSGi R4, it hard-codes <tt>Bundle-ManifestVersion</tt>
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000240 to be '2'. Additionally, it generates imports for every export to
241ensure package substitutability, which is very important when working
242with collaborating services. It is possible to override any of these
Karl Paulsf87ac142007-07-06 22:36:17 +0000243values (except <tt>Bundle-ManifestVersion</tt>) just by specifying the desired value in the plugin configuration section of the POM file.</p>
244
Stuart McCulloch3f38f732008-05-03 08:13:09 +0000245<p><a name="ApacheFelixMavenBundlePlugin(BND)-howto"></a></p>
Karl Paulsf87ac142007-07-06 22:36:17 +0000246
Stuart McCulloch3f38f732008-05-03 08:13:09 +0000247<h1><a name="ApacheFelixMavenBundlePlugin(BND)-Detailed&quot;HowTo&quot;"></a>Detailed "How To"</h1>
Karl Paulsf87ac142007-07-06 22:36:17 +0000248
Stuart McCulloch3f38f732008-05-03 08:13:09 +0000249<h2><a name="ApacheFelixMavenBundlePlugin(BND)-GetMaven2"></a>Get Maven2</h2>
Karl Paulsf87ac142007-07-06 22:36:17 +0000250
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000251<p>The first step in the process of using the plugin is downloading and
252installing the latest version of the Maven2 runtime. The latest Maven2
253release and instuctions for getting started with Maven2 can be found at
254the <a href="http://maven.apache.org/index.html" class="external-link" rel="nofollow">Maven website</a>.</p>
Karl Paulsf87ac142007-07-06 22:36:17 +0000255
Stuart McCulloch3f38f732008-05-03 08:13:09 +0000256<h2><a name="ApacheFelixMavenBundlePlugin(BND)-UsingthePlugin"></a>Using the Plugin</h2>
Karl Paulsf87ac142007-07-06 22:36:17 +0000257
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000258<p>To use the maven-bundle-plugin, you first need to add the plugin and
259some appropriate plugin configuration to your bundle project's POM.
Karl Paulsf87ac142007-07-06 22:36:17 +0000260Below is an example of a simple OSGi bundle POM for Maven2:</p>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000261
Stuart McCullochefb03e42009-09-16 09:47:50 +0000262<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
Karl Paulsf87ac142007-07-06 22:36:17 +0000263<pre>&lt;project&gt;
264 &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
265 &lt;groupId&gt;my-osgi-bundles&lt;/groupId&gt;
266 &lt;artifactId&gt;examplebundle&lt;/artifactId&gt;
267 &lt;packaging&gt;bundle&lt;/packaging&gt; &lt;!-- (1) --&gt;
268 &lt;version&gt;1.0&lt;/version&gt;
269 &lt;name&gt;Example Bundle&lt;/name&gt;
270 &lt;dependencies&gt;
271 &lt;dependency&gt;
272 &lt;groupId&gt;org.apache.felix&lt;/groupId&gt;
273 &lt;artifactId&gt;org.osgi.core&lt;/artifactId&gt;
Stuart McCulloch7c961f52008-01-02 08:56:07 +0000274 &lt;version&gt;1.0.0&lt;/version&gt;
Karl Paulsf87ac142007-07-06 22:36:17 +0000275 &lt;/dependency&gt;
276 &lt;/dependencies&gt;
277 &lt;build&gt;
278 &lt;plugins&gt;
279 &lt;plugin&gt; &lt;!-- (2) START --&gt;
280 &lt;groupId&gt;org.apache.felix&lt;/groupId&gt;
281 &lt;artifactId&gt;maven-bundle-plugin&lt;/artifactId&gt;
282 &lt;extensions&gt;true&lt;/extensions&gt;
283 &lt;configuration&gt;
284 &lt;instructions&gt;
285 &lt;Export-Package&gt;com.my.company.api&lt;/Export-Package&gt;
286 &lt;Private-Package&gt;com.my.company.*&lt;/Private-Package&gt;
287 &lt;Bundle-Activator&gt;com.my.company.Activator&lt;/Bundle-Activator&gt;
288 &lt;/instructions&gt;
289 &lt;/configuration&gt;
290 &lt;/plugin&gt; &lt;!-- (2) END --&gt;
291 &lt;/plugins&gt;
292 &lt;/build&gt;
Karl Paulsf87ac142007-07-06 22:36:17 +0000293&lt;/project&gt;
294</pre>
295</div></div>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000296
297<p>There are two main things to note: (1) the <tt>&lt;packaging&gt;</tt>
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000298 specifier must be "bundle" and (2) the plugin and configuration must be
299 specified (the configuration section is where you will issue
Stuart McCulloch93de6492007-12-16 15:59:05 +0000300instructions to the plugin).</p>
Karl Paulsf87ac142007-07-06 22:36:17 +0000301
Stuart McCulloch3f38f732008-05-03 08:13:09 +0000302<h2><a name="ApacheFelixMavenBundlePlugin(BND)-RealWorldExample"></a>Real-World Example</h2>
Karl Paulsf87ac142007-07-06 22:36:17 +0000303
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000304<p>Consider this more real-world example using Felix' Log Service
305implementation. The Log Service project is comprised of a single
306package: <tt>org.apache.felix.log.impl</tt>. It has a dependency on the
307core OSGi interfaces as well as a dependency on the compendium OSGi
308interfaces for the specific log service interfaces. The following is its
309 POM file:</p>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000310
Stuart McCullochefb03e42009-09-16 09:47:50 +0000311<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
Karl Paulsf87ac142007-07-06 22:36:17 +0000312<pre>&lt;project&gt;
313 &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
314 &lt;groupId&gt;org.apache.felix&lt;/groupId&gt;
315 &lt;artifactId&gt;org.apache.felix.log&lt;/artifactId&gt;
316 &lt;packaging&gt;bundle&lt;/packaging&gt;
317 &lt;name&gt;Apache Felix Log Service&lt;/name&gt;
318 &lt;version&gt;0.8.0-SNAPSHOT&lt;/version&gt;
319 &lt;description&gt;
320 This bundle provides an implementation of the OSGi R4 Log service.
321 &lt;/description&gt;
322 &lt;dependencies&gt;
323 &lt;dependency&gt;
324 &lt;groupId&gt;${pom.groupId}&lt;/groupId&gt;
325 &lt;artifactId&gt;org.osgi.core&lt;/artifactId&gt;
326 &lt;version&gt;0.8.0-incubator&lt;/version&gt;
327 &lt;/dependency&gt;
328 &lt;dependency&gt;
329 &lt;groupId&gt;${pom.groupId}&lt;/groupId&gt;
330 &lt;artifactId&gt;org.osgi.compendium&lt;/artifactId&gt;
331 &lt;version&gt;0.9.0-incubator-SNAPSHOT&lt;/version&gt;
332 &lt;/dependency&gt;
333 &lt;/dependencies&gt;
334 &lt;build&gt;
335 &lt;plugins&gt;
336 &lt;plugin&gt;
337 &lt;groupId&gt;org.apache.felix&lt;/groupId&gt;
338 &lt;artifactId&gt;maven-bundle-plugin&lt;/artifactId&gt;
339 &lt;extensions&gt;true&lt;/extensions&gt;
340 &lt;configuration&gt;
341 &lt;instructions&gt;
342 &lt;Export-Package&gt;org.osgi.service.log&lt;/Export-Package&gt;
343 &lt;Private-Package&gt;org.apache.felix.log.impl&lt;/Private-Package&gt;
344 &lt;Bundle-SymbolicName&gt;${pom.artifactId}&lt;/Bundle-SymbolicName&gt;
345 &lt;Bundle-Activator&gt;${pom.artifactId}.impl.Activator&lt;/Bundle-Activator&gt;
346 &lt;Export-Service&gt;org.osgi.service.log.LogService,org.osgi.service.log.LogReaderService&lt;/Export-Service&gt;
347 &lt;/instructions&gt;
348 &lt;/configuration&gt;
349 &lt;/plugin&gt;
350 &lt;/plugins&gt;
351 &lt;/build&gt;
Karl Paulsf87ac142007-07-06 22:36:17 +0000352&lt;/project&gt;
353</pre>
354</div></div>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000355
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000356<p>Notice that the <tt>&lt;Export-Package&gt;</tt> instruction specifies
357 that the bundle exports the Log Service package, even though this
358package is not contained in the bundle project. By declaring this, the
359plugin will copy the Log Service package into the resulting bundle JAR
360file. This is useful in this case because now the bundle can resolve
361without having to download the entire compendium bundle. The resulting
362manifest for the Log Service bundle looks like this (notice how the
363imports/exports automatically have version information associated with
364them, which was obtained from packageinfo files in the source packages):</p>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000365
Stuart McCullochefb03e42009-09-16 09:47:50 +0000366<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
Karl Paulsf87ac142007-07-06 22:36:17 +0000367<pre>Manifest-Version: 1
368Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
369Bundle-Activator: org.apache.felix.log.impl.Activator
370Import-Package: org.osgi.framework;version=1.3, org.osgi.service.log;v
371 ersion=1.3
372Include-Resource: src/main/resources
373Export-Package: org.osgi.service.log;uses:=org.osgi.framework;version=
374 1.3
375Bundle-Version: 0.8.0.SNAPSHOT
376Bundle-Name: Apache Felix Log Service
377Bundle-Description: This bundle provides an implementation of the OSGi
378 R4 Log service.
379Private-Package: org.apache.felix.log.impl
380Bundle-ManifestVersion: 2
381Export-Service: org.osgi.service.log.LogService,org.osgi.service.log.L
382 ogReaderService
383Bundle-SymbolicName: org.apache.felix.log
384</pre>
385</div></div>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000386
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000387<p>The resulting bundle JAR file has the following content (notice how
Karl Paulsf87ac142007-07-06 22:36:17 +0000388the LICENSE and NOTICE files were automatically copied from the <tt>src/main/resources/</tt> directory of the project):</p>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000389
Stuart McCullochefb03e42009-09-16 09:47:50 +0000390<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
Karl Paulsf87ac142007-07-06 22:36:17 +0000391<pre>META-INF/MANIFEST.MF
392LICENSE
393META-INF/
394META-INF/maven/
395META-INF/maven/org.apache.felix/
396META-INF/maven/org.apache.felix/org.apache.felix.log/
397META-INF/maven/org.apache.felix/org.apache.felix.log/pom.properties
398META-INF/maven/org.apache.felix/org.apache.felix.log/pom.xml
399NOTICE
400org/
401org/apache/
402org/apache/felix/
403org/apache/felix/log/
404org/apache/felix/log/impl/
405org/apache/felix/log/impl/Activator.class
406org/apache/felix/log/impl/Log.class
407org/apache/felix/log/impl/LogEntryImpl.class
408org/apache/felix/log/impl/LogException.class
409org/apache/felix/log/impl/LogListenerThread.class
410org/apache/felix/log/impl/LogNode.class
411org/apache/felix/log/impl/LogNodeEnumeration.class
412org/apache/felix/log/impl/LogReaderServiceFactory.class
413org/apache/felix/log/impl/LogReaderServiceImpl.class
414org/apache/felix/log/impl/LogServiceFactory.class
415org/apache/felix/log/impl/LogServiceImpl.class
416org/osgi/
417org/osgi/service/
418org/osgi/service/log/
419org/osgi/service/log/LogEntry.class
420org/osgi/service/log/LogListener.class
421org/osgi/service/log/LogReaderService.class
422org/osgi/service/log/LogService.class
423org/osgi/service/log/package.html
424org/osgi/service/log/packageinfo
425</pre>
426</div></div>
427
Stuart McCulloch3f38f732008-05-03 08:13:09 +0000428<h2><a name="ApacheFelixMavenBundlePlugin(BND)-AddingOSGimetadatatoexistingprojectswithoutchangingthepackagingtype"></a>Adding OSGi metadata to existing projects without changing the packaging type</h2>
Stuart McCullochdd4ae5f2008-02-05 12:38:46 +0000429
430<p>If you want to keep your project packaging type (for example "jar") but would like to add OSGi metadata<br>
431you can use the manifest goal to generate a bundle manifest. The maven-jar-plugin can then be used to<br>
432add this manifest to the final artifact. For example:</p>
433
Stuart McCullochefb03e42009-09-16 09:47:50 +0000434<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
Stuart McCullochdd4ae5f2008-02-05 12:38:46 +0000435<pre class="code-xml"><span class="code-tag">&lt;plugin&gt;</span>
436 <span class="code-tag">&lt;artifactId&gt;</span>maven-jar-plugin<span class="code-tag">&lt;/artifactId&gt;</span>
437 <span class="code-tag">&lt;configuration&gt;</span>
438 <span class="code-tag">&lt;archive&gt;</span>
439 <span class="code-tag">&lt;manifestFile&gt;</span>${project.build.outputDirectory}/META-INF/MANIFEST.MF<span class="code-tag">&lt;/manifestFile&gt;</span>
440 <span class="code-tag">&lt;/archive&gt;</span>
441 <span class="code-tag">&lt;/configuration&gt;</span>
442<span class="code-tag">&lt;/plugin&gt;</span>
443<span class="code-tag">&lt;plugin&gt;</span>
444 <span class="code-tag">&lt;groupId&gt;</span>org.apache.felix<span class="code-tag">&lt;/groupId&gt;</span>
445 <span class="code-tag">&lt;artifactId&gt;</span>maven-bundle-plugin<span class="code-tag">&lt;/artifactId&gt;</span>
446 <span class="code-tag">&lt;executions&gt;</span>
447 <span class="code-tag">&lt;execution&gt;</span>
448 <span class="code-tag">&lt;id&gt;</span>bundle-manifest<span class="code-tag">&lt;/id&gt;</span>
449 <span class="code-tag">&lt;phase&gt;</span>process-classes<span class="code-tag">&lt;/phase&gt;</span>
450 <span class="code-tag">&lt;goals&gt;</span>
451 <span class="code-tag">&lt;goal&gt;</span>manifest<span class="code-tag">&lt;/goal&gt;</span>
452 <span class="code-tag">&lt;/goals&gt;</span>
453 <span class="code-tag">&lt;/execution&gt;</span>
454 <span class="code-tag">&lt;/executions&gt;</span>
Stuart McCullochefb03e42009-09-16 09:47:50 +0000455<span class="code-tag">&lt;/plugin&gt;</span>
456</pre>
Stuart McCullochdd4ae5f2008-02-05 12:38:46 +0000457</div></div>
458
Stuart McCulloch1bcd7952009-02-26 21:29:51 +0000459<p>If you want to use packaging types other than "jar" and "bundle" then you also need to enable support<br>
460for them in the bundleplugin configuration, for example if you want to use the plugin with WAR files:</p>
461
Stuart McCullochefb03e42009-09-16 09:47:50 +0000462<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
Stuart McCulloch1bcd7952009-02-26 21:29:51 +0000463<pre class="code-xml"><span class="code-tag">&lt;plugin&gt;</span>
464 <span class="code-tag">&lt;groupId&gt;</span>org.apache.felix<span class="code-tag">&lt;/groupId&gt;</span>
465 <span class="code-tag">&lt;artifactId&gt;</span>maven-bundle-plugin<span class="code-tag">&lt;/artifactId&gt;</span>
466 <span class="code-tag">&lt;executions&gt;</span>
467 <span class="code-tag">&lt;execution&gt;</span>
468 <span class="code-tag">&lt;id&gt;</span>bundle-manifest<span class="code-tag">&lt;/id&gt;</span>
469 <span class="code-tag">&lt;phase&gt;</span>process-classes<span class="code-tag">&lt;/phase&gt;</span>
470 <span class="code-tag">&lt;goals&gt;</span>
471 <span class="code-tag">&lt;goal&gt;</span>manifest<span class="code-tag">&lt;/goal&gt;</span>
472 <span class="code-tag">&lt;/goals&gt;</span>
473 <span class="code-tag">&lt;/execution&gt;</span>
474 <span class="code-tag">&lt;/executions&gt;</span>
475 <span class="code-tag">&lt;configuration&gt;</span>
476 <span class="code-tag">&lt;supportedProjectTypes&gt;</span>
477 <span class="code-tag">&lt;supportedProjectType&gt;</span>jar<span class="code-tag">&lt;/supportedProjectType&gt;</span>
478 <span class="code-tag">&lt;supportedProjectType&gt;</span>bundle<span class="code-tag">&lt;/supportedProjectType&gt;</span>
479 <span class="code-tag">&lt;supportedProjectType&gt;</span>war<span class="code-tag">&lt;/supportedProjectType&gt;</span>
480 <span class="code-tag">&lt;/supportedProjectTypes&gt;</span>
481 <span class="code-tag">&lt;instructions&gt;</span>
482 <span class="code-tag"><span class="code-comment">&lt;!-- ...etc... --&gt;</span></span>
483 <span class="code-tag">&lt;/instructions&gt;</span>
484 <span class="code-tag">&lt;/configuration&gt;</span>
Stuart McCullochefb03e42009-09-16 09:47:50 +0000485<span class="code-tag">&lt;/plugin&gt;</span>
486</pre>
Stuart McCulloch1bcd7952009-02-26 21:29:51 +0000487</div></div>
488
Stuart McCullochfc1018e2013-06-07 23:34:51 +0000489<p>You'll also need to configure the other plugin to pick up and use the generated manifest, which is written to <tt>${project.build.outputDirectory}/META-INF/MANIFEST.MF</tt> by default (unless you choose a different <tt>manifestLocation</tt> in the maven-bundle-plugin configuration). Continuing with our WAR example:</p>
490
491<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
492<pre class="code-java">&lt;plugin&gt;
493 &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
494 &lt;artifactId&gt;maven-war-plugin&lt;/artifactId&gt;
495 &lt;configuration&gt;
496 &lt;archive&gt;
497 &lt;manifestFile&gt;${project.build.outputDirectory}/META-INF/MANIFEST.MF&lt;/manifestFile&gt;
498 &lt;/archive&gt;
499 &lt;/configuration&gt;
500&lt;/plugin&gt;
501</pre>
502</div></div>
503
Stuart McCulloch3f38f732008-05-03 08:13:09 +0000504<h2><a name="ApacheFelixMavenBundlePlugin(BND)-BuildingthePlugin"></a>Building the Plugin</h2>
Karl Paulsf87ac142007-07-06 22:36:17 +0000505
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000506<p>The plugin is hosted at the Apache Felix project. The following steps
507 describe how to build and install the plugin into your local Maven2
508repository.</p>
Karl Paulsf87ac142007-07-06 22:36:17 +0000509
510<p>Using the SVN client of your choice, checkout the maven-bundle-plugin project.</p>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000511
Stuart McCullochefb03e42009-09-16 09:47:50 +0000512<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
Stuart McCulloch93de6492007-12-16 15:59:05 +0000513<pre>$ svn co http://svn.apache.org/repos/asf/felix/trunk/bundleplugin
Karl Paulsf87ac142007-07-06 22:36:17 +0000514</pre>
515</div></div>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000516
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000517<p>Using Maven2, build and install the maven-bundle-plugin by issuing
518the following Maven2 command in the project directory that was created
Karl Paulsf87ac142007-07-06 22:36:17 +0000519as a result of the previous step.</p>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000520
Stuart McCullochefb03e42009-09-16 09:47:50 +0000521<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
Karl Paulsf87ac142007-07-06 22:36:17 +0000522<pre>$ mvn install
523</pre>
524</div></div>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000525
Stuart McCulloch3f38f732008-05-03 08:13:09 +0000526<h1><a name="ApacheFelixMavenBundlePlugin(BND)-Goals"></a>Goals</h1>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000527
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000528<p>The maven-bundle-plugin also provides additional functionality via
529some Maven goals. Command-line execution of a goal is performed as
Stuart McCulloch93de6492007-12-16 15:59:05 +0000530follows:</p>
531
Stuart McCullochefb03e42009-09-16 09:47:50 +0000532<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
Stuart McCulloch93de6492007-12-16 15:59:05 +0000533<pre>mvn org.apache.felix:maven-bundle-plugin:GOAL
534</pre>
535</div></div>
536
537<p>Where GOAL is one of the following:</p>
538
539<ul>
Stuart McCulloch0340ae42008-02-22 11:27:18 +0000540 <li><b><tt>bundle</tt></b> - build an OSGi bundle jar for the current project<br>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000541configuration options:
542 <ul>
Stuart McCullochdd4ae5f2008-02-05 12:38:46 +0000543 <li><em><tt>manifestLocation</tt></em> defaults to ${project.build.outputDirectory}/META-INF</li>
544 <li><em><tt>unpackBundle</tt></em> unpack bundle contents to output directory, defaults to false</li>
Stuart McCulloch2eb61122009-02-27 06:38:33 +0000545 <li><em><tt>excludeDependencies</tt></em> comma-separated list of dependency artifactIds to exclude from the classpath passed to Bnd, use "true" to exclude everything.<br>
546Version 2 of the bundleplugin now supports the same style of filter clauses in <tt>excludeDependencies</tt> as <tt>Embed-Dependency</tt>.</li>
Stuart McCulloch0340ae42008-02-22 11:27:18 +0000547 <li><em><tt>classifier</tt></em> attach bundle to the project using the given classifier</li>
Stuart McCulloch1bcd7952009-02-26 21:29:51 +0000548 <li><em><tt>supportedProjectTypes</tt></em> defaults to "jar","bundle"</li>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000549 </ul>
550 </li>
Stuart McCullochdd4ae5f2008-02-05 12:38:46 +0000551</ul>
552
553
554<ul>
Stuart McCulloch0340ae42008-02-22 11:27:18 +0000555 <li><b><tt>bundleall</tt></b> - build OSGi bundle jars for all transitive dependencies<br>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000556configuration options:
557 <ul>
Stuart McCulloch5f3ddf72008-05-03 12:49:39 +0000558 <li><em><tt>wrapImportPackage</tt></em> defaults to "*"</li>
Stuart McCulloch1bcd7952009-02-26 21:29:51 +0000559 <li><em><tt>supportedProjectTypes</tt></em> defaults to "jar","bundle"</li>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000560 </ul>
561 </li>
Stuart McCullochdd4ae5f2008-02-05 12:38:46 +0000562</ul>
563
564
565<ul>
566 <li><b><tt>wrap</tt></b> - as above, but limited to the first level of dependencies<br>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000567configuration options:
568 <ul>
Stuart McCulloch5f3ddf72008-05-03 12:49:39 +0000569 <li><em><tt>wrapImportPackage</tt></em> defaults to "*"</li>
Stuart McCulloch1bcd7952009-02-26 21:29:51 +0000570 <li><em><tt>supportedProjectTypes</tt></em> defaults to "jar","bundle"</li>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000571 </ul>
572 </li>
Stuart McCullochdd4ae5f2008-02-05 12:38:46 +0000573</ul>
574
575
576<ul>
577 <li><b><tt>manifest</tt></b> - create an OSGi manifest for the current project<br>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000578configuration options:
579 <ul>
Stuart McCullochdd4ae5f2008-02-05 12:38:46 +0000580 <li><em><tt>manifestLocation</tt></em> defaults to ${project.build.outputDirectory}/META-INF</li>
581 <li><em><tt>supportedProjectTypes</tt></em> defaults to "jar","bundle"</li>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000582 </ul>
583 </li>
584</ul>
585
586
Stuart McCulloch0340ae42008-02-22 11:27:18 +0000587<ul>
588 <li><b><tt>install</tt></b> - adds the current bundle project to the local OBR<br>
589configuration options:
590 <ul>
591 <li><em><tt>obrRepository</tt></em> path to local OBR, defaults to <em>&lt;local-maven-repository&gt;</em><tt>/repository.xml</tt></li>
Stuart McCulloch1bcd7952009-02-26 21:29:51 +0000592 <li><em><tt>supportedProjectTypes</tt></em> defaults to "jar","bundle"</li>
Stuart McCulloch0340ae42008-02-22 11:27:18 +0000593 </ul>
594 </li>
595</ul>
596
597
598<p>More GOALs are available in the <b>1.4.0</b> release:</p>
599
600<ul>
601 <li><b><tt>ant</tt></b> - create an Ant build script to rebuild the bundle</li>
602</ul>
603
604
605<ul>
606 <li><b><tt>install-file</tt></b> - adds a local bundle file to the local OBR<br>
607configuration options:
608 <ul>
609 <li><em><tt>obrRepository</tt></em> path to local OBR, defaults to <em>&lt;local-maven-repository&gt;</em><tt>/repository.xml</tt></li>
610 <li><em><tt>groupId</tt></em> Maven groupId for the bundle, taken from <em>pomFile</em> if given</li>
611 <li><em><tt>artifactId</tt></em> Maven artifactId for the bundle, taken from <em>pomFile</em> if given</li>
612 <li><em><tt>version</tt></em> Maven version for the bundle, taken from <em>pomFile</em> if given</li>
613 <li><em><tt>packaging</tt></em> Maven packaging type for the bundle, taken from <em>pomFile</em> if given</li>
614 <li><em><tt>classifier</tt></em> Maven classifier type, defaults to none</li>
615 <li><em><tt>pomFile</tt></em> optional Pom file describing the bundle</li>
616 <li><em><tt>file</tt></em> bundle file, defaults to the bundle from the local Maven repository</li>
617 <li><em><tt>obrXml</tt></em> optional additional properties for the bundle</li>
618 </ul>
619 </li>
620</ul>
621
622
623<ul>
624 <li><b><tt>deploy</tt></b> - adds the current bundle project to a remote OBR<br>
625configuration options:
626 <ul>
627 <li><em><tt>remoteOBR</tt></em> name of remote OBR, defaults to NONE (which means no remote OBR deployment)</li>
628 <li><em><tt>obrRepository</tt></em> used when the remoteOBR name is blank, defaults to <tt>repository.xml</tt></li>
Stuart McCulloch1bcd7952009-02-26 21:29:51 +0000629 <li><em><tt>prefixUrl</tt></em> optional public URL prefix for the remote repository</li>
630 <li><em><tt>bundleUrl</tt></em> optional public URL where the bundle has been deployed</li>
Stuart McCulloch0340ae42008-02-22 11:27:18 +0000631 <li><em><tt>altDeploymentRepository</tt></em> alternative remote repository, <em>id::layout::url</em></li>
Stuart McCulloch1bcd7952009-02-26 21:29:51 +0000632 <li><em><tt>obrDeploymentRepository</tt></em> optional OBR specific deployment repository.</li>
Stuart McCulloch0340ae42008-02-22 11:27:18 +0000633 <li><em><tt>ignoreLock</tt></em> ignore remote locking when updating the OBR</li>
Stuart McCulloch1bcd7952009-02-26 21:29:51 +0000634 <li><em><tt>supportedProjectTypes</tt></em> defaults to "jar","bundle"</li>
Stuart McCulloch0340ae42008-02-22 11:27:18 +0000635 </ul>
636 </li>
637</ul>
638
639
640<ul>
641 <li><b><tt>deploy-file</tt></b> - adds a local bundle file to a remote OBR<br>
642configuration options:
643 <ul>
644 <li><em><tt>remoteOBR</tt></em> name of remote OBR, defaults to an empty string</li>
645 <li><em><tt>obrRepository</tt></em> used when the remoteOBR name is blank, defaults to <tt>repository.xml</tt></li>
646 <li><em><tt>repositoryId</tt></em> optional repository id, used to lookup authentication settings</li>
647 <li><em><tt>url</tt></em> remote repository transport URL, like
Stuart McCullochefb03e42009-09-16 09:47:50 +0000648<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
Stuart McCulloch0340ae42008-02-22 11:27:18 +0000649<pre>scpexe://host/path/to/obr
650</pre>
651</div></div></li>
652 <li><em><tt>bundleUrl</tt></em> public URL of deployed bundle, like
Stuart McCullochefb03e42009-09-16 09:47:50 +0000653<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
Stuart McCulloch0340ae42008-02-22 11:27:18 +0000654<pre>http://www.foo.org/bundles/foo.jar
655</pre>
656</div></div></li>
657 <li><em><tt>groupId</tt></em> Maven groupId for the bundle, taken from <em>pomFile</em> if given</li>
658 <li><em><tt>artifactId</tt></em> Maven artifactId for the bundle, taken from <em>pomFile</em> if given</li>
659 <li><em><tt>version</tt></em> Maven version for the bundle, taken from <em>pomFile</em> if given</li>
660 <li><em><tt>packaging</tt></em> Maven packaging type for the bundle, taken from <em>pomFile</em> if given</li>
661 <li><em><tt>classifier</tt></em> Maven classifier type, defaults to none</li>
662 <li><em><tt>pomFile</tt></em> optional Pom file describing the bundle</li>
663 <li><em><tt>file</tt></em> bundle file, defaults to the bundle from the local Maven repository</li>
664 <li><em><tt>obrXml</tt></em> optional additional properties for the bundle</li>
665 <li><em><tt>ignoreLock</tt></em> ignore remote locking when updating the OBR</li>
666 </ul>
667 </li>
668</ul>
669
670
671<ul>
672 <li><b><tt>clean</tt></b> - cleans the local OBR, removing missing bundles<br>
673configuration options:
674 <ul>
675 <li><em><tt>obrRepository</tt></em> path to local OBR, defaults to <em>&lt;local-maven-repository&gt;</em><tt>/repository.xml</tt></li>
676 </ul>
677 </li>
678</ul>
679
680
Stuart McCulloch1bcd7952009-02-26 21:29:51 +0000681<ul>
682 <li><b><tt>remote-clean</tt></b> - cleans a remote OBR, removing missing bundles<br>
683configuration options:
684 <ul>
685 <li><em><tt>remoteOBR</tt></em> name of remote OBR, defaults to NONE (which means no remote cleaning)</li>
686 <li><em><tt>obrRepository</tt></em> used when the remoteOBR name is blank, defaults to <tt>repository.xml</tt></li>
687 <li><em><tt>prefixUrl</tt></em> optional public URL prefix for the remote repository</li>
688 <li><em><tt>altDeploymentRepository</tt></em> alternative remote repository, <em>id::layout::url</em></li>
689 <li><em><tt>obrDeploymentRepository</tt></em> optional OBR specific deployment repository.</li>
690 <li><em><tt>ignoreLock</tt></em> ignore remote locking when updating the OBR</li>
691 </ul>
692 </li>
693</ul>
694
695
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000696<p>There are also new instructions available from the underlying BND
697tool, which continues to be improved independently; for the latest see <a href="http://aqute.biz/Code/Bnd" class="external-link" rel="nofollow">BND documentation</a>.</p>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000698
Stuart McCullochdd4ae5f2008-02-05 12:38:46 +0000699<p>The default goal <b><tt>bundle</tt></b> will be initialized by setting the &lt;packaging&gt; entry to "bundle".</p>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000700
Stuart McCulloch3f38f732008-05-03 08:13:09 +0000701<h1><a name="ApacheFelixMavenBundlePlugin(BND)-Thefollowingfeaturesareonlyavailablefromversion1.2.0onwards"></a>The following features are only available from version 1.2.0 onwards</h1>
Stuart McCulloch7c961f52008-01-02 08:56:07 +0000702
Stuart McCulloch3f38f732008-05-03 08:13:09 +0000703<h2><a name="ApacheFelixMavenBundlePlugin(BND)-Embeddingdependencies"></a>Embedding dependencies</h2>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000704
Stuart McCulloch7c961f52008-01-02 08:56:07 +0000705<p>The Maven Bundle Plugin supports embedding of selected project dependencies inside the bundle by using the <tt>&lt;Embed-Dependency&gt;</tt> instruction:</p>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000706
Stuart McCullochefb03e42009-09-16 09:47:50 +0000707<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
708<pre class="code-xml"><span class="code-tag">&lt;Embed-Dependency&gt;</span>dependencies<span class="code-tag">&lt;/Embed-Dependency&gt;</span>
709</pre>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000710</div></div>
711
712<p>where:</p>
713
Stuart McCullochefb03e42009-09-16 09:47:50 +0000714<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
Stuart McCulloch93de6492007-12-16 15:59:05 +0000715<pre>dependencies ::= clause ( ',' clause ) *
Stuart McCulloch1bcd7952009-02-26 21:29:51 +0000716clause ::= MATCH ( ';' attr '=' MATCH | ';inline=' inline )
Stuart McCullochefb03e42009-09-16 09:47:50 +0000717attr ::= 'groupId' | 'artifactId' | 'version' | 'scope' | 'type' | 'classifier' | 'optional'
Stuart McCulloch1bcd7952009-02-26 21:29:51 +0000718inline ::= 'true' | 'false' | PATH ( '|' PATH ) *
719MATCH ::= &lt;globbed regular expression&gt;
720PATH ::= &lt;Ant-style path expression&gt;
Stuart McCulloch93de6492007-12-16 15:59:05 +0000721</pre>
722</div></div>
723
Stuart McCulloch0340ae42008-02-22 11:27:18 +0000724<p>The plugin uses the <tt>&lt;Embed-Dependency&gt;</tt> instruction to transform the project dependencies into <tt>&lt;Include-Resource&gt;</tt> and <tt>&lt;Bundle-ClassPath&gt;</tt>
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000725 clauses, which are then appended to the current set of instructions and
726 passed onto BND. If you want the embedded dependencies to be at the
Stuart McCulloch0340ae42008-02-22 11:27:18 +0000727start or middle of <tt>&lt;Include-Resource&gt;</tt> or <tt>&lt;Bundle-ClassPath&gt;</tt> then you can use {<tt>maven-dependencies</tt>}, which will automatically expand to the relevant clauses.</p>
Stuart McCulloch7c961f52008-01-02 08:56:07 +0000728
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000729<p>The MATCH section accepts alternatives, separated by <b>|</b>, and can be negated by using <b>!</b> at the <em>beginning</em> of the MATCH. Use <b>*</b> to represent zero or more unknown characters and <b>?</b> to represent zero or one character. You can also use standard Java <a href="http://java.sun.com/javase/6/docs/api/java/util/regex/Pattern.html" class="external-link" rel="nofollow">regexp</a> constructs. There is no need to escape the <b>.</b> character inside MATCH. The first MATCH in a clause will filter against the artifactId.</p>
Stuart McCulloch3f38f732008-05-03 08:13:09 +0000730
Stuart McCulloch93de6492007-12-16 15:59:05 +0000731<p>some examples:</p>
732
Stuart McCullochefb03e42009-09-16 09:47:50 +0000733<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
Stuart McCulloch3f38f732008-05-03 08:13:09 +0000734<pre class="code-xml"><span class="code-tag"><span class="code-comment">&lt;!-- embed all compile and runtime scope dependencies --&gt;</span></span>
735<span class="code-tag">&lt;Embed-Dependency&gt;</span>*;scope=compile|runtime<span class="code-tag">&lt;/Embed-Dependency&gt;</span>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000736
Stuart McCulloch1bcd7952009-02-26 21:29:51 +0000737<span class="code-tag"><span class="code-comment">&lt;!-- embed any dependencies with artifactId junit and scope runtime --&gt;</span></span>
738<span class="code-tag">&lt;Embed-Dependency&gt;</span>junit;scope=runtime<span class="code-tag">&lt;/Embed-Dependency&gt;</span>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000739
Stuart McCulloch1bcd7952009-02-26 21:29:51 +0000740<span class="code-tag"><span class="code-comment">&lt;!-- inline all non-pom dependencies, except those with scope runtime --&gt;</span></span>
741<span class="code-tag">&lt;Embed-Dependency&gt;</span>*;scope=!runtime;type=!pom;inline=true<span class="code-tag">&lt;/Embed-Dependency&gt;</span>
Stuart McCulloch3f38f732008-05-03 08:13:09 +0000742
743<span class="code-tag"><span class="code-comment">&lt;!-- embed all compile and runtime scope dependencies, except those with artifactIds in the given list --&gt;</span></span>
Stuart McCulloch1bcd7952009-02-26 21:29:51 +0000744<span class="code-tag">&lt;Embed-Dependency&gt;</span>*;scope=compile|runtime;inline=false;artifactId=!cli|lang|runtime|tidy|jsch<span class="code-tag">&lt;/Embed-Dependency&gt;</span>
745
746<span class="code-tag"><span class="code-comment">&lt;!-- inline contents of selected folders from all dependencies --&gt;</span></span>
Stuart McCullochefb03e42009-09-16 09:47:50 +0000747<span class="code-tag">&lt;Embed-Dependency&gt;</span>*;inline=images/**|icons/**<span class="code-tag">&lt;/Embed-Dependency&gt;</span>
748</pre>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000749</div></div>
750
Stuart McCulloch0340ae42008-02-22 11:27:18 +0000751<p>examples of using {<tt>maven-dependencies</tt>}:</p>
752
Stuart McCullochefb03e42009-09-16 09:47:50 +0000753<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
Stuart McCulloch0340ae42008-02-22 11:27:18 +0000754<pre class="code-xml"><span class="code-tag">&lt;Include-Resource&gt;</span>
755 {maven-resources}, {maven-dependencies},
756 org/foo/Example.class=target/classes/org/foo/Example.class
757<span class="code-tag">&lt;/Include-Resource&gt;</span>
758
Stuart McCullochefb03e42009-09-16 09:47:50 +0000759<span class="code-tag">&lt;Bundle-ClassPath&gt;</span>.,{maven-dependencies},some.jar<span class="code-tag">&lt;/Bundle-ClassPath&gt;</span>
760</pre>
Stuart McCulloch0340ae42008-02-22 11:27:18 +0000761</div></div>
762
Stuart McCulloch7c961f52008-01-02 08:56:07 +0000763<p>By default matched dependencies are embedded in the bundle as <tt>artifactId-version.jar</tt>. This behaviour can be modified using the following instructions:</p>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000764
765<ul>
766 <li><tt>&lt;Embed-StripVersion&gt;true&lt;/Embed-StripVersion&gt;</tt> - removes the version from the file (ie. <em>artifactId.jar</em>)</li>
767 <li><tt>&lt;Embed-StripGroup&gt;false&lt;/Embed-StripGroup&gt;</tt> - adds the groupId as a subdirectory (ie. <em>groupId/artifactId-version.jar</em>)</li>
768 <li><tt>&lt;Embed-Directory&gt;directory&lt;/Embed-Directory&gt;</tt> - adds a subdirectory (ie. <em>directory/artifactId-version.jar</em>)</li>
769</ul>
770
771
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000772<p>Normally the plugin only checks direct dependencies, but this can be
773changed to include the complete set of transitive dependencies with the
Stuart McCulloch93de6492007-12-16 15:59:05 +0000774following option:</p>
775
Stuart McCullochefb03e42009-09-16 09:47:50 +0000776<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
777<pre class="code-xml"><span class="code-tag">&lt;Embed-Transitive&gt;</span>true<span class="code-tag">&lt;/Embed-Transitive&gt;</span>
778</pre>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000779</div></div>
780
781<p>If you want a dependency inlined instead of embedded add the <tt>inline=true</tt>. For example to inline all <em>compile</em> and <em>runtime</em> scoped dependencies use:</p>
782
Stuart McCullochefb03e42009-09-16 09:47:50 +0000783<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
784<pre class="code-xml"><span class="code-tag">&lt;Embed-Dependency&gt;</span>*;scope=compile|runtime;inline=true<span class="code-tag">&lt;/Embed-Dependency&gt;</span>
785</pre>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000786</div></div>
787
Stuart McCulloch3f38f732008-05-03 08:13:09 +0000788<h3><a name="ApacheFelixMavenBundlePlugin(BND)-EmbedDependencyandExportPackage"></a>Embed-Dependency and Export-Package</h3>
Stuart McCulloch7c961f52008-01-02 08:56:07 +0000789
790<p>If you embed a dependency with <tt>&lt;Embed-Dependency&gt;</tt>, and your <tt>&lt;Export-Package&gt;</tt> or <tt>&lt;Private-Package&gt;</tt> instructions match packages inside the embedded jar, you will see some duplication inside the bundle. This is because the <tt>&lt;Export-Package&gt;</tt> and <tt>&lt;Private-Package&gt;</tt>
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000791 instructions will result in classes being inlined in the bundle, even
792though they also exist inside the embedded jar. If you want to export
793packages from an embedded dependency without such duplication then you
Stuart McCulloch7c961f52008-01-02 08:56:07 +0000794can either inline the dependency, or use a new BND instruction called <tt>&lt;_exportcontents&gt;</tt>.</p>
795
796<p><tt>&lt;_exportcontents&gt;</tt> behaves just like Export-Package, except it doesn't change the content of the bundle, just what content should be exported.</p>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000797
Stuart McCulloch3f38f732008-05-03 08:13:09 +0000798<h2><a name="ApacheFelixMavenBundlePlugin(BND)-OBRintegration"></a>OBR integration</h2>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000799
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000800<p>The latest Maven Bundle Plugin automatically updates the local OBR
801repository.xml file during the install phase, using a default location
Stuart McCulloch93de6492007-12-16 15:59:05 +0000802of:</p>
803
Stuart McCullochefb03e42009-09-16 09:47:50 +0000804<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
805<pre class="code-java">&lt;LOCAL-MAVEN-REPOSITORY&gt;/repository.xml
806</pre>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000807</div></div>
808
809<p>You can configure the location of the OBR repository by using the command line:</p>
810
Stuart McCullochefb03e42009-09-16 09:47:50 +0000811<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
812<pre class="code-java">mvn clean install -DobrRepository=&lt;PATH_TO_OBR&gt;
813</pre>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000814</div></div>
815
816<p>or in the configuration section for the maven-bundle-plugin in your Maven POM:</p>
817
Stuart McCullochefb03e42009-09-16 09:47:50 +0000818<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
Stuart McCulloch93de6492007-12-16 15:59:05 +0000819<pre class="code-xml"><span class="code-tag">&lt;groupId&gt;</span>org.apache.felix<span class="code-tag">&lt;/groupId&gt;</span>
820<span class="code-tag">&lt;artifactId&gt;</span>maven-bundle-plugin<span class="code-tag">&lt;/artifactId&gt;</span>
821<span class="code-tag">&lt;extensions&gt;</span>true<span class="code-tag">&lt;/extensions&gt;</span>
822<span class="code-tag">&lt;configuration&gt;</span>
823 <span class="code-tag">&lt;obrRepository&gt;</span>PATH_TO_OBR<span class="code-tag">&lt;/obrRepository&gt;</span>
824 <span class="code-tag">&lt;instructions&gt;</span>
825 <span class="code-tag"><span class="code-comment">&lt;!-- bnd instructions --&gt;</span></span>
826 <span class="code-tag">&lt;/instructions&gt;</span>
Stuart McCullochefb03e42009-09-16 09:47:50 +0000827<span class="code-tag">&lt;/configuration&gt;</span>
828</pre>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000829</div></div>
830
831<p>to disable OBR installation set the obrRepository to NONE, for example:</p>
832
Stuart McCullochefb03e42009-09-16 09:47:50 +0000833<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
Stuart McCulloch93de6492007-12-16 15:59:05 +0000834<pre class="code-xml"><span class="code-tag">&lt;groupId&gt;</span>org.apache.felix<span class="code-tag">&lt;/groupId&gt;</span>
835<span class="code-tag">&lt;artifactId&gt;</span>maven-bundle-plugin<span class="code-tag">&lt;/artifactId&gt;</span>
836<span class="code-tag">&lt;extensions&gt;</span>true<span class="code-tag">&lt;/extensions&gt;</span>
837<span class="code-tag">&lt;configuration&gt;</span>
838 <span class="code-tag">&lt;obrRepository&gt;</span>NONE<span class="code-tag">&lt;/obrRepository&gt;</span>
839 <span class="code-tag">&lt;instructions&gt;</span>
840 <span class="code-tag"><span class="code-comment">&lt;!-- bnd instructions --&gt;</span></span>
841 <span class="code-tag">&lt;/instructions&gt;</span>
Stuart McCullochefb03e42009-09-16 09:47:50 +0000842<span class="code-tag">&lt;/configuration&gt;</span>
843</pre>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000844</div></div>
845
Stuart McCulloch3f38f732008-05-03 08:13:09 +0000846<h2><a name="ApacheFelixMavenBundlePlugin(BND)-Eclipse/PDEintegration"></a>Eclipse/PDE integration</h2>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000847
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000848<p>It is possible to configure the Maven Bundle Plugin to put the bundle
849 manifest where Eclipse/PDE expects it, and use the Maven Dependency
850Plugin to arrange for any embedded dependencies to appear in a local
851directory that matches the Bundle-ClassPath entries. Here is an example
852POM that does this:</p>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000853
Stuart McCullochefb03e42009-09-16 09:47:50 +0000854<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
Stuart McCulloch93de6492007-12-16 15:59:05 +0000855<pre>&lt;project&gt;
856
857 &lt;properties&gt;
858 &lt;bundle.symbolicName&gt;org.example&lt;/bundle.symbolicName&gt;
859 &lt;bundle.namespace&gt;org.example&lt;/bundle.namespace&gt;
860 &lt;/properties&gt;
861
862 &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
863 &lt;groupId&gt;examples&lt;/groupId&gt;
864 &lt;artifactId&gt;org.example&lt;/artifactId&gt;
865 &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
866
867 &lt;name&gt;${bundle.symbolicName} [${bundle.namespace}]&lt;/name&gt;
868
869 &lt;packaging&gt;bundle&lt;/packaging&gt;
870
871 &lt;build&gt;
Stuart McCullochdd4ae5f2008-02-05 12:38:46 +0000872 &lt;resources&gt;
873 &lt;resource&gt;
874 &lt;directory&gt;src/main/resources&lt;/directory&gt;
875 &lt;/resource&gt;
876 &lt;resource&gt;
877 &lt;directory&gt;.&lt;/directory&gt;
878 &lt;includes&gt;
879 &lt;include&gt;plugin.xml&lt;/include&gt;
880 &lt;/includes&gt;
881 &lt;/resource&gt;
882 &lt;/resources&gt;
Stuart McCulloch93de6492007-12-16 15:59:05 +0000883 &lt;plugins&gt;
884 &lt;plugin&gt;
885 &lt;groupId&gt;org.apache.felix&lt;/groupId&gt;
886 &lt;artifactId&gt;maven-bundle-plugin&lt;/artifactId&gt;
Stuart McCulloch0340ae42008-02-22 11:27:18 +0000887 &lt;version&gt;1.2.1&lt;/version&gt;
Stuart McCulloch93de6492007-12-16 15:59:05 +0000888 &lt;extensions&gt;true&lt;/extensions&gt;
889 &lt;!--
890 the following instructions build a simple set of public/private classes into an OSGi bundle
891 --&gt;
892 &lt;configuration&gt;
893 &lt;manifestLocation&gt;META-INF&lt;/manifestLocation&gt;
894 &lt;instructions&gt;
895 &lt;Bundle-SymbolicName&gt;${bundle.symbolicName}&lt;/Bundle-SymbolicName&gt;
896 &lt;Bundle-Version&gt;${pom.version}&lt;/Bundle-Version&gt;
897 &lt;!--
898 assume public classes are in the top package, and private classes are under ".internal"
899 --&gt;
Stuart McCullochdd4ae5f2008-02-05 12:38:46 +0000900 &lt;Export-Package&gt;!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${pom.version}"&lt;/Export-Package&gt;
901 &lt;Private-Package&gt;${bundle.namespace}.internal.*&lt;/Private-Package&gt;
902 &lt;Bundle-Activator&gt;${bundle.namespace}.internal.ExampleActivator&lt;/Bundle-Activator&gt;
Stuart McCulloch93de6492007-12-16 15:59:05 +0000903 &lt;!--
904 embed compile/runtime dependencies using path that matches the copied dependency folder
905 --&gt;
906 &lt;Embed-Dependency&gt;*;scope=compile|runtime;inline=false&lt;/Embed-Dependency&gt;
907 &lt;Embed-Directory&gt;target/dependency&lt;/Embed-Directory&gt;
908 &lt;Embed-StripGroup&gt;true&lt;/Embed-StripGroup&gt;
909 &lt;/instructions&gt;
910 &lt;/configuration&gt;
911 &lt;/plugin&gt;
912 &lt;plugin&gt;
913 &lt;artifactId&gt;maven-dependency-plugin&lt;/artifactId&gt;
914 &lt;executions&gt;
915 &lt;execution&gt;
916 &lt;id&gt;copy-dependencies&lt;/id&gt;
917 &lt;phase&gt;package&lt;/phase&gt;
918 &lt;goals&gt;
919 &lt;goal&gt;copy-dependencies&lt;/goal&gt;
920 &lt;/goals&gt;
921 &lt;/execution&gt;
922 &lt;/executions&gt;
923 &lt;/plugin&gt;
924 &lt;/plugins&gt;
925 &lt;/build&gt;
926
927 &lt;dependencies&gt;
928 &lt;dependency&gt;
929 &lt;groupId&gt;org.osgi&lt;/groupId&gt;
930 &lt;artifactId&gt;osgi_R4_core&lt;/artifactId&gt;
931 &lt;version&gt;1.0&lt;/version&gt;
932 &lt;scope&gt;provided&lt;/scope&gt;
933 &lt;optional&gt;true&lt;/optional&gt;
934 &lt;/dependency&gt;
935 &lt;dependency&gt;
936 &lt;groupId&gt;org.osgi&lt;/groupId&gt;
937 &lt;artifactId&gt;osgi_R4_compendium&lt;/artifactId&gt;
938 &lt;version&gt;1.0&lt;/version&gt;
939 &lt;scope&gt;provided&lt;/scope&gt;
940 &lt;optional&gt;true&lt;/optional&gt;
941 &lt;/dependency&gt;
942 &lt;dependency&gt;
943 &lt;groupId&gt;junit&lt;/groupId&gt;
944 &lt;artifactId&gt;junit&lt;/artifactId&gt;
945 &lt;version&gt;3.8.1&lt;/version&gt;
946 &lt;scope&gt;compile&lt;/scope&gt;
947 &lt;optional&gt;true&lt;/optional&gt;
948 &lt;/dependency&gt;
949 &lt;/dependencies&gt;
950
951&lt;/project&gt;
952</pre>
953</div></div>
954
955<p>To generate the Eclipse metadata use:</p>
956
Stuart McCullochefb03e42009-09-16 09:47:50 +0000957<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
958<pre class="code-java">mvn clean <span class="code-keyword">package</span> eclipse:eclipse -Declipse.pde install
959</pre>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000960</div></div>
961
962<p>and you should now be able to import this as an existing Eclipse project.</p>
963
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000964<p>FYI: the above POM was generated using the <tt>pax-create-bundle</tt> command from <a href="http://www.ops4j.org/projects/pax/construct/index.html" class="external-link" rel="nofollow">Pax-Construct</a> and then tweaked to demonstrate using the Maven Dependency Plugin to handle embedded jars in Eclipse.</p>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000965
966<p>With the original Pax-Construct generated POM you would simply use:</p>
967
Stuart McCullochefb03e42009-09-16 09:47:50 +0000968<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
969<pre class="code-java">mvn clean <span class="code-keyword">package</span> pax:eclipse
970</pre>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000971</div></div>
972
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000973<p>to create the appropriate Eclipse files and manifest, and also handle
974 any embedded entries. The pax:eclipse goal extends eclipse:eclipse, and
975 supports the same parameters.</p>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000976
Stuart McCulloch3f38f732008-05-03 08:13:09 +0000977<h2><a name="ApacheFelixMavenBundlePlugin(BND)-Unpackingbundlecontentsto'target/classes'"></a>Unpacking bundle contents to 'target/classes'</h2>
Stuart McCulloch93de6492007-12-16 15:59:05 +0000978
979<p>Once in a while you may create a bundle which contains additional classes to the ones compiled from <tt>src/main/java</tt>,
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000980 for example when you embed the classes from another jar. This can
981sometimes cause unforeseen problems in Maven, as it will use the output
Stuart McCulloch93de6492007-12-16 15:59:05 +0000982directory (<tt>target/classes</tt>) rather than the final bundle, when compiling against projects in the same reactor (ie. the same build).</p>
983
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +0000984<p>The easiest way to get around this Maven 'feature' is to unpack the
985contents of the bundle to the output directory after the packaging step,
986 so the additional classes will be found where Maven expects them.
Stuart McCulloch93de6492007-12-16 15:59:05 +0000987Thankfully there is now an easy option to do this in the bundle-plugin:</p>
988
Stuart McCullochefb03e42009-09-16 09:47:50 +0000989<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
Stuart McCullochdd4ae5f2008-02-05 12:38:46 +0000990<pre class="code-xml"><span class="code-tag">&lt;groupId&gt;</span>org.apache.felix<span class="code-tag">&lt;/groupId&gt;</span>
991<span class="code-tag">&lt;artifactId&gt;</span>maven-bundle-plugin<span class="code-tag">&lt;/artifactId&gt;</span>
992<span class="code-tag">&lt;extensions&gt;</span>true<span class="code-tag">&lt;/extensions&gt;</span>
993<span class="code-tag">&lt;configuration&gt;</span>
994 <span class="code-tag">&lt;unpackBundle&gt;</span>true<span class="code-tag">&lt;/unpackBundle&gt;</span>
995 <span class="code-tag">&lt;instructions&gt;</span>
996 <span class="code-tag"><span class="code-comment">&lt;!-- bnd instructions --&gt;</span></span>
997 <span class="code-tag">&lt;/instructions&gt;</span>
Stuart McCullochefb03e42009-09-16 09:47:50 +0000998<span class="code-tag">&lt;/configuration&gt;</span>
999</pre>
Stuart McCulloch93de6492007-12-16 15:59:05 +00001000</div></div>
1001
Stuart McCulloch3f38f732008-05-03 08:13:09 +00001002<h2><a name="ApacheFelixMavenBundlePlugin(BND)-UsinganexistingMANIFEST.MFfile"></a>Using an existing MANIFEST.MF file</h2>
Stuart McCulloch93de6492007-12-16 15:59:05 +00001003
1004<p>If you have an existing manifest, you can add this to the Bnd instructions, like so:</p>
1005
Stuart McCullochefb03e42009-09-16 09:47:50 +00001006<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
Stuart McCullochdd4ae5f2008-02-05 12:38:46 +00001007<pre class="code-xml"><span class="code-tag">&lt;_include&gt;</span>src/main/resources/META-INF/MANIFEST.MF<span class="code-tag">&lt;/_include&gt;</span>
Stuart McCullochefb03e42009-09-16 09:47:50 +00001008<span class="code-tag">&lt;Export-Package&gt;</span>org.example.*<span class="code-tag">&lt;/Export-Package&gt;</span>
1009</pre>
Stuart McCulloch93de6492007-12-16 15:59:05 +00001010</div></div>
1011
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +00001012<p>Bnd will use it when calculating the bundle contents, and will also
Stuart McCulloch93de6492007-12-16 15:59:05 +00001013copy across all manifest attributes starting with a capital letter.<br>
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +00001014As shown in the above example, you could use this to include a non-OSGi
Stuart McCulloch93de6492007-12-16 15:59:05 +00001015manifest which you then customize with extra OSGi attributes.</p>
1016
Stuart McCulloch3f38f732008-05-03 08:13:09 +00001017<h1><a name="ApacheFelixMavenBundlePlugin(BND)-Thefollowingfeaturesareonlyavailablefromversion1.4.0onwards"></a>The following features are only available from version 1.4.0 onwards</h1>
Stuart McCulloch0340ae42008-02-22 11:27:18 +00001018
Stuart McCulloch3f38f732008-05-03 08:13:09 +00001019<h2><a name="ApacheFelixMavenBundlePlugin(BND)-bundle:ant"></a>bundle:ant</h2>
Stuart McCulloch0340ae42008-02-22 11:27:18 +00001020
1021<p>The <b>ant</b> goal creates a customized <tt>build.xml</tt> Ant script along with a collection of BND instructions and properties, taken from the current project and stored in <tt>maven-build.bnd</tt>. You also need to run <b><tt>ant:ant</tt></b> to create the standard Ant support tasks to download Maven dependencies and perform compilation, etc.</p>
1022
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +00001023<p>The customized Ant script uses the BND tool to rebuild the bundle, so
1024 any source changes should be reflected in the (re)generated manifest.</p>
Stuart McCulloch0340ae42008-02-22 11:27:18 +00001025
1026<p>Example:</p>
Stuart McCullochefb03e42009-09-16 09:47:50 +00001027<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
Stuart McCulloch0340ae42008-02-22 11:27:18 +00001028<pre>mvn ant:ant bundle:ant
1029
1030ant clean package
1031</pre>
1032</div></div>
1033
Stuart McCulloch3f38f732008-05-03 08:13:09 +00001034<h2><a name="ApacheFelixMavenBundlePlugin(BND)-bundle:installfile"></a>bundle:install-file</h2>
Stuart McCulloch0340ae42008-02-22 11:27:18 +00001035
1036<p>The <b>install-file</b> goal updates the local OBR with the details of a bundle from the local filesystem.</p>
1037
1038<p>configuration:</p>
1039<ul>
1040 <li><em>obrRepository</em> path to local OBR, defaults to <em>&lt;local-maven-repository&gt;</em><tt>/repository.xml</tt></li>
1041 <li><em>groupId</em> Maven groupId for the bundle, taken from <em>pomFile</em> if given</li>
1042 <li><em>artifactId</em> Maven artifactId for the bundle, taken from <em>pomFile</em> if given</li>
1043 <li><em>version</em> Maven version for the bundle, taken from <em>pomFile</em> if given</li>
1044 <li><em>packaging</em> Maven packaging type for the bundle, taken from <em>pomFile</em> if given</li>
1045 <li><em>classifier</em> Maven classifier type, defaults to none</li>
1046 <li><em>pomFile</em> optional Pom file describing the bundle</li>
1047 <li><em>file</em> bundle file, defaults to the bundle from the local Maven repository</li>
1048 <li><em>obrXml</em> optional additional properties for the bundle</li>
1049</ul>
1050
1051
1052<p>Example:</p>
Stuart McCullochefb03e42009-09-16 09:47:50 +00001053<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
Stuart McCulloch0340ae42008-02-22 11:27:18 +00001054<pre>mvn org.apache.felix:maven-bundle-plugin:1.4.0:install-file \
1055 -DpomFile=myPom.xml -Dfile=foo-1.0.jar
1056</pre>
1057</div></div>
1058
Stuart McCulloch3f38f732008-05-03 08:13:09 +00001059<h2><a name="ApacheFelixMavenBundlePlugin(BND)-bundle:deploy"></a>bundle:deploy</h2>
Stuart McCulloch0340ae42008-02-22 11:27:18 +00001060
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +00001061<p>The <b>deploy goal</b> updates the remote OBR with the details of the
1062 deployed bundle from the local Maven repository. The remote OBR is
1063found by querying the <tt>&lt;distributionManagement&gt;</tt> section of the project, unless <tt>-DaltDeploymentRepository</tt> is set. See <a href="http://maven.apache.org/plugins/maven-deploy-plugin/deploy-mojo.html" class="external-link" rel="nofollow">http://maven.apache.org/plugins/maven-deploy-plugin/deploy-mojo.html</a> for more details about these particular settings.</p>
Stuart McCulloch0340ae42008-02-22 11:27:18 +00001064
1065<p>(If the project has an <tt>obr.xml</tt> file somewhere in its resources, then it will be automatically detected and applied.)</p>
1066
1067<p>configuration:</p>
1068<ul>
1069 <li><em>remoteOBR</em> name of remote OBR, defaults to NONE (which means no remote OBR deployment)</li>
1070 <li><em>obrRepository</em> used when the remoteOBR name is blank, defaults to <tt>repository.xml</tt></li>
1071 <li><em>altDeploymentRepository</em> alternative remote repository, <em>id::layout::url</em></li>
1072 <li><em>ignoreLock</em> ignore remote locking when updating the OBR</li>
1073</ul>
1074
1075
1076<p>This goal is part of the "bundle" packaging lifecycle, but is disabled by default - to enable just set the <tt>remoteOBR</tt> parameter.</p>
1077
Stuart McCulloch3f38f732008-05-03 08:13:09 +00001078<h2><a name="ApacheFelixMavenBundlePlugin(BND)-bundle:deployfile"></a>bundle:deploy-file</h2>
Stuart McCulloch0340ae42008-02-22 11:27:18 +00001079
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +00001080<p>The <b>deploy-file</b> goal updates the remote OBR with the details of a deployed bundle from the local filesystem. The remote OBR is found using the <tt>-DrepositoryId</tt> and <tt>-Durl</tt> parameters. See <a href="http://maven.apache.org/plugins/maven-deploy-plugin/deploy-file-mojo.html" class="external-link" rel="nofollow">http://maven.apache.org/plugins/maven-deploy-plugin/deploy-file-mojo.html</a> for more details about these particular settings.</p>
Stuart McCulloch0340ae42008-02-22 11:27:18 +00001081
1082<p>You can use the <tt>-DbundleUrl</tt> parameter to give the public location of the deployed bundle, which may differ from the remote OBR location.</p>
1083
1084<p>configuration:</p>
1085<ul>
1086 <li><em>remoteOBR</em> name of remote OBR, defaults to an empty string</li>
1087 <li><em>obrRepository</em> used when the remoteOBR name is blank, defaults to <tt>repository.xml</tt></li>
1088 <li><em>repositoryId</em> optional repository id, used to lookup authentication settings</li>
1089 <li><em>url</em> remote repository transport URL, like
Stuart McCullochefb03e42009-09-16 09:47:50 +00001090<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
Stuart McCulloch0340ae42008-02-22 11:27:18 +00001091<pre>scpexe://host/path/to/obr
1092</pre>
1093</div></div></li>
1094 <li><em>bundleUrl</em> public URL of deployed bundle, like
Stuart McCullochefb03e42009-09-16 09:47:50 +00001095<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
Stuart McCulloch0340ae42008-02-22 11:27:18 +00001096<pre>http://www.foo.org/bundles/foo.jar
1097</pre>
1098</div></div></li>
1099 <li><em>groupId</em> Maven groupId for the bundle, taken from <em>pomFile</em> if given</li>
1100 <li><em>artifactId</em> Maven artifactId for the bundle, taken from <em>pomFile</em> if given</li>
1101 <li><em>version</em> Maven version for the bundle, taken from <em>pomFile</em> if given</li>
1102 <li><em>packaging</em> Maven packaging type for the bundle, taken from <em>pomFile</em> if given</li>
1103 <li><em>classifier</em> Maven classifier type, defaults to none</li>
1104 <li><em>pomFile</em> optional Pom file describing the bundle</li>
1105 <li><em>file</em> bundle file, defaults to the bundle from the local Maven repository</li>
1106 <li><em>obrXml</em> optional additional properties for the bundle</li>
1107 <li><em>ignoreLock</em> ignore remote locking when updating the OBR</li>
1108</ul>
1109
1110
Stuart McCulloch2eb61122009-02-27 06:38:33 +00001111
Stuart McCulloch0340ae42008-02-22 11:27:18 +00001112<p>Example:</p>
Stuart McCullochefb03e42009-09-16 09:47:50 +00001113<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
Stuart McCulloch0340ae42008-02-22 11:27:18 +00001114<pre>mvn org.apache.felix:maven-bundle-plugin:1.4.0:deploy-file \
1115 -DpomFile=myPom.xml -Dfile=foo-1.0.jar -Durl=file:/tmp/example/OBR \
1116 -DbundleUrl=http://www.foo.org/bundles/foo.jar
1117</pre>
1118</div></div>
1119
Stuart McCulloch3f38f732008-05-03 08:13:09 +00001120<h2><a name="ApacheFelixMavenBundlePlugin(BND)-bundle:clean"></a>bundle:clean</h2>
Stuart McCulloch0340ae42008-02-22 11:27:18 +00001121
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +00001122<p>Sometimes you would like to clean your local OBR because it contains
1123bundles that are no longer in your local Maven repository. This case
1124often occurs when artifacts were deleted manually. The
1125maven-bundle-plugin provides a simple goal to check for missing bundles,
1126 and remove them from the local OBR.</p>
Stuart McCulloch0340ae42008-02-22 11:27:18 +00001127
1128<p>configuration:</p>
1129<ul>
1130 <li><em>obrRepository</em> path to local OBR, defaults to <em>&lt;local-maven-repository&gt;</em><tt>/repository.xml</tt></li>
1131</ul>
1132
1133
1134<p>Example:</p>
Stuart McCullochefb03e42009-09-16 09:47:50 +00001135<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
Stuart McCulloch0340ae42008-02-22 11:27:18 +00001136<pre>mvn bundle:clean
1137</pre>
1138</div></div>
1139
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +00001140<h2><a name="ApacheFelixMavenBundlePlugin(BND)-bundle:index"></a>bundle:index</h2>
1141
1142<p>The <tt>index</tt> goal allows the creation of an OBR repository based on a set of jars in a maven repository.</p>
1143
1144<p>Configuration:</p>
1145<ul>
1146 <li><em>obrRepository</em> path to local OBR, defaults to <em>&lt;local-maven-repository&gt;</em><tt>/repository.xml</tt></li>
1147 <li><em>urlTemplate</em> template for generating urls for OBR resources</li>
1148 <li><em>mavenRepository</em> path to the maven repository, defaults to <em>&lt;local-maven-repository&gt;</em></li>
1149</ul>
1150
1151
1152<p>Possible values for the <tt>urlTemplate</tt> are:</p>
1153<ul>
1154 <li><em>maven</em> this will create a maven based url such as <tt>mvn:groupid/artifactid/version</tt></li>
1155 <li>pattern with the following placeholders:
1156 <ul>
1157 <li><tt>%v</tt> bundle version</li>
1158 <li><tt>%s</tt> bundle symbolic name</li>
1159 <li><tt>%f</tt> file name</li>
1160 <li><tt>%p</tt> file path</li>
1161 </ul>
1162 </li>
1163</ul>
1164
1165
Stuart McCulloch3f38f732008-05-03 08:13:09 +00001166<h2><a name="ApacheFelixMavenBundlePlugin(BND)-Concurrentupdates"></a>Concurrent updates</h2>
Stuart McCulloch0340ae42008-02-22 11:27:18 +00001167
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +00001168<p>With a remote OBR, several uploads may occur at the same time.
1169However, the remote OBR is centralized in one file, so concurrent
1170modification must be avoided. To achieve this, the plug-in implements a
1171locking system. Each time the plug-in tries to modify the file it sets a
1172 file based lock. If it can't take the lock, it will wait and retry.
Stuart McCulloch0340ae42008-02-22 11:27:18 +00001173After 3 attempts the upload process fails. To bypass this lock add <tt>-DignoreLock</tt> to the command-line (or add <tt>&lt;ignoreLock&gt;true&lt;ignoreLock&gt;</tt> to the configuration section of your Pom).</p>
1174
Stuart McCulloch3f38f732008-05-03 08:13:09 +00001175<h2><a name="ApacheFelixMavenBundlePlugin(BND)-FTPprotocol"></a>FTP protocol</h2>
Stuart McCulloch0340ae42008-02-22 11:27:18 +00001176
1177<p>Not all protocols are supported by Maven out of the box. For example the ftp protocol requires the <b>wagon-ftp</b> component. To enable the ftp protocol add this to your Pom:</p>
Stuart McCullochefb03e42009-09-16 09:47:50 +00001178<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
Stuart McCulloch0340ae42008-02-22 11:27:18 +00001179<pre class="code-xml"><span class="code-tag">&lt;build&gt;</span>
1180 <span class="code-tag">&lt;extensions&gt;</span>
1181 <span class="code-tag">&lt;extension&gt;</span>
1182 <span class="code-tag">&lt;groupId&gt;</span>org.apache.maven.wagon<span class="code-tag">&lt;/groupId&gt;</span>
1183 <span class="code-tag">&lt;artifactId&gt;</span>wagon-ftp<span class="code-tag">&lt;/artifactId&gt;</span>
1184 <span class="code-tag">&lt;version&gt;</span>1.0-alpha-6<span class="code-tag">&lt;/version&gt;</span>
1185 <span class="code-tag">&lt;/extension&gt;</span>
1186 <span class="code-tag">&lt;/extensions&gt;</span>
Stuart McCullochefb03e42009-09-16 09:47:50 +00001187<span class="code-tag">&lt;/build&gt;</span>
1188</pre>
Stuart McCulloch0340ae42008-02-22 11:27:18 +00001189</div></div>
1190
Stuart McCulloch3f38f732008-05-03 08:13:09 +00001191<h2><a name="ApacheFelixMavenBundlePlugin(BND)-Howtheplugincomputesthedescriptionofthebundle"></a>How the plug-in computes the description of the bundle</h2>
Stuart McCulloch0340ae42008-02-22 11:27:18 +00001192
1193<p>The description of the bundle comes from three different sources:</p>
1194<ul>
1195 <li>Bindex : Bindex is a tool that analyzes a bundle manifest to generate OBR description</li>
1196 <li>pom.xml : by analyzing the pom file, various information is collected (symbolic name ...)</li>
1197 <li>obr.xml : this file contains customized description and capabilities for the bundle</li>
1198</ul>
1199
1200
1201<p>These sources are merged together using the following precedence:</p>
Stuart McCullochefb03e42009-09-16 09:47:50 +00001202<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
Stuart McCulloch0340ae42008-02-22 11:27:18 +00001203<pre>Bindex
1204| (overrides)
1205pom.xml
1206| (overrides)
1207obr.xml
1208</pre>
1209</div></div>
1210<p>A warning message is displayed when existing information is overridden.</p>
1211
Stuart McCulloch3f38f732008-05-03 08:13:09 +00001212<h2><a name="ApacheFelixMavenBundlePlugin(BND)-Knownissues&amp;limitations"></a>Known issues &amp; limitations</h2>
Stuart McCulloch0340ae42008-02-22 11:27:18 +00001213
1214<ol>
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +00001215 <li>obr.xml (file given by the user to add properties not found by
1216Bindex) must be correct, because the plug-in does not check its syntax.</li>
Stuart McCulloch0340ae42008-02-22 11:27:18 +00001217</ol>
1218
1219
Stuart McCulloch3f38f732008-05-03 08:13:09 +00001220<h1><a name="ApacheFelixMavenBundlePlugin(BND)-Feedback"></a>Feedback</h1>
Stuart McCulloch93de6492007-12-16 15:59:05 +00001221
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +00001222<p>Subscribe to the Felix users mailing list by sending a message to <a href="mailto:users-subscribe@felix.apache.org" class="external-link" rel="nofollow">users-subscribe@felix.apache.org</a>; after subscribing, email questions or feedback to <a href="mailto:users@felix.apache.org" class="external-link" rel="nofollow">users@felix.apache.org</a>.</p>
1223 <div class="timestamp" style="margin-top: 30px; font-size: 80%; text-align: right;">
Stuart McCullochfc1018e2013-06-07 23:34:51 +00001224Last modified by mcculls on Wed Nov 21 20:06:53 EST 2012
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +00001225 </div>
1226 <div class="trademarkFooter">
1227Apache Felix, Felix, Apache, the Apache feather logo, and the Apache
1228Felix project logo are trademarks of The Apache Software Foundation. All
1229 other marks mentioned may be trademarks or registered trademarks of
1230their respective owners.
1231 </div>
Karl Paulsf87ac142007-07-06 22:36:17 +00001232 </div>
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +00001233
1234
Stuart McCullochfc1018e2013-06-07 23:34:51 +00001235</body></html>