Skip to content

package-drone-0.3.0

Compare
Choose a tag to compare
@ctron ctron released this 10 Mar 10:10
· 740 commits to master since this release

New features

Maven locator for unzip adapter

The unzip adapter got a new locator which allows to search for latest artifact, version prefix and perfect version match. Also see the documentation: http://doc.packagedrone.org/book/unzip_adapter.xhtml#ra_unzip_maven

This allows one to upload full P2 zipped repositories and construct URLs like:

http://localhost:8080/unzip/maven/prefixed/<channel>/group.id/artifact.id/1.x
http://localhost:8080/unzip/maven/perfect/<channel>/group.id/artifact.id/1.1.2
http://localhost:8080/unzip/maven/latest/<channel>/group.id/artifact.id

Which directly works in other P2 tools.

Improvements and fixed issues

  • There were two bugs in the mail sender configuration, thanks @tvvocold
  • There was a bug using the HTTP Importer