Repository: empire-db Updated Branches: refs/heads/master 0bcc7b181 -> 8da224272
Prepare apache-release Project: http://git-wip-us.apache.org/repos/asf/empire-db/repo Commit: http://git-wip-us.apache.org/repos/asf/empire-db/commit/8da22427 Tree: http://git-wip-us.apache.org/repos/asf/empire-db/tree/8da22427 Diff: http://git-wip-us.apache.org/repos/asf/empire-db/diff/8da22427 Branch: refs/heads/master Commit: 8da224272f733e5b097a7a5b1776bceaa78cc6f0 Parents: 0bcc7b1 Author: Rainer Döbele <[email protected]> Authored: Tue Oct 23 14:54:00 2018 +0200 Committer: Rainer Döbele <[email protected]> Committed: Tue Oct 23 14:54:00 2018 +0200 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/empire-db/blob/8da22427/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 15b1925..e410f21 100644 --- a/pom.xml +++ b/pom.xml @@ -467,6 +467,7 @@ <exclude>**/.idea/**</exclude> <exclude>**/.settings/**</exclude> <exclude>**/empire-db-example-vue/src/main/webapp/static/**</exclude> + <exclude>**/empire-db-example-vue/src/main/vue/node_modules/**</exclude> <!-- file types --> <exclude>**/*.iml</exclude> <exclude>**/*.json</exclude> @@ -477,6 +478,7 @@ <exclude>**/.classpath</exclude> <exclude>**/.tomcatplugin</exclude> <exclude>**/.babelrc</exclude> + <exclude>release.properties</exclude> <!-- should the sample databases be created in target? --> <exclude>**/hsqldb/sample.*</exclude> </excludes>
