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 329c2f0  empire-db-dist: Assembly is incorrectly configured
329c2f0 is described below

commit 329c2f002fa0f53bb46b7b93a65a89e642580089
Author: Rainer Döbele <[email protected]>
AuthorDate: Tue Mar 8 13:07:35 2022 +0100

    empire-db-dist: Assembly is incorrectly configured
---
 empire-db-dist/src/assemble/empire-assembly-all.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/empire-db-dist/src/assemble/empire-assembly-all.xml 
b/empire-db-dist/src/assemble/empire-assembly-all.xml
index 4403707..4f271e6 100644
--- a/empire-db-dist/src/assemble/empire-assembly-all.xml
+++ b/empire-db-dist/src/assemble/empire-assembly-all.xml
@@ -42,6 +42,7 @@
                        <excludes>
                                <exclude>**/empire-db/target/**</exclude>
                                <exclude>**/empire-db-*/target/**</exclude>     
                
+                               <exclude>**/.factorypath</exclude>
                                <exclude>**/.classpath/**</exclude>
                                <exclude>**/.project/**</exclude>
                                <exclude>**/.settings/**</exclude>
@@ -49,7 +50,6 @@
                                <exclude>**/.tomcatplugin/**</exclude>
                                <exclude>**/.idea/**</exclude>
                                
<exclude>**/empire-db-example-vue/src/main/vue/node_modules/**</exclude>
-                               
<exclude>empire-db-examples/tutorial.pdf</exclude>
                        </excludes>
                </fileSet>
                <fileSet>
@@ -64,13 +64,6 @@
                                <!-- <include>licenses/**</include> -->
                        </includes>
                </fileSet>
-               <fileSet>
-                       <directory>${basedir}/../empire-db-examples</directory>
-                       <outputDirectory/>
-                       <includes>
-                               <include>tutorial.pdf</include>
-                       </includes>
-               </fileSet>
        </fileSets>
        <dependencySets>
                <dependencySet>

Reply via email to