empire-db-dist assembly-all fix
diff --git a/empire-db-dist/pom.xml b/empire-db-dist/pom.xml
index 384e7b5..66c07cb 100644
--- a/empire-db-dist/pom.xml
+++ b/empire-db-dist/pom.xml
@@ -64,6 +64,7 @@
 	</build>
 	
 	<dependencies>
+		<!-- binary -->
 		<dependency>
 			<groupId>org.apache.empire-db</groupId>
 			<artifactId>empire-db</artifactId>
@@ -72,6 +73,19 @@
 			<groupId>org.apache.empire-db</groupId>
 			<artifactId>empire-db-jsf2</artifactId>
 		</dependency>
+		<!-- javadoc -->
+		<dependency>
+			<groupId>org.apache.empire-db</groupId>
+			<artifactId>empire-db</artifactId>
+			<version>3.0.0-SNAPSHOT</version>
+			<classifier>javadoc</classifier>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.empire-db</groupId>
+			<artifactId>empire-db-jsf2</artifactId>
+			<version>3.0.0-SNAPSHOT</version>
+			<classifier>javadoc</classifier>
+		</dependency>
 	</dependencies>
 
 </project>
\ No newline at end of file
diff --git a/empire-db-dist/src/assemble/empire-assembly-all.xml b/empire-db-dist/src/assemble/empire-assembly-all.xml
index 4f271e6..3a80da5 100644
--- a/empire-db-dist/src/assemble/empire-assembly-all.xml
+++ b/empire-db-dist/src/assemble/empire-assembly-all.xml
@@ -20,8 +20,10 @@
 <assembly>
 	<id>dist</id>
 	<formats>
-		<format>tar.gz</format>
+		<!-- 
 		<format>tar.bz2</format>
+		 -->
+		<format>tar.gz</format>
 		<format>zip</format>
 	</formats>
 	<includeBaseDirectory>true</includeBaseDirectory>