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 c2a54ea Fix build failure.
c2a54ea is described below
commit c2a54ea084a1f6d73e1548abbcda1cd2ba39727a
Author: JamesBognar <[email protected]>
AuthorDate: Fri Jul 10 17:19:34 2020 -0400
Fix build failure.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1409956..8c7ed5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,7 +183,7 @@
<!-- Generated by embedded
jetty server -->
<exclude>**/jetty.out.xml</exclude>
- <exclude>**/derby.log</exclude>
+ <exclude>**/*.log</exclude>
<!-- Generated in
juneau-microservice-template for some reason -->
<exclude>**/dependency-reduced-pom.xml</exclude>