Repository: maven-wagon Updated Branches: refs/heads/master 5fcf54b96 -> 55b1a5e4c
removed .repository from rat config for CI Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/55b1a5e4 Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/55b1a5e4 Diff: http://git-wip-us.apache.org/repos/asf/maven-wagon/diff/55b1a5e4 Branch: refs/heads/master Commit: 55b1a5e4c0ca9b0fa90058e84ec64a7914402e32 Parents: 5fcf54b Author: Hervé Boutemy <[email protected]> Authored: Sun Mar 22 17:44:00 2015 +0100 Committer: Hervé Boutemy <[email protected]> Committed: Sun Mar 22 17:44:00 2015 +0100 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/55b1a5e4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8df3bbc..1e2c46d 100644 --- a/pom.xml +++ b/pom.xml @@ -366,6 +366,7 @@ under the License. <exclude>src/main/resources/default-server-root/**</exclude> <exclude>src/main/resources/ssh-keys/**</exclude> <exclude>src/test/ssh-keys/**</exclude> + <exclude>.repository/**</exclude><!-- for CI --> </excludes> </configuration> </plugin>
