This is an automated email from the ASF dual-hosted git repository.

radu pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-bundle-tracker-it.git


The following commit(s) were added to refs/heads/master by this push:
     new c3f24a6  corrected jacoco setup
c3f24a6 is described below

commit c3f24a646b40a1fa00527ac6b5077be62444ac9c
Author: Radu Cotescu <cote...@adobe.com>
AuthorDate: Mon Dec 10 19:48:16 2018 +0100

    corrected jacoco setup
---
 it/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/it/pom.xml b/it/pom.xml
index 3da702d..7898ad7 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -220,7 +220,7 @@
                                 <configuration>
                                     <title>Apache Sling Scripting 
Resolver</title>
                                     <includes>
-                                        
<include>**/org/apache/sling/scripting/resolver/**/*.class</include>
+                                        
<include>**/org/apache/sling/scripting/bundle/tracker/**/*.class</include>
                                     </includes>
                                 </configuration>
                             </execution>

Reply via email to