I've found your repo Peter ;-) If someone could apply this simple patch:
Index: bundleplugin/pom.xml =================================================================== --- bundleplugin/pom.xml (revision 541051) +++ bundleplugin/pom.xml (working copy) @@ -38,6 +38,13 @@ </description> <version>0.9.0-incubator-SNAPSHOT</version> + <repositories> + <repository> + <id>aQute</id> + <url>http://www.aqute.biz/repo</url> + </repository> + </repositories> + <dependencies> <dependency> <groupId>biz.aQute</groupId> On 5/23/07, Guillaume Nodet <[EMAIL PROTECTED]> wrote:
The bundle plugin does not build anymore. The reason is that the following dependency is not in a public referenced repo: biz.aQute:bndlib:jar:0.0.140 Would it be possible to update the pom to add a location where this file is available ? -- Cheers, Guillaume Nodet ------------------------ Principal Engineer, IONA Blog: http://gnodet.blogspot.com/
-- Cheers, Guillaume Nodet ------------------------ Principal Engineer, IONA Blog: http://gnodet.blogspot.com/
