1. 1f7f430 Move bundleplugin to tools by Carsten Ziegeler · 9 years ago[Renamed from bundleplugin/src/main/java/org/apache/felix/obrplugin/ObrInstallFile.java]
  2. 0a4eff1 FELIX-4882 - Correctly use Maven Plugin Tools Java 5 annotations instead of javadoc tags by Carsten Ziegeler · 9 years ago
  3. 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
  4. 464dbac Format code using Apache coding style by Stuart McCulloch · 16 years ago
  5. 3a965b9 FELIX-519: ouput warning when projects are skipped because their type is not supported by Stuart McCulloch · 16 years ago
  6. a1d3a29 FELIX-498: use attached javadoc as default documentation (unless Bundle-DocURL or project URL is set) by Stuart McCulloch · 16 years ago
  7. 0ae86ab FELIX-497: use attached sources instead of SCM url by Stuart McCulloch · 16 years ago
  8. 5d6cb73 FELIX-491: add bundle:deploy to bundle lifecycle (off by default, use -DremoteOBR to enable) by Stuart McCulloch · 16 years ago
  9. c792b37 FELIX-491: consistent package naming by Stuart McCulloch · 16 years ago[Renamed (98%) from bundleplugin/src/main/java/org/apache/felix/obr/plugin/ObrInstallFile.java]
  10. bb8b9fa FELIX-491: initial copy of maven-obr-plugin files into bundleplugin (preserving history) by Stuart McCulloch · 16 years ago[Copied (63%) from bundleplugin/src/main/java/org/apache/felix/bundleplugin/OBRInstall.java]
  11. d7f187d FELIX-479: add supportedProjectTypes configuration option by Stuart McCulloch · 16 years ago
  12. f806f86 Cleanup minor code warnings by Stuart McCulloch · 16 years ago
  13. 9366a82 Apply Felix coding conventions (where appropriate: some maven plugin parameters can't use the m_ convention) by Stuart McCulloch · 16 years ago
  14. 37a882e FELIX-457: remove PathFile class and use URIs instead by Stuart McCulloch · 16 years ago
  15. 473e994 Refactor code to re-use maven-obr-plugin utility methods by Stuart McCulloch · 16 years ago
  16. 2b3b713 Refactor to use new OBR utilities by Stuart McCulloch · 16 years ago
  17. bdb8168 Remove sandbox from maven-obr-plugin package name, as it is no longer a sandboxed component by Stuart McCulloch · 17 years ago
  18. 7f6575c FELIX-423: workaround for OBR code - PathFile appears to expects a decoded URI path (ie. with 'file' scheme, but without any encodings, such as %20) by Stuart McCulloch · 17 years ago
  19. 6e57788 FELIX-405: support custom obr repository filenames, such as foo.xml by Stuart McCulloch · 17 years ago
  20. b7d551a Ensure any future OBR issues don't break the bundle life-cycle by Stuart McCulloch · 17 years ago
  21. 344d0bf FELIX-370: windows fixes from clement, verified as still working on linux by Stuart McCulloch · 17 years ago
  22. 6122320 FELIX-370: add simple install mojo to bundle plugin that calls the relevant code from the OBR plugin (this solves the dependency lookup problem). Use -DobrRepository=NONE to turn off OBR installation. For complete control over install / deploy of OBR metadata people should explicitly use the OBR plugin. by Stuart McCulloch · 17 years ago