Repository: reef Updated Branches: refs/heads/master 41e4be255 -> 7a417393c
[REEF-1829] pom.xml fix: Apache license checker complains about files in .vs/ directory Add `**/.vs/**` to `exclude` section of the `apache-rat-plugin` in root `pom.xml` JIRA: [REEF-1829](https://issues.apache.org/jira/browse/REEF-1829) Closes #1330 Project: http://git-wip-us.apache.org/repos/asf/reef/repo Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/7a417393 Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/7a417393 Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/7a417393 Branch: refs/heads/master Commit: 7a417393cdade1d73427d4d2e124f7d3c19b9c49 Parents: 41e4be2 Author: Sergiy Matusevych <[email protected]> Authored: Thu Jul 13 16:04:10 2017 -0700 Committer: Julia Wang <[email protected]> Committed: Thu Jul 13 19:38:35 2017 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/reef/blob/7a417393/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ecdf274..223ea97 100644 --- a/pom.xml +++ b/pom.xml @@ -289,6 +289,7 @@ under the License. <!-- Error logs --> <exclude>**/*.log</exclude> <!-- The Visual Studio and Nuget build files --> + <exclude>**/.vs/**</exclude> <exclude>**/*.sln*</exclude> <exclude>**/*.vcxproj*</exclude> <exclude>**/*.csproj*</exclude>
