1. 4ae8697 Update pom files to use the 1.0.4 parent pom (bulk change). by Clement Escoffier · 15 years ago
  2. 2e0245b [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 16 years ago
  3. e93cd1e [maven-release-plugin] prepare release maven-obr-plugin-1.2.0 by Stuart McCulloch · 16 years ago
  4. 37823fb Latest plugin doc by Stuart McCulloch · 16 years ago
  5. 0f15195 Update plugin descriptions by Stuart McCulloch · 16 years ago
  6. 41cfaa5 Update plugin NOTICEs to include usage of Apache developed dependencies by Stuart McCulloch · 16 years ago
  7. c4b3ee7 Update NOTICE format by Stuart McCulloch · 16 years ago
  8. 282f112 Updated docs by Stuart McCulloch · 16 years ago
  9. d00bea3 FELIX-479: add supportedProjectTypes configuration option by Stuart McCulloch · 16 years ago
  10. d7f187d FELIX-479: add supportedProjectTypes configuration option by Stuart McCulloch · 16 years ago
  11. a02dc67 FELIX-475: determine correct URL based on remote repository layout by Stuart McCulloch · 16 years ago
  12. 60ff9e9 Enable deploy goal, as it's not yet bound to the bundle lifecycle by Stuart McCulloch · 16 years ago
  13. 772b46a Code cleanup by Stuart McCulloch · 16 years ago
  14. 065535e FELIX-475: simplify deploy goal (don't need custom bundle url) by Stuart McCulloch · 16 years ago
  15. a132a14 FELIX-475: support deploy-file goal by Stuart McCulloch · 16 years ago
  16. 7e88a73 FELIX-475: refactor obr:deploy goal to better match deploy:deploy by Stuart McCulloch · 16 years ago
  17. bf8a12f Rewrite deploy-file goal from scratch by Stuart McCulloch · 16 years ago
  18. a9dfd60 Ignore Maven's default value for -DobrRepository command-line setting by Stuart McCulloch · 16 years ago
  19. e684cc8 Lock down plugin dependencies in pom.xml (mvn dependency:analyze) by Stuart McCulloch · 16 years ago
  20. cda5cba FELIX-475: refactor install-file goal to match with the one from the install plugin by Stuart McCulloch · 16 years ago
  21. 2e3a8fc FELIX-475: update install goal to match the one from the bundleplugin by Stuart McCulloch · 16 years ago
  22. 2deb052 FELIX-475: log if we add customized obr.xml details to the repository by Stuart McCulloch · 16 years ago
  23. b9e39eb Use updated org.osgi.service.obr jar by Stuart McCulloch · 16 years ago
  24. ebfe125 Cleanup minor code warnings by Stuart McCulloch · 16 years ago
  25. 3daacbb More cleanup of duplicate files by Stuart McCulloch · 16 years ago
  26. a137f6b FELIX-474: fix remote locking by Stuart McCulloch · 16 years ago
  27. 7fccdc9 Correct copyright notice by Stuart McCulloch · 16 years ago
  28. 3214872 Update notices by Stuart McCulloch · 16 years ago
  29. 77824fb Add POM configuration aliases for command-line settings by Stuart McCulloch · 16 years ago
  30. 37a882e FELIX-457: remove PathFile class and use URIs instead by Stuart McCulloch · 16 years ago
  31. 473e994 Refactor code to re-use maven-obr-plugin utility methods by Stuart McCulloch · 16 years ago
  32. 6369ee3 FindBugs: remove no-op method, use entrySet iterator for better performance, and fix potential NPE by Stuart McCulloch · 16 years ago
  33. 80a8734 Begin move to use standardized URIs by Stuart McCulloch · 16 years ago
  34. b721aae Clearer variable names by Stuart McCulloch · 16 years ago
  35. 8c0511a Add helper method to relativize repository URIs by Stuart McCulloch · 16 years ago
  36. 0bee9ea Clearer name for maven repository variable by Stuart McCulloch · 16 years ago
  37. eb94a84 Refactor to use simpler URI based code by Stuart McCulloch · 16 years ago
  38. 690acb8 New utility class by Stuart McCulloch · 16 years ago
  39. ecee20a Code format by Stuart McCulloch · 16 years ago
  40. bb9bd38 Remove use of 'this.XYZ' in plugin code by Stuart McCulloch · 16 years ago
  41. b657c2f Fix EOL style by Stuart McCulloch · 16 years ago
  42. 7a49c28 Apply Felix coding style by Stuart McCulloch · 16 years ago
  43. 646b9f1 Use latest released parent pom. by Carsten Ziegeler · 16 years ago
  44. 8b4f13b FELIX-456: remove extraneous whitespace from version range before parsing by Stuart McCulloch · 16 years ago
  45. c56f79f Readd license removed by the maven release plugin. by Carsten Ziegeler · 17 years ago
  46. e405c39 [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 17 years ago
  47. f89870b [maven-release-plugin] prepare release maven-obr-plugin-1.0.0 by Stuart McCulloch · 17 years ago
  48. e963832 Add kxml2 license to sub-project root by Stuart McCulloch · 17 years ago
  49. 39e9100 Use released version of org.osgi.service.obr by Stuart McCulloch · 17 years ago
  50. d00e624 Use latest parent pom for bundleplugin and related poms by Stuart McCulloch · 17 years ago
  51. 7c961f5 Update plugin docs with latest HTML by Stuart McCulloch · 17 years ago
  52. d1d409f Update bundleplugin and maven-obr-plugin to depend on released parent pom by Stuart McCulloch · 17 years ago
  53. 6ac47a5 Add missing license to OBR schema by Stuart McCulloch · 17 years ago
  54. ac18759 Add kxml2 license by Stuart McCulloch · 17 years ago
  55. b8241a6 Somehow these two files were missed by subversion in the refactoring by Stuart McCulloch · 17 years ago
  56. 07d194e Initial license files for the OBR Maven Plugin component by Stuart McCulloch · 17 years ago
  57. bdb8168 Remove sandbox from maven-obr-plugin package name, as it is no longer a sandboxed component by Stuart McCulloch · 17 years ago
  58. 491a123 Update to use the new Bindex version. Fix the Id bug. by Clement Escoffier · 17 years ago
  59. bf35521 FELIX-423: fix OBR PathFile to encode spaces on all platforms, not just Windows and return absolute path when the basedir is not related to the file (instead of returning null which gets appended to various strings without checking) by Stuart McCulloch · 17 years ago
  60. fd2cbb5 Commit patch of the Felix-413 issue. by Clement Escoffier · 17 years ago
  61. 344d0bf FELIX-370: windows fixes from clement, verified as still working on linux by Stuart McCulloch · 17 years ago
  62. e78c3aa Switched some warnings over to debug, as they always occur when installing a bundle created using the bundle plugin and the log message is confusing (it doesn't tell the user if/why they should be concerned about this issue - in fact I can't really tell why it's a warning). Also tweaked a couple of info messages to give the user better feedback. by Stuart McCulloch · 17 years ago
  63. bfc05cf Support compilation using JDK 1.4 compiler by Stuart McCulloch · 17 years ago
  64. 285fcc2 Extract OSGi OBR service API to a non-bundle jar to avoid circular build problems by Stuart McCulloch · 17 years ago
  65. 476013d FELIX-370: by Stefano Lenzi · 17 years ago