On 30 Jun 2011, at 04:35, Sahoo wrote: > Hi Stuart, > > Thanks for fixing all these issues. I am happy to report that one can use > bundle plugin to generate well formed WABs with embedded libraries [1]. > > I would like to draw your attention to another issue [2] which is not yet > reported in JIRA. How can one configure the plugin to generate files with > .war extension as opposed to .jar extensions?
The ".jar" extension issue should also be fixed in the latest snapshot: https://issues.apache.org/jira/browse/FELIX-2435 > I know I should have raised this earlier, but better late than never. NP, there is still time to fix small issues since the bundlerepository vote (which is a pre-req) has a few days left to run. > Thanks, > Sahoo > > [1] https://issues.apache.org/jira/browse/FELIX-2934 > [2] > http://mail-archives.apache.org/mod_mbox/felix-users/201104.mbox/<[email protected]> > > On Wednesday 29 June 2011 07:11 AM, Stuart McCulloch wrote: >> 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 > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

