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

doebele pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/empire-db.git


The following commit(s) were added to refs/heads/master by this push:
     new a5c435e  empire-db-dist assembly-all fix
a5c435e is described below

commit a5c435e58182b07ad0e985dd1ca7f9d45a8d3dfe
Author: Rainer Döbele <[email protected]>
AuthorDate: Tue Mar 8 15:12:22 2022 +0100

    empire-db-dist assembly-all fix
---
 empire-db-dist/pom.xml                              | 14 ++++++++++++++
 empire-db-dist/src/assemble/empire-assembly-all.xml |  4 +++-
 2 files changed, 17 insertions(+), 1 deletion(-)

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>

Reply via email to