[ 
https://issues.apache.org/jira/browse/ARIES-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Bosschaert resolved ARIES-1281.
-------------------------------------
    Resolution: Fixed

Hi Kamesh,

I fixed typo for you :)
Info on how to edit the Aries website can be found here: 
http://aries.apache.org/development/maintainingthewebpages.html

> 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
>            Assignee: David Bosschaert
>            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)

Reply via email to