Updated Branches: refs/heads/master 9f8eabce2 -> 9f7d5171f
narrow the exclusion Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/9f7d5171 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/9f7d5171 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/9f7d5171 Branch: refs/heads/master Commit: 9f7d5171feeb79b46147d7e1b858db6d1d28558b Parents: 9f8eabc Author: Stephen Connolly <[email protected]> Authored: Mon Jul 8 10:56:10 2013 +0100 Committer: Stephen Connolly <[email protected]> Committed: Thu Jul 18 11:19:00 2013 +0100 ---------------------------------------------------------------------- maven-core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/9f7d5171/maven-core/pom.xml ---------------------------------------------------------------------- diff --git a/maven-core/pom.xml b/maven-core/pom.xml index 80bbe20..8ef9d7e 100644 --- a/maven-core/pom.xml +++ b/maven-core/pom.xml @@ -119,7 +119,7 @@ <exclude>lifecycle-executor.txt</exclude> <exclude>plugin-manager.txt</exclude> <exclude>project-builder.txt</exclude> - <exclude>src/site/resources/**</exclude> + <exclude>src/site/resources/design/**</exclude> </excludes> </configuration> </plugin>
