Hi folks, I've just deployed a new snapshot of the maven-bundle-plugin (2.3.5-20110629.012829-2)
http://repository.apache.org/snapshots/org/apache/felix/maven-bundle-plugin/2.3.5-SNAPSHOT/ This snapshot contains several fixes and features: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310100&version=12316301 So it would be great if people could give it a spin and report back any unexpected problems :) If you want to try it out, you can either build it locally from source: http://svn.apache.org/repos/asf/felix/trunk/bundleplugin/ or use the following snapshot plugin repository in your pom: <pluginRepositories> <pluginRepository> <id>apache.snapshots</id> <name>snapshot plugins</name> <url>http://repository.apache.org/snapshots</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </pluginRepository> </pluginRepositories> There are some pre-reqs that need to be released before the bundleplugin (like the bundlerepository) but early feedback on the snapshot would be very useful! -- Cheers, Stuart
