Issue Type: Task Task
Affects Versions: 2.0
Assignee: Unassigned
Components: quickstarts
Created: 29/Apr/14 9:43 AM
Description:

Some of the quickstarts have MANIFEST dependencies on different modules - for example, camel-jms-binding requires org.hornetq and org.jboss.as.naming :

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Dependencies>org.jboss.as.naming</Dependencies>
<Dependencies>org.hornetq</Dependencies>
</manifestEntries>
</archive>
</configuration>
</plugin>

However, with the OSGI changes, the packaging type has been changed to bundle - and the dependencies are being written with maven-jar-plugin. The net result is that the Dependencies are not added to the manifest because we need to use maven-bundle-plugin rather than maven-jar-plugin.

We need to change these manifest writes to use maven-bundle-plugin.

Project: SwitchYard
Priority: Major Major
Reporter: Tom Cunningham
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira