[
https://issues.apache.org/jira/browse/KARAF-6828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17190143#comment-17190143
]
ASF subversion and git services commented on KARAF-6828:
--------------------------------------------------------
Commit 6b862673639f050213103f96cb55afa7f2dbe145 in karaf's branch
refs/heads/karaf-4.2.x from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=6b86267 ]
[KARAF-6828] Add fallback to artifact
${project.build.directory}/${project.build.finalName}.jar in the karaf:run goal
(cherry picked from commit 471f2b67eaca0ad7b999d166ba6a438bb116a680)
> 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)