Return-Path: X-Original-To: apmail-felix-dev-archive@www.apache.org Delivered-To: apmail-felix-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8C65C17E96 for ; Fri, 18 Sep 2015 14:27:04 +0000 (UTC) Received: (qmail 36938 invoked by uid 500); 18 Sep 2015 14:27:04 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 36869 invoked by uid 500); 18 Sep 2015 14:27:04 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 36802 invoked by uid 99); 18 Sep 2015 14:27:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Sep 2015 14:27:04 +0000 Date: Fri, 18 Sep 2015 14:27:04 +0000 (UTC) From: "Stuart McCulloch (JIRA)" To: dev@felix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (FELIX-5030) Do not require a pom.xml when Polyglot Maven is used MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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)