Repository: activemq-artemis Updated Branches: refs/heads/master a394c831f -> 5cd681772
Ignore gitbook build of userman in license check Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/da25d6f0 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/da25d6f0 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/da25d6f0 Branch: refs/heads/master Commit: da25d6f01adb393d8eed4e50eceea5b787b4790b Parents: a394c83 Author: Martyn Taylor <[email protected]> Authored: Mon May 11 11:31:29 2015 +0100 Committer: Martyn Taylor <[email protected]> Committed: Mon May 11 11:46:27 2015 +0100 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/da25d6f0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4ce6569..01f29db 100644 --- a/pom.xml +++ b/pom.xml @@ -949,6 +949,7 @@ <exclude>**/*.md</exclude> <exclude>etc/org.eclipse.*</exclude> <exclude>docs/user-manual/en/*.json</exclude> + <exclude>docs/user-manual/en/_book/</exclude> <exclude>**/target/</exclude> <exclude>**/META-INF/services/*</exclude> <exclude>**/*.iml</exclude>
