Kamesh Sampath created ARIES-1281:
-------------------------------------
Summary: ESA Maven Plugin Documentation - Update for right
Subsystem Type
Key: ARIES-1281
URL: https://issues.apache.org/jira/browse/ARIES-1281
Project: Aries
Issue Type: Documentation
Components: Subsystem
Reporter: Kamesh Sampath
Priority: Minor
The Apache Aries ESA maven plugin documentation page at
http://aries.apache.org/modules/esamavenpluginproject.html, is using a wrong
subsystem type in the section Including Other Headers as
{code:xml}
<instructions>
<Use-Bundle>org.apache.aries.test.Bundle;version=1.0.0-SNAPSHOT</Use-Bundle>
<Subsystem-Type>feature</Subsystem-Type>
</instructions>
{code}
Which is causing the deployment of the subsystem to fail. The subsystem
deployment works when I update the instructions as shown below,
{code:xml}
<instructions>
<Use-Bundle>org.apache.aries.test.Bundle;version=1.0.0-SNAPSHOT</Use-Bundle>
<Subsystem-Type>org.osgi.subsystem.feature</Subsystem-Type>
</instructions>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)