You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@crunch.apache.org by ma...@apache.org on 2012/09/29 13:51:53 UTC

git commit: CRUNCH-62: Fix JAR names.

Updated Branches:
  refs/heads/master 1897ae82f -> 37a7fac13


CRUNCH-62: Fix JAR names.


Project: http://git-wip-us.apache.org/repos/asf/incubator-crunch/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-crunch/commit/37a7fac1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-crunch/tree/37a7fac1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-crunch/diff/37a7fac1

Branch: refs/heads/master
Commit: 37a7fac13d25a8078c1d39b9c378263f486c7d6e
Parents: 1897ae8
Author: Matthias Friedrich <ma...@mafr.de>
Authored: Sat Sep 29 13:50:18 2012 +0200
Committer: Matthias Friedrich <ma...@mafr.de>
Committed: Sat Sep 29 13:50:18 2012 +0200

----------------------------------------------------------------------
 pom.xml                              |    2 +-
 src/main/assembly/crunch-release.xml |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/37a7fac1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4bf2aee..e048e08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -492,6 +492,7 @@ under the License.
                   <goal>single</goal>
                 </goals>
                 <configuration combine.self="override">
+                  <finalName>apache-crunch-${project.version}</finalName>
                   <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
                   <descriptors>
                     <descriptor>src/main/assembly/crunch-release.xml</descriptor>
@@ -507,7 +508,6 @@ under the License.
   </profiles>
 
   <build>
-    <finalName>apache-crunch-${project.version}</finalName>
     <plugins>
       <plugin>
         <groupId>org.apache.rat</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/37a7fac1/src/main/assembly/crunch-release.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/crunch-release.xml b/src/main/assembly/crunch-release.xml
index e6e7715..6e7c0c1 100644
--- a/src/main/assembly/crunch-release.xml
+++ b/src/main/assembly/crunch-release.xml
@@ -19,7 +19,6 @@
 -->
 <assembly>
   <id>src</id>
-  <baseDirectory>${project.build.finalName}-src</baseDirectory>
   <formats>
     <format>zip</format>
     <format>tar.gz</format>