You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2020/07/10 21:19:45 UTC

[juneau] branch master updated: Fix build failure.

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 <ja...@salesforce.com>
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>