Viktor Kozlov created KARAF-4552:
------------------------------------
Summary: Karaf maven plugin creates wrong archived folder name
when building custom distribution
Key: KARAF-4552
URL: https://issues.apache.org/jira/browse/KARAF-4552
Project: Karaf
Issue Type: Bug
Components: karaf-tooling
Affects Versions: 4.0.5
Reporter: Viktor Kozlov
I am building my custom distribution. I set target file name to aaa:
<plugin>
<groupId>org.apache.karaf.tooling</groupId>
<artifactId>karaf-maven-plugin</artifactId>
<configuration>
<targetFile>aa</targetFile>
Plugin creates aaa.zip archive file. But inside of acrhive there is wrong
folder name: assembly-0.4.0-SNAPSHOT.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)