You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/11/26 05:56:58 UTC

[jira] [Commented] (KARAF-3344) Unable to define war as part of the feature

    [ https://issues.apache.org/jira/browse/KARAF-3344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15697348#comment-15697348 ] 

ASF GitHub Bot commented on KARAF-3344:
---------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/karaf/pull/51


> Unable to define war as part of the feature
> -------------------------------------------
>
>                 Key: KARAF-3344
>                 URL: https://issues.apache.org/jira/browse/KARAF-3344
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-tooling
>    Affects Versions: 3.0.2, 4.0.0.M1
>         Environment: Windows 7 64
>            Reporter: Maciej Mraczek
>              Labels: feature, war
>
> I'm trying to deploy WAR as part of Karaf startup feature inside my Karaf custom distribution.
> WAR definition inside <feature> tag in feature.xml:
> {quote}
> <bundle start-level="83">webbundle:mvn:org.karaf.abc/angular-frontend/$\{project.version\}/war?Web-ContextPath=/angular-frontend</bundle>
> {quote}
> Maven error:
> {quote}
> \[ERROR\] Failed to execute goal org.apache.karaf.tooling:karaf-maven-plugin:3.0.2:install-kars (default-install-kars) on project abc-distribution: Can not install abc-full feature: Couldn't resolve artifact org.karaf.abc:angular-frontend:war?Web-ContextPath=:angular-frontend:1.0-SNAPSHOT: Could not find artifact org.karaf.abc:angular-frontend:war?Web-ContextPath=:angular-frontend:1.0-SNAPSHOT -> \[Help 1\]
> {quote}
> The error is also reproduced when using karaf-maven-plugin 4.0.0.M1
> The custom distribution with WAR can be created using Karaf 2.x
> The WAR artifact can be installed inside Karaf by bundle:install -s without any problems.
> It looks like install-kars goal does not ignore install parameters after ? sign.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)