This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new 73644d4 Fix build failure.
73644d4 is described below
commit 73644d464bbc4acc02cb20c9b7a3926284ba96f8
Author: JamesBognar <[email protected]>
AuthorDate: Wed Nov 14 16:24:15 2018 -0500
Fix build failure.
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index b779aa2..9cc82ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,6 +155,7 @@
<!-- Generated by
juneau-docs.jar -->
<exclude>**/docs.txt</exclude>
+ <exclude>**/toc.txt</exclude>
<!-- Files needed by Heroku
as-is -->
<exclude>**/app.json</exclude>