You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "David Bosschaert (JIRA)" <ji...@apache.org> on 2015/01/06 11:33:35 UTC

[jira] [Resolved] (ARIES-1281) ESA Maven Plugin Documentation - Update for right Subsystem Type

     [ 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 applied your fix to the documentation.

Many thanks and well-spotted!

> 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)