1. 271f173 FELIX-3185: negative Embed-Dependency clauses (such as !*;groupId=example) should restrict available dependencies by Stuart McCulloch · 13 years ago
  2. 0e76233 Retain negative operator by Stuart McCulloch · 13 years ago
  3. e78eff9 Handle missing key in Embed-Dependency by Stuart McCulloch · 13 years ago
  4. e8851a5 Handle duplicate keys in Embed-Dependency by Stuart McCulloch · 13 years ago
  5. 999fc31 Backup Embed-Dependency work by Stuart McCulloch · 13 years ago
  6. c7a5a03 Add Embed-Dependency test by Stuart McCulloch · 13 years ago
  7. 2a8fdb7 Provide general project stub by Stuart McCulloch · 13 years ago
  8. 3ccab57 Handle empty (but non-null) classifiers by Stuart McCulloch · 13 years ago
  9. d3003ed FELIX-3188: reorder catch block, since InvalidDependencyVersionException is a subclass of ProjectBuildingException in recent builds of maven by Stuart McCulloch · 13 years ago
  10. 0eb9999 FELIX-3173: properly handle spaces in repository directories by Stuart McCulloch · 13 years ago
  11. 6696877 Always unpack generated bnd files (lastModified==0) when unpackBundle is true by Stuart McCulloch · 13 years ago
  12. bc90bf8 Try to avoid merging with previously generated manifests by Stuart McCulloch · 13 years ago
  13. 08ef6ed Fix Java6isms by Stuart McCulloch · 13 years ago
  14. 00c916d Fix temporary packageinfo files by Stuart McCulloch · 13 years ago
  15. 26e7a5a Temporarily include bndlib 1.47 for testing purposes (not yet on central) by Stuart McCulloch · 13 years ago
  16. cfbac7a Reset repository URI after loading temporary content, otherwise it can return incorrect absolute URIs by Stuart McCulloch · 13 years ago
  17. f843780 FELIX-3031: handle local snapshot vs remote timestamp in Maven3 when deploying to a remote OBR by Stuart McCulloch · 13 years ago
  18. 8cefad5 FELIX-3165: extract any BND generated resources when using unpackBundle with the manifest goal by Stuart McCulloch · 13 years ago
  19. 0596c1f FELIX-2872: use bnd's manifest writer, because it has much better formatting by Stuart McCulloch · 13 years ago
  20. f621f77 FELIX-3092: add relative path (%rp) parameter to the index goal by Stuart McCulloch · 13 years ago
  21. f6790a3 Remove empty classifier stanza, which can cause the maven-assembly-plugin to add a spurious dash (since it only checks for null classifiers and not empty strings) by Stuart McCulloch · 13 years ago
  22. 6a66fdb FELIX-3061: keep a record of artifacts embedded using Embed-Dependency by Stuart McCulloch · 13 years ago
  23. 83e0454 Add scm info to bundleplugin pom by Stuart McCulloch · 13 years ago
  24. 65271c8 Remove Java6-only method call by Stuart McCulloch · 13 years ago
  25. 7246632 FELIX-344: summarize goals in plugin docs by Stuart McCulloch · 13 years ago
  26. d98b02e Apply Felix code format by Stuart McCulloch · 13 years ago
  27. f7032ca FELIX-3011: add 'instructions' goal which dumps the BND instructions to 'target/instructions.bnd' without building the bundle/manifest by Stuart McCulloch · 13 years ago
  28. c5e7c35 FELIX-3011: make sure dump locations are writable by Stuart McCulloch · 13 years ago
  29. 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
  30. 5fcbe4a Reduce code duplication by Stuart McCulloch · 13 years ago
  31. 1228d3f Refactor internals to help reduce code duplication by Stuart McCulloch · 13 years ago
  32. 5c9b67d0 Refactor internals to help reduce code duplication by Stuart McCulloch · 13 years ago
  33. 138a5a7 FELIX-344: add some basic site docs, needs content! by Stuart McCulloch · 13 years ago
  34. 25687f8 FELIX-1836: check output directory for filtered obr.xml before checking resource directories by Stuart McCulloch · 13 years ago
  35. cdad75f FELIX-2449: session properties should be given precedence over project properties when filtering by Stuart McCulloch · 13 years ago
  36. 23ebd78 FELIX-2656: marking lifecycle goals as @threadSafe by Stuart McCulloch · 13 years ago
  37. b45e181 Update deprecation messages by Stuart McCulloch · 13 years ago
  38. 737abc7 FELIX-1985: warn when duplicate paths appear in Include-Resource by Stuart McCulloch · 13 years ago
  39. e68ebd2 FELIX-2435: using bundle goals on a WAR file will switch the project to generate jar artifacts by Stuart McCulloch · 13 years ago
  40. 85927eb FELIX-2820: Provide a default value when using <_wab/> by Stuart McCulloch · 13 years ago
  41. 4848cc8 FELIX-2934: don't add '.' to Bundle-ClassPath when embedding dependencies into WABs by Stuart McCulloch · 13 years ago
  42. f5f5285 FELIX-2346: compute correct path when detecting missing resources by Stuart McCulloch · 13 years ago
  43. e71aa49 FELIX-2819: consider packageinfo files contained in src/main/java by Stuart McCulloch · 13 years ago
  44. cdbbe2d FELIX-1039: add some extra metadata to the maven lifecycle/handler configuration by Stuart McCulloch · 13 years ago
  45. 007f8c8 FELIX-2722: avoid NPE when project.organization.name is null by Stuart McCulloch · 13 years ago
  46. 034e7b8 Deprecate the bundleall goal by Stuart McCulloch · 13 years ago
  47. f26260b Update parent pom; fix missing license headers by Stuart McCulloch · 13 years ago
  48. 35c25c3 Update to bndlib 1.43.0 by Stuart McCulloch · 13 years ago
  49. aa1eb1f FELIX-2884 - The multiplicity isn't taken into account by the maven bundle plugin and bundlerepository when generating the repository xml by Guillaume Nodet · 13 years ago
  50. 12264ad Fixes FELIX-2817 : The maven-bundle-plugin manifest goal should honor the supportedProjectTypes configuration setting. by Hiram R. Chirino · 13 years ago
  51. 20a916a Fixes FELIX-2812: The <Embed-Dependency> filter can fail if your matching against multiple "*" artifact ids. by Hiram R. Chirino · 13 years ago
  52. 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
  53. 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
  54. 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
  55. 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
  56. e5f5c7a [FELIX-2701] Add a {local-packages} macro for automatically expanding local packages in the <Export-Package> instruction by Guillaume Nodet · 14 years ago
  57. ea93d68 Remove bnd modification. (FELIX-2176) by Richard S. Hall · 14 years ago
  58. 2c9e592 Update to latest bndlib. (FELIX-2176) by Richard S. Hall · 14 years ago
  59. ff38656 [bundlerepository] fix a NPE in the index goal by Guillaume Nodet · 14 years ago
  60. 2d81f33 [bundleplugin] minor improvements to the index goal by Guillaume Nodet · 14 years ago
  61. bdc1375 [bundleplugin] fix parsing of the obr.xml file by Guillaume Nodet · 14 years ago
  62. 9337c34 [bundleplugin] minor improvements to the index goal by Guillaume Nodet · 14 years ago
  63. 127d557 [bundleplugin] fix possible NPE when installing non osgi bundles artifacts by Guillaume Nodet · 14 years ago
  64. 8d5faf6 FELIX-2215: Refactor bundlerepository and maven bundle plugin obr data model by Guillaume Nodet · 14 years ago
  65. c24508d 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
  66. 57a8d81 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. f51cc6b 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
  68. 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
  69. 6de29c3 FELIX-1568: Goal to transform a maven version into an OSGi version by Guillaume Nodet · 14 years ago
  70. 6da2254 FELIX-2173: Fix inconsistent maven->osgi version conversion between maven-bundle-plugin and DefaultMaven2OsgiConverter by Guillaume Nodet · 14 years ago
  71. 321e432 FELIX-2155: the maven bundle plugin generates wrong capabilities for packages with directives by Guillaume Nodet · 14 years ago
  72. b64ee73 FELIX-1951: The SchemaObr.xsd in bundleplugin is incomplete by Guillaume Nodet · 14 years ago
  73. 4eb49be FELIX-2112: Carriage returns are removed from instructions, but the lines should be trimmed alltogether by Guillaume Nodet · 14 years ago
  74. ffe105b FELIX-1634: enable transitive lookup for dependencies with <type>bundle</type> by Stuart McCulloch · 15 years ago
  75. 8ae5512 Add missing ASL header on xsl file by Guillaume Nodet · 15 years ago
  76. 3bfc36a Add a test case for the blueprint component in the bundle plugin by Guillaume Nodet · 15 years ago
  77. 8812902 FELIX-1461: make local repository updates a bit more atomic by Stuart McCulloch · 15 years ago
  78. ed3bd71 Temporary patch for Include-Resource bug on Windows by Stuart McCulloch · 15 years ago
  79. a15a9bf FELIX-1539: include additional source directories in local package calculation by Stuart McCulloch · 15 years ago
  80. 6dd4dd2 FELIX-1439: add project organization name/url properties by Stuart McCulloch · 15 years ago
  81. 598d2bd FELIX-1501: use getProperty() instead of getProperties().getProperty() as the former does property interpolation by Stuart McCulloch · 15 years ago
  82. 459eaed FELIX-1552: add support for blueprint and spring-dm declarations to import the discovered packages by Guillaume Nodet · 15 years ago
  83. f3f38b2 FELIX-1148: apply local patch for MSHARED-101 by Stuart McCulloch · 15 years ago
  84. acef948 FELIX-1148: take local copy of another shared Maven component (dependency-tree) so we can apply an outstanding patch by Stuart McCulloch · 15 years ago
  85. c966ef6 FELIX-981: avoid spurious split package warnings by Stuart McCulloch · 15 years ago
  86. cb2a3b2 FELIX-1290: warn if Embed-Dependency doesn't match any dependencies by Stuart McCulloch · 15 years ago
  87. 96f089c FELIX-1021: remove expression from classifier parameter (ie. same as jar plugin) by Stuart McCulloch · 15 years ago
  88. 364d6cf FELIX-1023: apply modified patch (follow existing code pattern) to add category information by Stuart McCulloch · 15 years ago
  89. 276eec8 Upgrade to bndlib 0.0.357 by Stuart McCulloch · 15 years ago
  90. f3b6b48 Replaced some more @author tags. by Richard S. Hall · 15 years ago
  91. 3bc8afd Replaced some @author tags with the Felix project...plenty more still need it. by Richard S. Hall · 15 years ago
  92. 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
  93. d00f971 FELIX-1262: add local Bnd source to apply temporary patches by Stuart McCulloch · 15 years ago
  94. 210e309 Fix issue Felix-1054. by Clement Escoffier · 15 years ago
  95. 99f4aa6 Fix missing component (use local version) by Stuart McCulloch · 15 years ago
  96. 3a33d6d Use local copy of maven-osgi until MSHARED-53 and MSHARED-86 are fixed (also clean up pom) by Stuart McCulloch · 15 years ago
  97. 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
  98. 5341ef0 FELIX-912: set default Export-Package based on local source files by Stuart McCulloch · 15 years ago
  99. 888d6da FELIX-684: support filters in excludeDependencies, such as *;scope=runtime by Stuart McCulloch · 15 years ago
  100. 233a574 FELIX-684: separate out dependency filtering code so we can re-use it when excluding by Stuart McCulloch · 15 years ago