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 2019/03/25 18:26:32 UTC

[juneau] branch master updated: Remove doc/examples from Jacoco report.

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 fa50654  Remove doc/examples from Jacoco report.
fa50654 is described below

commit fa5065458a4a46e15b94b571e842d3545e0ff3e1
Author: JamesBognar <ja...@apache.org>
AuthorDate: Mon Mar 25 14:26:14 2019 -0400

    Remove doc/examples from Jacoco report.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0a88788..f0e4a12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -333,8 +333,8 @@
 				<version>0.8.2</version>
 				<configuration>
 					<excludes>
-						<exclude>org/apache/juneau/doc/internal/**/*</exclude>
-						<exclude>org/apache/juneau/examples/**/*</exclude>
+						<exclude>**/doc/**/*</exclude>
+						<exclude>**/examples/**/*</exclude>
 					</excludes>
 					<fileSets>
 						<fileSet implementation="org.apache.maven.shared.model.fileset.FileSet">