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

Stuart McCulloch resolved FELIX-376.
------------------------------------

    Resolution: Fixed

now supports customized location for generated manifest when building bundle, 
for example:

   mvn clean install -DmanifestLocation=META-INF

or in the bundleplugin configuration:

      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <configuration>
          <manifestLocation>META-INF</manifestLocation>
          <instructions>
            <!-- and so on... -->
          </instructions>
        </configuration>
      </plugin>

these examples will write the manifest to a META-INF folder under the project, 
where Eclipse PDE expects it

> Support writing of manifest to the file system when using bundle goal
> ---------------------------------------------------------------------
>
>                 Key: FELIX-376
>                 URL: https://issues.apache.org/jira/browse/FELIX-376
>             Project: Felix
>          Issue Type: New Feature
>          Components: Maven Bundle Plugin
>    Affects Versions: 1.0.0
>            Reporter: Stuart McCulloch
>            Assignee: Stuart McCulloch
>            Priority: Minor
>
> Currently the bundle goal just creates the bundle - it would be nice if it 
> also could write the manifest to a customizable location, to help with 
> Eclipse integration. This would stop people from having to use the manifest 
> goal (which recomputes the manifest) or other plugins just to get the 
> manifest out from the final bundle.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to