1. e79a18e FELIX-5030: check pom file exists before adding it to bundle by Stuart McCulloch · 9 years ago
  2. 1f7f430 Move bundleplugin to tools by Carsten Ziegeler · 9 years ago[Renamed from bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java]
  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. 846bd7a Minor code cleanup - remove unused setter by Carsten Ziegeler · 9 years ago
  6. 0a4eff1 FELIX-4882 - Correctly use Maven Plugin Tools Java 5 annotations instead of javadoc tags by Carsten Ziegeler · 9 years ago
  7. 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
  8. 82d8740 Code cleanup / improvement : add generics information by Carsten Ziegeler · 9 years ago
  9. 70e05f7 FELIX-4822 : Create markers in m2e for baseline warnings/errors - revert changes for now by Carsten Ziegeler · 9 years ago
  10. 04da547 [FELI-4824] Add support for prepending instructions by Guillaume Nodet · 9 years ago
  11. e8eb002 Revert accidental change - resolution should be test by Carsten Ziegeler · 9 years ago
  12. ccc3032 FELIX-4822 : Create markers in m2e for baseline warnings/errors by Carsten Ziegeler · 9 years ago
  13. 4032e05d FELIX-4619 : Debug output of project properties by Carsten Ziegeler · 10 years ago
  14. 66ff605 FELIX-4596 : Passing configuration values to the maven-bundle-plugin by Carsten Ziegeler · 10 years ago
  15. 22a60d5 FELIX-4596 : Passing configuration values to the maven-bundle-plugin by Carsten Ziegeler · 10 years ago
  16. 67c8ce3 FELIX-4596 : Passing configuration values to the maven-bundle-plugin by Carsten Ziegeler · 10 years ago
  17. b3192b7 Minor cleanup by Stuart McCulloch · 10 years ago
  18. ad5e541 Enable nice manifest writing when dumping manifest to debug output (for easier debugging) by Stuart McCulloch · 10 years ago
  19. 9a710e5 Make sure directory exists before writing manifest; include support for niceManifest in manifest goal by Stuart McCulloch · 10 years ago
  20. a568986 Add missing descriptions by Stuart McCulloch · 10 years ago
  21. 09194e6 [FELIX-3381] Support for {maven-test-resources} and {maven-test-sources} placeholders by Guillaume Nodet · 10 years ago
  22. 457f430 [FELIX-2872] Provide a way to have an easier to read manifest by Guillaume Nodet · 10 years ago
  23. 5ddb13c [FELIX-4518] Provide a way to disable some plugins by Guillaume Nodet · 10 years ago
  24. 7bf509f [FELIX-4517] Generate generic capabilities and requirements for services from blueprint and scr descriptors by Guillaume Nodet · 10 years ago
  25. 1648f40 FELIX-3973: postpone bnd macro evaluation until after {local-packages} has been substituted by Stuart McCulloch · 11 years ago
  26. e6cc813 FELIX-3349: align external manifest path with current project by Stuart McCulloch · 11 years ago
  27. 6f241f0 FELIX-3349: align external manifest path with current project by Stuart McCulloch · 11 years ago
  28. 437f487 FELIX-3352: pass external filter properties to bnd for processing by Stuart McCulloch · 11 years ago
  29. 0614c70 FELIX-3582: interpolate finalName of generated bundle by Stuart McCulloch · 11 years ago
  30. 01c93bd FELIX-3497: allow custom packaging of attached artifact (similar to custom classifier feature) by Stuart McCulloch · 11 years ago
  31. e1e0693 FELIX-3619: protect against concurrent in-process updates of local repository.xml, also protect static use of DateFormat when initializing bnd analyzer by Stuart McCulloch · 11 years ago
  32. 42151ee Update to latest refactored bndlib by Stuart McCulloch · 12 years ago
  33. f317322 Use local copy of latest bndlib code for pre-release testing purposes by Stuart McCulloch · 12 years ago
  34. 07025e1 FELIX-3300: fix calculateExportsFromContents to avoid exporting empty packages, also only use calculateExportsFromContents when analyzing attached files by Stuart McCulloch · 12 years ago
  35. 8eb1752 Cleanup comment by Stuart McCulloch · 12 years ago
  36. e98965e FELIX-3347: when adding the Maven session environment to the properties passed to bnd, avoid entries whose keys start with upper-case letter (since they end up in the final manifest) by Stuart McCulloch · 12 years ago
  37. fe58ad5 FELIX-3208: add default sourcepath for Maven by Stuart McCulloch · 13 years ago
  38. ba6fc12 FELIX-3238: clean up processing of default Export/Private-Package by Stuart McCulloch · 13 years ago
  39. 9e63195 FELIX-3209: sanitize any non-String property keys/values by Stuart McCulloch · 13 years ago
  40. bc90bf8 Try to avoid merging with previously generated manifests by Stuart McCulloch · 13 years ago
  41. 26e7a5a Temporarily include bndlib 1.47 for testing purposes (not yet on central) by Stuart McCulloch · 13 years ago
  42. 0596c1f FELIX-2872: use bnd's manifest writer, because it has much better formatting by Stuart McCulloch · 13 years ago
  43. 83e0454 Add scm info to bundleplugin pom by Stuart McCulloch · 13 years ago
  44. 65271c8 Remove Java6-only method call by Stuart McCulloch · 13 years ago
  45. d98b02e Apply Felix code format by Stuart McCulloch · 13 years ago
  46. c5e7c35 FELIX-3011: make sure dump locations are writable by Stuart McCulloch · 13 years ago
  47. 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
  48. 5fcbe4a Reduce code duplication by Stuart McCulloch · 13 years ago
  49. 1228d3f Refactor internals to help reduce code duplication by Stuart McCulloch · 13 years ago
  50. 5c9b67d0 Refactor internals to help reduce code duplication by Stuart McCulloch · 13 years ago
  51. cdad75f FELIX-2449: session properties should be given precedence over project properties when filtering by Stuart McCulloch · 13 years ago
  52. 23ebd78 FELIX-2656: marking lifecycle goals as @threadSafe by Stuart McCulloch · 13 years ago
  53. 737abc7 FELIX-1985: warn when duplicate paths appear in Include-Resource by Stuart McCulloch · 13 years ago
  54. e68ebd2 FELIX-2435: using bundle goals on a WAR file will switch the project to generate jar artifacts by Stuart McCulloch · 13 years ago
  55. 85927eb FELIX-2820: Provide a default value when using <_wab/> by Stuart McCulloch · 13 years ago
  56. e71aa49 FELIX-2819: consider packageinfo files contained in src/main/java by Stuart McCulloch · 13 years ago
  57. 007f8c8 FELIX-2722: avoid NPE when project.organization.name is null by Stuart McCulloch · 13 years ago
  58. 12264ad Fixes FELIX-2817 : The maven-bundle-plugin manifest goal should honor the supportedProjectTypes configuration setting. by Hiram R. Chirino · 13 years ago
  59. 2172ef9 Fixes FELIX-2811 : If <Private-Package>!*</Private-Package> is defined the all packages should be exported by {local-packages} by Hiram R. Chirino · 13 years ago
  60. 922498b Improving implementation of FELIX-2809, we now look at the transitive path of an artifact to determine if it's optional. by Hiram R. Chirino · 13 years ago
  61. 2d401a3 Fixes FELIX-2809: maven-bundle-plugin should automatically add "resolution:=optional" to imported packages that are in optional maven dependencies. by Hiram R. Chirino · 13 years ago
  62. 4f5f227 Fixes FELIX-2808 - scan for local packages by looking for *.class files instead of *.java so that all the JVM languages can be supported. by Hiram R. Chirino · 13 years ago
  63. e5f5c7a [FELIX-2701] Add a {local-packages} macro for automatically expanding local packages in the <Export-Package> instruction by Guillaume Nodet · 14 years ago
  64. 2c9e592 Update to latest bndlib. (FELIX-2176) by Richard S. Hall · 14 years ago
  65. 8d5faf6 FELIX-2215: Refactor bundlerepository and maven bundle plugin obr data model by Guillaume Nodet · 14 years ago
  66. 09157a9 FELIX-2175: Improve the Blueprint component to parse / introspect blueprint configuration files and generate OBR service requirements / capabilities accordingly by Guillaume Nodet · 14 years ago
  67. 6da2254 FELIX-2173: Fix inconsistent maven->osgi version conversion between maven-bundle-plugin and DefaultMaven2OsgiConverter by Guillaume Nodet · 14 years ago
  68. 4eb49be FELIX-2112: Carriage returns are removed from instructions, but the lines should be trimmed alltogether by Guillaume Nodet · 14 years ago
  69. a15a9bf FELIX-1539: include additional source directories in local package calculation by Stuart McCulloch · 15 years ago
  70. 6dd4dd2 FELIX-1439: add project organization name/url properties by Stuart McCulloch · 15 years ago
  71. 459eaed FELIX-1552: add support for blueprint and spring-dm declarations to import the discovered packages by Guillaume Nodet · 15 years ago
  72. c966ef6 FELIX-981: avoid spurious split package warnings by Stuart McCulloch · 15 years ago
  73. cb2a3b2 FELIX-1290: warn if Embed-Dependency doesn't match any dependencies by Stuart McCulloch · 15 years ago
  74. 96f089c FELIX-1021: remove expression from classifier parameter (ie. same as jar plugin) by Stuart McCulloch · 15 years ago
  75. 63682bf FELIX-1262: remove duplicate resource entries to avoid Bnd Tool error (it suffixes duplicate entries with ~ and then can't find a file with that name) by Stuart McCulloch · 15 years ago
  76. d00f971 FELIX-1262: add local Bnd source to apply temporary patches by Stuart McCulloch · 15 years ago
  77. 99f4aa6 Fix missing component (use local version) by Stuart McCulloch · 15 years ago
  78. b371e7e FELIX-912: add all source-based packages to default Private-Package, set default Export-Package to include all non-internal packages by Stuart McCulloch · 15 years ago
  79. 5341ef0 FELIX-912: set default Export-Package based on local source files by Stuart McCulloch · 15 years ago
  80. 888d6da FELIX-684: support filters in excludeDependencies, such as *;scope=runtime by Stuart McCulloch · 15 years ago
  81. 6d4c837 FELIX-941: store the generated default symbolicname in $(maven-symbolicname) property by Stuart McCulloch · 15 years ago
  82. 378e76c FELIX-806: pickup <archive> settings in bundleplugin configuration (otherwise fall back to the jarplugin settings) and enable support of the addMavenDescriptor setting by Stuart McCulloch · 15 years ago
  83. 53e42e1 Dump classpath passed to BND when debug logging is enabled by Stuart McCulloch · 15 years ago
  84. f7d0c7c FELIX-899: first step, widen dependency resolution and pass everything except test dependencies onto BND by Stuart McCulloch · 15 years ago
  85. e812518 Additional debug to help with problem determination by Stuart McCulloch · 16 years ago
  86. 84bf81e Make sure we don't rely on any side-effects of BND property processing by Stuart McCulloch · 16 years ago
  87. d8a04c5 FELIX-661: must remember to close all BND builders and analyzers by Stuart McCulloch · 16 years ago
  88. 464dbac Format code using Apache coding style by Stuart McCulloch · 16 years ago
  89. e1c9229 FELIX-620: special handling when only exportcontents is used by Stuart McCulloch · 16 years ago
  90. 62cf56b FELIX-620: update manifest goal to be compatible with the bundle goal by Stuart McCulloch · 16 years ago
  91. 1d3a0a0 FELIX-543: remove automatic addition of classifier from Bundle-Version, instead provide the classifier as a Bnd property: $(classifier) by Stuart McCulloch · 16 years ago
  92. a8cfd1b FELIX-526: Prepend embedded dependencies before maven resources to avoid overwriting them by Stuart McCulloch · 16 years ago
  93. 3a965b9 FELIX-519: ouput warning when projects are skipped because their type is not supported by Stuart McCulloch · 16 years ago
  94. 6cb86db FELIX-517: use StringUtils to replace {maven-dependencies} by Stuart McCulloch · 16 years ago
  95. 5ffc3fe FELIX-499: Enhance <excludeDependencies> to support comma-separated list of artifactIds by Stuart McCulloch · 16 years ago
  96. 0491afa FELIX-491: save bundles with non-null classifier to different location by Stuart McCulloch · 16 years ago
  97. d04364c FELIX-491: handle classifier in OBR install/deploy goals by Stuart McCulloch · 16 years ago
  98. 2d30173 FELIX-492: add support for classifiers when building bundles by Stuart McCulloch · 16 years ago
  99. f806f86 Cleanup minor code warnings by Stuart McCulloch · 16 years ago
  100. e55bdbc Add check to avoid overwriting custom settings in certain situations by Stuart McCulloch · 16 years ago