1. 1f7f430 Move bundleplugin to tools by Carsten Ziegeler · 9 years ago[Renamed from bundleplugin/src/main/java/org/apache/felix/bundleplugin/ManifestPlugin.java]
  2. 88239df [FELIX-3324] Allow maven-bundle-plugin:manifest to dump SCR component definitions generated by bnd by Guillaume Nodet · 9 years ago
  3. dfe0fe7 [FELIX-3994] Optional merging of duplicate manifest headers by Guillaume Nodet · 9 years ago
  4. ed7b110 [FELIX-3565] Embed-Transitive leaks transitive dependencies of excluded artifacts by Guillaume Nodet · 9 years ago
  5. 0a4eff1 FELIX-4882 - Correctly use Maven Plugin Tools Java 5 annotations instead of javadoc tags by Carsten Ziegeler · 9 years ago
  6. 318c2cb FELIX-4707 : use Maven Plugin Tools Java 5 annotations instead of javadoc tags. Apply patch from Hervé Boutemy by Carsten Ziegeler · 9 years ago
  7. 82d8740 Code cleanup / improvement : add generics information by Carsten Ziegeler · 9 years ago
  8. 9a710e5 Make sure directory exists before writing manifest; include support for niceManifest in manifest goal by Stuart McCulloch · 10 years ago
  9. 09194e6 [FELIX-3381] Support for {maven-test-resources} and {maven-test-sources} placeholders by Guillaume Nodet · 10 years ago
  10. 2ae5d3d Fix manifest goal for jar projects with no sources; also 'calcManifest' method now expects caller to store the manifest rather than rely on a side-effect by Stuart McCulloch · 12 years ago
  11. 42151ee Update to latest refactored bndlib by Stuart McCulloch · 12 years ago
  12. 417fe90 FELIX-3254: automatically rebuild bundle in-memory when using manifest goal with target/classes and Embed-Dependency by Stuart McCulloch · 12 years ago
  13. 07025e1 FELIX-3300: fix calculateExportsFromContents to avoid exporting empty packages, also only use calculateExportsFromContents when analyzing attached files by Stuart McCulloch · 12 years ago
  14. 9811fea FELIX-3206: revert to old behaviour of generating manifest from the actual bundle content, but allow people to generate manifests by rebuilding the bundle in-memory by setting <rebuildBundle>true</rebuildBundle> in the configuration by Stuart McCulloch · 13 years ago
  15. 6696877 Always unpack generated bnd files (lastModified==0) when unpackBundle is true by Stuart McCulloch · 13 years ago
  16. 8cefad5 FELIX-3165: extract any BND generated resources when using unpackBundle with the manifest goal by Stuart McCulloch · 13 years ago
  17. 0596c1f FELIX-2872: use bnd's manifest writer, because it has much better formatting by Stuart McCulloch · 13 years ago
  18. d98b02e Apply Felix code format by Stuart McCulloch · 13 years ago
  19. 340a8dd FELIX-3011: add 'dumpInstructions' and 'dumpClasspath' parameters that let you dump the BND instructions/classpath to a file by Stuart McCulloch · 13 years ago
  20. 5fcbe4a Reduce code duplication by Stuart McCulloch · 13 years ago
  21. 23ebd78 FELIX-2656: marking lifecycle goals as @threadSafe by Stuart McCulloch · 13 years ago
  22. 12264ad Fixes FELIX-2817 : The maven-bundle-plugin manifest goal should honor the supportedProjectTypes configuration setting. by Hiram R. Chirino · 13 years ago
  23. ea93d68 Remove bnd modification. (FELIX-2176) by Richard S. Hall · 14 years ago
  24. 2c9e592 Update to latest bndlib. (FELIX-2176) by Richard S. Hall · 14 years ago
  25. 598d2bd FELIX-1501: use getProperty() instead of getProperties().getProperty() as the former does property interpolation by Stuart McCulloch · 15 years ago
  26. cb2a3b2 FELIX-1290: warn if Embed-Dependency doesn't match any dependencies by Stuart McCulloch · 15 years ago
  27. d00f971 FELIX-1262: add local Bnd source to apply temporary patches by Stuart McCulloch · 15 years ago
  28. f7d0c7c FELIX-899: first step, widen dependency resolution and pass everything except test dependencies onto BND by Stuart McCulloch · 15 years ago
  29. 84bf81e Make sure we don't rely on any side-effects of BND property processing by Stuart McCulloch · 16 years ago
  30. 81b0938 FELIX-699: set analyzer base before loading properties in manifest goal by Stuart McCulloch · 16 years ago
  31. d8a04c5 FELIX-661: must remember to close all BND builders and analyzers by Stuart McCulloch · 16 years ago
  32. 464dbac Format code using Apache coding style by Stuart McCulloch · 16 years ago
  33. 62cf56b FELIX-620: update manifest goal to be compatible with the bundle goal by Stuart McCulloch · 16 years ago
  34. 034a147 FELIX-620: report BND warnings and errors for bundle:manifest goal by Stuart McCulloch · 16 years ago
  35. f806f86 Cleanup minor code warnings by Stuart McCulloch · 16 years ago
  36. a2f5759 FELIX-461: Ensure bundle:manifest goal creates same manifest when project packaging is bundle by Stuart McCulloch · 16 years ago
  37. 9366a82 Apply Felix coding conventions (where appropriate: some maven plugin parameters can't use the m_ convention) by Stuart McCulloch · 16 years ago
  38. 5ae5914 Apply Felix formatting by Stuart McCulloch · 16 years ago
  39. 0ab6389 FELIX-402: use correct manifest location when using reactor build by Stuart McCulloch · 17 years ago
  40. 717740b FELIX-376: Support writing of manifest to the file system when using bundle goal by Stuart McCulloch · 17 years ago
  41. 12b1d70 FELIX-352: provide informational error message when manifest goal is run before compile phase by Stuart McCulloch · 17 years ago
  42. 8fb2f05 No code changes - just formatting. by Carsten Ziegeler · 17 years ago
  43. e816f1e Fix a NPE in manifest goal (FELIX-326) by Karl Pauls · 17 years ago
  44. 9eb6255 Apply patch to fix a NPE in manifest goal (FELIX-326). by Karl Pauls · 17 years ago
  45. 47a1816 Applied patch (FELIX-309) to allow overriding of supported project types. by Richard S. Hall · 17 years ago
  46. 01a56ce Refactored the package naming for bundleplugin. by Richard S. Hall · 17 years ago[Renamed (98%) from bundleplugin/src/main/java/org/apache/felix/tools/maven2/bundleplugin/ManifestPlugin.java]
  47. 48b1427 Continued to svn repo refactoring, specifically moved and renamed the by Richard S. Hall · 17 years ago[Renamed from tools/maven2/maven-bundle-plugin/src/main/java/org/apache/felix/tools/maven2/bundleplugin/ManifestPlugin.java]
  48. 5b521ff Applied a refactored patch of FELIX-218 since the original patch was by Richard S. Hall · 17 years ago
  49. 6cf6f0b Applied patch (FELIX-199) to add a recursive goal to generate OSGi by Richard S. Hall · 17 years ago