This is an automated email from the ASF dual-hosted git repository.
dklco pushed a commit to branch SLING-11006-regions-webconsole
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-apiregions.git
The following commit(s) were added to refs/heads/SLING-11006-regions-webconsole
by this push:
new 268b43b Removing Jacoco
268b43b is described below
commit 268b43b50f66518a236f345607bdc40c530a780b
Author: Dan Klco <[email protected]>
AuthorDate: Wed Dec 15 19:35:06 2021 -0500
Removing Jacoco
---
pom.xml | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/pom.xml b/pom.xml
index 937c3c9..7b1f90c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,25 +73,6 @@
</excludes>
</configuration>
</plugin>
- <plugin>
- <groupId>org.jacoco</groupId>
- <artifactId>jacoco-maven-plugin</artifactId>
- <version>0.8.7</version>
- <executions>
- <execution>
- <goals>
- <goal>prepare-agent</goal>
- </goals>
- </execution>
- <execution>
- <id>report</id>
- <phase>prepare-package</phase>
- <goals>
- <goal>report</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
<dependencies>