blob: b61a8f217b47edad12971b7b0ed78b84a3c4b0d8 [file] [log] [blame]
Stuart McCulloch364beae2008-02-05 14:12:17 +00001Changes from 1.0.0 to 1.2.0
2---------------------------
3
4 * [2008-01-11] FELIX-455: need to use the Builder class instead of Analyzer, because it provides additional cleanup of version information
5 * [2008-01-10] FELIX-451: remove Include-Resource header from final bundle manifest
6 * [2008-01-10] FELIX-449: add 'excludeDependencies' option (disabled by default) to exclude all dependencies from the classpath passed to BND
7 * [2008-01-09] FELIX-442: handle custom manifest sections and external manifest files
8 * [2008-01-08] Update to bndlib 0.0.227 (disables spring xml parser by default)
9 * [2007-12-27] FELIX-442: Add manifest entries from maven-jar-plugin configuration to final bundle
10 * [2007-12-07] FELIX-433: add unpackBundle option that unpacks the bundle contents to the Maven output directory
11 * [2007-11-18] FELIX-400: add resource code to properly handle Maven includes/excludes
12 * [2007-11-01] Make Embed-StripGroup default to true, as it is much more useful than the current default
13 * [2007-10-31] FELIX-417: fix project references
14 * [2007-10-26] Better error messages (and detect difference between internal error and configuration error)
15 * [2007-10-23] FELIX 406: fix Windows path entries in Bundle-ClassPath when embedding jars
16 * [2007-10-22] FELIX-405: support custom obr repository filenames, such as foo.xml
17 * [2007-10-21] FELIX-403: replace line-breaks with spaces when using Maven project description in Bundle manifest
18 * [2007-10-19] FELIX-402: use correct manifest location when using reactor build
19 * [2007-10-19] FELIX-400: fix array out of bounds exception when the resource directory is the same as the basedir
20 * [2007-09-25] FELIX-360: various fixes to the bundleall goal
21 * [2007-09-22] FELIX-370: OBR integration work
22 * [2007-09-22] FELIX-306: be consistent and delegate all version mangling to BND library
23 * [2007-09-21] FELIX-377: support -failok directive
24 * [2007-09-21] FELIX-376: Support writing of manifest to the file system when using bundle goal
25 * [2007-09-11] FELIX-352: provide informational error message when manifest goal is run before compile phase
26 * [2007-08-26] FELIX-308: support embedding of artifacts with non-jar extension names
27 * [2007-08-24] Workaround for MNG-1682 (incorrect extension used when installing to local repository)
28 * [2007-08-23] FELIX-343: replace any instances of {maven-resources} in Include-Resource with the actual project's resource paths
29 * [2007-08-23] FELIX-308: initial implementation to support embedding dependencies
30 * [2007-08-22] FELIX-340: update classpath algorithm to match maven compilation classpath
31 * [2007-08-14] FELIX-333: remove new-lines/form-feeds from property values.
32
Karl Paulsf87ac142007-07-06 22:36:17 +000033Changes from 0.8.0-incubator to 1.0.0
34-------------------------------------
Richard S. Hallba5ce902007-07-09 18:26:54 +000035
Karl Paulsf87ac142007-07-06 22:36:17 +000036* [2007-03-13] <Include-Resources> now supports JAR files in the class path,
Richard S. Hallba5ce902007-07-09 18:26:54 +000037 not just JAR files in the project directory.
Karl Paulsf87ac142007-07-06 22:36:17 +000038* [2007-03-15] Fixed a bug in converting Maven version numbers to OSGi version
Richard S. Hallba5ce902007-07-09 18:26:54 +000039 numbers. (FELIX-256)
40* [2007-03-28] Added support for using BND directives in the POM file.
41 (FELIX-218)
Karl Paulsf87ac142007-07-06 22:36:17 +000042* [2007-04-10] Added a recursive "bundleall" goal to generate OSGi bundles for
Richard S. Hallba5ce902007-07-09 18:26:54 +000043 all dependencies and a "manifest" goal to generate just the manifest.
44 (FELIX-199)
45* [2007-04-27] Modified the plugin so that it does not run on POM projects.
46 (FELIX-269)
47* [2007-05-17] Plugin now handles null property values better. (FELIX-281)
Karl Paulsf87ac142007-07-06 22:36:17 +000048* [2007-05-20] Renamed project directory from maven-bundle-plugin to
Richard S. Hallba5ce902007-07-09 18:26:54 +000049 bundleplugin.
Karl Paulsf87ac142007-07-06 22:36:17 +000050* [2007-05-20] Changed package naming.
51* [2007-05-21] Improved handling of resource copying to copy the plugin's
Richard S. Hallba5ce902007-07-09 18:26:54 +000052 resources if specified or the standard Maven-specified resources. (FELIX-261)
53* [2007-06-13] Factored out some common code. (FELIX-304)
54* [2007-06-14] Enable output folder to be configured. (FELIX-305)
55* [2007-07-05] Added support for overriding project type. (FELIX-309)
Richard S. Hall3bc6d0b2007-07-09 17:48:07 +000056* [2007-07-09] Updated to BND version 0.0.160.
Karl Pauls589e2b32007-07-11 18:29:29 +000057* [2007-07-11] Fix a possible NullPointerException in the manifest goal. (FELIX-326)
58