Maciej Mraczek created KARAF-3344:
-------------------------------------

             Summary: 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
         Environment: Windows 7 64
            Reporter: Maciej Mraczek


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)

Reply via email to