This is an automated email from the ASF dual-hosted git repository.

cschneider pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-dosgi.git


The following commit(s) were added to refs/heads/master by this push:
     new 659ecab  [DOSGI-275] Simplify archive names
659ecab is described below

commit 659ecab18a517b2c7255c09f0d29fcdc870ac02a
Author: Christian Schneider <[email protected]>
AuthorDate: Mon Sep 18 12:55:55 2017 +0200

    [DOSGI-275] Simplify archive names
---
 distribution/multi-bundle/pom.xml                        |  1 +
 distribution/multi-bundle/src/main/assembly/assembly.xml | 11 +++++------
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/distribution/multi-bundle/pom.xml 
b/distribution/multi-bundle/pom.xml
index f700702..b55c364 100644
--- a/distribution/multi-bundle/pom.xml
+++ b/distribution/multi-bundle/pom.xml
@@ -300,6 +300,7 @@
                                                        <goal>single</goal>
                                                </goals>
                                                <configuration>
+                                                       
<finalName>cxf-dosgi</finalName>
                                                        <descriptors>
                                                                
<descriptor>./src/main/assembly/assembly.xml</descriptor>
                                                        </descriptors>
diff --git a/distribution/multi-bundle/src/main/assembly/assembly.xml 
b/distribution/multi-bundle/src/main/assembly/assembly.xml
index a06f61b..c636eff 100644
--- a/distribution/multi-bundle/src/main/assembly/assembly.xml
+++ b/distribution/multi-bundle/src/main/assembly/assembly.xml
@@ -25,7 +25,8 @@
     <format>zip</format>
     <format>dir</format>
   </formats>
-  <includeBaseDirectory>false</includeBaseDirectory>
+  <includeBaseDirectory>true</includeBaseDirectory>
+  <baseDirectory>cxf-dosgi-${project.version}</baseDirectory>
   <dependencySets>
        <dependencySet>
                <includes>
@@ -37,14 +38,14 @@
                        
<include>org.apache.cxf.dosgi.samples:cxf-dosgi-samples-rest-client</include>
                </includes>
                <outputDirectory>
-                       apache-cxf-dosgi-${dosgi.version}/samples
+                       samples
                </outputDirectory>
        </dependencySet>
   </dependencySets>
   <fileSets>
       <fileSet>
        <directory>target/bin</directory>
-       <outputDirectory>apache-cxf-dosgi-${dosgi.version}/bin</outputDirectory>
+       <outputDirectory>bin</outputDirectory>
     </fileSet>
     <fileSet>
       <directory>target/distro-unzip/jar</directory>
@@ -52,18 +53,16 @@
        <exclude>org.apache.felix.framework*</exclude>
        <exclude>biz.aQute.launcher*</exclude>
       </excludes>
-      
<outputDirectory>apache-cxf-dosgi-${dosgi.version}/bundle</outputDirectory>
+      <outputDirectory>bundle</outputDirectory>
     </fileSet>
     <fileSet>
       <directory>target/maven-shared-archive-resources/META-INF</directory>
       <excludes>
           <exclude>DEPENDENCIES</exclude>
       </excludes>
-      <outputDirectory>apache-cxf-dosgi-${dosgi.version}</outputDirectory>
     </fileSet>
     <fileSet>
       <directory>src/main/release</directory>
-      <outputDirectory>apache-cxf-dosgi-${dosgi.version}</outputDirectory>
     </fileSet>
   </fileSets>
 </assembly>

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to