You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by lr...@apache.org on 2016/06/26 07:52:09 UTC

bahir git commit: [BAHIR-19] Update source distribution assembly name

Repository: bahir
Updated Branches:
  refs/heads/master 13b127593 -> 1028736bb


[BAHIR-19] Update source distribution assembly name

Update final assembly name and extraction directory
to use apache best practice pattern :

apache-bahir-${project.version}-src


Project: http://git-wip-us.apache.org/repos/asf/bahir/repo
Commit: http://git-wip-us.apache.org/repos/asf/bahir/commit/1028736b
Tree: http://git-wip-us.apache.org/repos/asf/bahir/tree/1028736b
Diff: http://git-wip-us.apache.org/repos/asf/bahir/diff/1028736b

Branch: refs/heads/master
Commit: 1028736bb79a6b7c66789bc77ca97c44020e62af
Parents: 13b1275
Author: Luciano Resende <lr...@apache.org>
Authored: Sun Jun 26 00:50:12 2016 -0700
Committer: Luciano Resende <lr...@apache.org>
Committed: Sun Jun 26 00:50:12 2016 -0700

----------------------------------------------------------------------
 distribution/pom.xml                   | 3 ++-
 distribution/src/main/assembly/src.xml | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir/blob/1028736b/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 295c3af..24a7912 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -74,7 +74,8 @@
                             <descriptors>
                                 <descriptor>src/main/assembly/src.xml</descriptor>
                             </descriptors>
-                            <appendAssemblyId>false</appendAssemblyId>
+                            <appendAssemblyId>true</appendAssemblyId>
+                            <finalName>apache-bahir-${project.version}</finalName>
                         </configuration>
                     </execution>
                 </executions>

http://git-wip-us.apache.org/repos/asf/bahir/blob/1028736b/distribution/src/main/assembly/src.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/assembly/src.xml b/distribution/src/main/assembly/src.xml
index 852fcb5..921f48e 100644
--- a/distribution/src/main/assembly/src.xml
+++ b/distribution/src/main/assembly/src.xml
@@ -23,7 +23,7 @@
     </formats>
 
     <includeBaseDirectory>true</includeBaseDirectory>
-    <baseDirectory>bahir-${version}-src</baseDirectory>
+    <baseDirectory>apache-bahir-${version}-src</baseDirectory>
 
     <fileSets>
         <fileSet>