[
https://issues.apache.org/jira/browse/KARAF-6828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17190138#comment-17190138
]
ASF GitHub Bot commented on KARAF-6828:
---------------------------------------
jbonofre merged pull request #1177:
URL: https://github.com/apache/karaf/pull/1177
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Ensure karaf:run (maven goal) can find a pre-built artifact
> -----------------------------------------------------------
>
> Key: KARAF-6828
> URL: https://issues.apache.org/jira/browse/KARAF-6828
> Project: Karaf
> Issue Type: Task
> Components: karaf
> Reporter: Romain Manni-Bucau
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: 4.3.0, 4.2.10
>
>
> Issue: when launching "mvn package && mvn karaf:run" - the important part
> being the fact the karaf:run is decoralated from the build command,
> RunMojo#deploy does not find the bundle to deploy.
> Would be neat to have a fallback on
> ${project.build.directory}/${project.build.finalName}.jar to let karaf:run be
> able to work without having to pay any build time (awesome for demo not
> requiring a features.xml ;)).
>
> Affected version is 4.3.0.RC1 (dont think it is in Jira yet).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)