Repository: incubator-netbeans-html4j Updated Branches: refs/heads/master 9e4efe7c7 -> 2bfa0ceda
Continuous build stores local Maven repository in .maven directory. It needs to be ignored. Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/commit/2bfa0ced Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/tree/2bfa0ced Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/diff/2bfa0ced Branch: refs/heads/master Commit: 2bfa0ceda5da8d1ba8ad7a59d73aa59cf37c02a3 Parents: 9e4efe7 Author: Jaroslav Tulach <[email protected]> Authored: Sat Sep 9 06:35:24 2017 +0200 Committer: Jaroslav Tulach <[email protected]> Committed: Sat Sep 9 06:35:24 2017 +0200 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/blob/2bfa0ced/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1e213b2..9e09c30 100644 --- a/pom.xml +++ b/pom.xml @@ -221,7 +221,8 @@ org.netbeans.html.boot.impl:org.netbeans.html.boot.fx:org.netbeans.html.context. <excludes> <exclude>**/target/**</exclude> <exclude>.gitignore</exclude> - <exclude>**/*git/**</exclude> + <exclude>**/.git/**</exclude> + <exclude>**/.maven/**</exclude> <exclude>**/*.sigtest</exclude> </excludes> <excludeSubProjects>false</excludeSubProjects>
