[
https://issues.apache.org/jira/browse/FELIX-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stuart McCulloch resolved FELIX-5030.
-------------------------------------
Resolution: Fixed
Fixed by:
http://svn.apache.org/viewvc/felix/trunk/tools/maven-bundle-plugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java?r1=1695271&r2=1703863&diff_format=h
You can also workaround the issue with the following YAML config:
{code}
- groupId: 'org.apache.felix'
artifactId: 'maven-bundle-plugin'
version: '2.5.4'
extensions: true
configuration:
archive:
addMavenDescriptor: false
{code}
since the plugin respects a subset of the maven archiver configuration
> Do not require a pom.xml when Polyglot Maven is used
> ----------------------------------------------------
>
> Key: FELIX-5030
> URL: https://issues.apache.org/jira/browse/FELIX-5030
> Project: Felix
> Issue Type: Improvement
> Reporter: Jason van Zyl
> Fix For: maven-bundle-plugin-2.5.5
>
>
> In helping the SnakeYAML project use Polyglot Maven we discovered that the
> maven-bundle-plugin requires an actual pom.xml file. When building SnakeYAML
> with Polyglot Maven there is only a pom.yaml file which causes an issue using
> the maven-bundle-plugin.
> In chatting with Stuart it's not an absolute necessity to have the pom.xml
> file be present. But the in-memory model can always be used if access to the
> model is necessary.
> Having this sorted would mean anyone attempting to use Polyglot Maven with
> the maven-bundle-plugin will avoid any issues.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)