Updated Branches: refs/heads/master a77080f1d -> e4770b97a
excluded src/ext/** from the headers plugin execution Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/e4770b97 Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/e4770b97 Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/e4770b97 Branch: refs/heads/master Commit: e4770b97a6750b05677ca86aa73fc92a02445b24 Parents: a77080f Author: Sergio Fernández <[email protected]> Authored: Fri Mar 1 12:21:26 2013 +0100 Committer: Sergio Fernández <[email protected]> Committed: Fri Mar 1 12:21:26 2013 +0100 ---------------------------------------------------------------------- parent/pom.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/e4770b97/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index a63d220..3be88a3 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -343,6 +343,7 @@ <header>parent/src/etc/header.txt</header> <strictCheck>true</strictCheck> <excludes> + <exclude>**/src/ext/**</exclude> <exclude>COPYING.txt</exclude> <exclude>NOTICE.txt</exclude> <exclude>README.txt</exclude>
