PHOENIX-1945 Phoenix tarball from assembly does not contain 
phoenix-[version]-server.jar


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

Branch: refs/heads/calcite
Commit: c1e5c71abb84f0b2dcb3e1384e21a3f5a70a4d1a
Parents: b5ef25c
Author: Enis Soztutar <e...@apache.org>
Authored: Wed May 13 11:11:17 2015 -0700
Committer: Enis Soztutar <e...@apache.org>
Committed: Wed May 13 11:11:17 2015 -0700

----------------------------------------------------------------------
 phoenix-assembly/pom.xml | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/c1e5c71a/phoenix-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-assembly/pom.xml b/phoenix-assembly/pom.xml
index 5a73e7a..51ff74d 100644
--- a/phoenix-assembly/pom.xml
+++ b/phoenix-assembly/pom.xml
@@ -65,7 +65,7 @@
             </configuration>
           </execution>
           <execution>
-            <id>package-to-tar</id>
+            <id>client-minimal</id>
             <phase>package</phase>
             <goals>
               <goal>single</goal>
@@ -73,51 +73,51 @@
             <configuration>
             <finalName>phoenix-${project.version}</finalName>
               <attach>false</attach>
-              <tarLongFileMode>gnu</tarLongFileMode>
-              <appendAssemblyId>false</appendAssemblyId>
+              <appendAssemblyId>true</appendAssemblyId>
               <descriptors>
-                <descriptor>src/build/package-to-tar-all.xml</descriptor>
+               <!--build the phoenix client jar, but without HBase code. -->
+                <descriptor>src/build/client-without-hbase.xml</descriptor>
+               <!-- build the phoenix client jar, but without HBase (or its 
depenencies). -->
+                <descriptor>src/build/client-minimal.xml</descriptor>
+               <!-- build the phoenix server side jar, that includes 
phoenix-hadoopX-compat, phoenix-hadoop-compat and antlr -->
+                <descriptor>src/build/server.xml</descriptor>
+               <!-- build the phoenix server side jar, that includes 
phoenix-hadoopX-compat and phoenix-hadoop-compat. -->
+                <descriptor>src/build/server-without-antlr.xml</descriptor>
               </descriptors>
-              <tarLongFileMode>posix</tarLongFileMode>
             </configuration>
           </execution>
           <execution>
-            <id>package-to-source-tar</id>
+            <id>package-to-tar</id>
             <phase>package</phase>
             <goals>
               <goal>single</goal>
             </goals>
             <configuration>
-            <finalName>phoenix-${project.version}-source</finalName>
+            <finalName>phoenix-${project.version}</finalName>
               <attach>false</attach>
               <tarLongFileMode>gnu</tarLongFileMode>
               <appendAssemblyId>false</appendAssemblyId>
               <descriptors>
-                <descriptor>src/build/src.xml</descriptor>
+                <descriptor>src/build/package-to-tar-all.xml</descriptor>
               </descriptors>
               <tarLongFileMode>posix</tarLongFileMode>
             </configuration>
-          </execution>          
+          </execution>
           <execution>
-            <id>client-minimal</id>
+            <id>package-to-source-tar</id>
             <phase>package</phase>
             <goals>
               <goal>single</goal>
             </goals>
             <configuration>
-            <finalName>phoenix-${project.version}</finalName>
+            <finalName>phoenix-${project.version}-source</finalName>
               <attach>false</attach>
-              <appendAssemblyId>true</appendAssemblyId>
+              <tarLongFileMode>gnu</tarLongFileMode>
+              <appendAssemblyId>false</appendAssemblyId>
               <descriptors>
-               <!--build the phoenix client jar, but without HBase code. -->
-                <descriptor>src/build/client-without-hbase.xml</descriptor>
-               <!-- build the phoenix client jar, but without HBase (or its 
depenencies). -->
-                <descriptor>src/build/client-minimal.xml</descriptor>
-               <!-- build the phoenix server side jar, that includes 
phoenix-hadoopX-compat, phoenix-hadoop-compat and antlr -->
-                <descriptor>src/build/server.xml</descriptor>
-               <!-- build the phoenix server side jar, that includes 
phoenix-hadoopX-compat and phoenix-hadoop-compat. -->
-                <descriptor>src/build/server-without-antlr.xml</descriptor>
+                <descriptor>src/build/src.xml</descriptor>
               </descriptors>
+              <tarLongFileMode>posix</tarLongFileMode>
             </configuration>
           </execution>
         </executions>

Reply via email to