Repository: empire-db Updated Branches: refs/heads/master 6ead32d88 -> 2172b1ca6
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/2172b1ca Tree: http://git-wip-us.apache.org/repos/asf/empire-db/tree/2172b1ca Diff: http://git-wip-us.apache.org/repos/asf/empire-db/diff/2172b1ca Branch: refs/heads/master Commit: 2172b1ca6e55c38d2f25a7f743ab3169e4618bd3 Parents: 6ead32d Author: Rainer Döbele <[email protected]> Authored: Thu Oct 11 12:40:39 2018 +0200 Committer: Rainer Döbele <[email protected]> Committed: Thu Oct 11 12:40:39 2018 +0200 ---------------------------------------------------------------------- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/empire-db/blob/2172b1ca/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c8c3443..5d76f7f 100644 --- a/pom.xml +++ b/pom.xml @@ -548,8 +548,10 @@ <excludes> <exclude>**/.idea/**</exclude> <exclude>**/*.json</exclude> + <exclude>**/*.vue</exclude> + <exclude>**/static/js/*.js</exclude> + <exclude>**/app.*.css</exclude> <exclude>**/readme.txt</exclude> - <exclude>**/empire-db-example-vue/src/main/webapp/static/**</exclude> </excludes> <encoding>UTF-8</encoding> </configuration>
