You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by do...@apache.org on 2018/10/11 09:58:39 UTC

empire-db git commit: EMPIREDB-271 Vue project: build settings

Repository: empire-db
Updated Branches:
  refs/heads/master 7809ca51f -> 6ead32d88


EMPIREDB-271
Vue project: build settings


Project: http://git-wip-us.apache.org/repos/asf/empire-db/repo
Commit: http://git-wip-us.apache.org/repos/asf/empire-db/commit/6ead32d8
Tree: http://git-wip-us.apache.org/repos/asf/empire-db/tree/6ead32d8
Diff: http://git-wip-us.apache.org/repos/asf/empire-db/diff/6ead32d8

Branch: refs/heads/master
Commit: 6ead32d88afbca60081c7c168f8bd209a266bc9f
Parents: 7809ca5
Author: Rainer Döbele <do...@apache.org>
Authored: Thu Oct 11 11:58:34 2018 +0200
Committer: Rainer Döbele <do...@apache.org>
Committed: Thu Oct 11 11:58:34 2018 +0200

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/empire-db/blob/6ead32d8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9464fcb..c8c3443 100644
--- a/pom.xml
+++ b/pom.xml
@@ -549,6 +549,7 @@
                             <exclude>**/.idea/**</exclude>
 			       			<exclude>**/*.json</exclude>
 			       			<exclude>**/readme.txt</exclude>
+			       			<exclude>**/empire-db-example-vue/src/main/webapp/static/**</exclude>
                         </excludes>
 		                <encoding>UTF-8</encoding>
 		            </configuration>