I think it's just a bug. We haven't had much exposure with the generation of features xml, so there are chances a lot of use cases aren't covered yet.
On Tue, Aug 24, 2010 at 15:25, Ioannis Canellos <[email protected]> wrote: > Hi, > > I was trying to generate the features xml for a web application using the > features-maven-plugin and having the war as a dependency. > It seems to me to the generate features mojo ignores the dependency type. > Example: > > My dependency looks like this > > <dependency> > <groupId>net.iocanel.sample</groupId> > <artifactId>web</artifactId> > <version>1.0-SNAPSHOT</version> > <type>war</type> > </dependency> > > The generated feature looks like this > > <feature name='web' version='1.0-SNAPSHOT'> > <bundle>mvn:net.iocanel.sample/web/1.0-SNAPSHOT</bundle> > </feature> > > I would expect > <bundle>mvn:net.iocanel.sample/web/1.0-SNAPSHOT/war</bundle> > > This causes two problems: > a) The feature is not getting installed. > b) Transitive dependency bundles are not added to the feature. > > I would create a jira issue, but I am not sure if I miss something here. > -- > Ioannis D. Canellos > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com
