You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Robert Weiser (JIRA)" <ji...@apache.org> on 2014/01/20 14:23:19 UTC

[jira] [Created] (KARAF-2699) Kar-Packaging ignores plugin configuration section

Robert Weiser created KARAF-2699:
------------------------------------

             Summary: Kar-Packaging ignores plugin configuration section
                 Key: KARAF-2699
                 URL: https://issues.apache.org/jira/browse/KARAF-2699
             Project: Karaf
          Issue Type: Bug
          Components: karaf-kar
    Affects Versions: 3.0.0
         Environment: Maven 3.0.5
            Reporter: Robert Weiser


The karaf-maven-plugin ignores the configuration configured in the _pom.xml_ file if using the _kar_ packaging:

{code}
<plugin>
	<groupId>org.apache.karaf.tooling</groupId>
	<artifactId>karaf-maven-plugin</artifactId>
	<extensions>true</extensions>
	<configuration>
		<!-- everything here is being ignored -->
	</configuration>
</plugin>
{code}

...using the _pom_ packaging option and calling the two maven goals by themselfes works however...



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)