[
https://issues.apache.org/jira/browse/TUSCANY-901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480845
]
Kelvin Goodson commented on TUSCANY-901:
----------------------------------------
Capturing some info which might help resolve this ...
The instructions at
http://cwiki.apache.org/FELIX/osgi-plugin-for-maven-2.html
seem to have been updated
a) to say that this kind of thing will be handled by a new plugin ..
http://cwiki.apache.org/FELIX/bundle-plugin-for-maven-bnd.html
and b) to show how to merge an arbitrary file file into the manifest ...
<plugins>
<plugin>
<groupId>org.apache.felix.plugins</groupId>
<artifactId>maven-osgi-plugin</artifactId>
<extensions>true</extensions>
<version>0.3.0</version>
<configuration>
<manifestFile>resources/manifest.mf</manifestFile>
</configuration>
</plugin>
</plugins>
> jar Manifests require Application-Vendor-Id
> -------------------------------------------
>
> Key: TUSCANY-901
> URL: https://issues.apache.org/jira/browse/TUSCANY-901
> Project: Tuscany
> Issue Type: Bug
> Components: Java SDO Implementation
> Affects Versions: Java-SDO-M2
> Reporter: Kelvin Goodson
> Priority: Minor
> Fix For: Java-SDO-M3
>
>
> The mailing list thread here
> http://www.mail-archive.com/[email protected]/msg11201.html
> identified that our jar manifest files should have this field
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]