We today took the first steps to publish maven artifacts of the Knopflerfish OSGi framework and bundles when Gunnar created a maven2 repo at:
http://www.knopflerfish.org/maven2/
The repository holds the frameworks and bundles from recent KF releases (2.3.3, 2.4, 3.0, 3.1)
The convention used for group id and artifact id when creating the
artifacts for the Knopflerfish bundles is that the artifact id is the
last part of the bundle symbolic name (i.e., everything after the last
'.') and the group id the first part of the bundle symbolic name
(i.e., everything to the left of the last '.') .
Please note that the repo is still experimental.
More info and updates to follow.
Regards,
Christer
Subscribe to:
Post Comments (Atom)
2 comments:
I notice the bundle now has .bundle as its file extension ( instead of .jar ). Is there a reason for this?
maven build cannot consume them
It was a bug, the repository is now rebuilt.
Post a Comment