[ 
https://issues.apache.org/jira/browse/FELIX-269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487998
 ] 

Carlos Sanchez commented on FELIX-269:
--------------------------------------

BTW this is what I use in the parent pom to make the generated jar have OSGi 
info

      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <version>0.9.0-incubator-SNAPSHOT</version>
        <executions>
          <execution>
            <goals>
              <goal>manifest</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <archive>
            
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
          </archive>
        </configuration>
      </plugin>


> Don't run the plugin on pom projects
> ------------------------------------
>
>                 Key: FELIX-269
>                 URL: https://issues.apache.org/jira/browse/FELIX-269
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>    Affects Versions: 1.0.0
>            Reporter: Carlos Sanchez
>         Attachments: FELIX-269.patch
>
>
> useful when configuring it on the parent pom

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