This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 13075df2c78 HDDS-13910. Remove unused POM profile: clover (#9278)
13075df2c78 is described below
commit 13075df2c78ae99aa1c20114fc0a487447994ba9
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Nov 12 09:47:08 2025 +0100
HDDS-13910. Remove unused POM profile: clover (#9278)
---
pom.xml | 74 -----------------------------------------------------------------
1 file changed, 74 deletions(-)
diff --git a/pom.xml b/pom.xml
index b89d03dc4af..d6e46d73b0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2634,80 +2634,6 @@
</plugins>
</build>
</profile>
- <profile>
- <id>clover</id>
- <activation>
- <activeByDefault>false</activeByDefault>
- <property>
- <name>clover</name>
- </property>
- </activation>
- <properties>
- <!-- NB: This additional parametrization is made in order
- to be able to re-define these properties with "-Dk=v" maven
options.
- By some reason the expressions declared in clover
- docs like "${maven.clover.generateHtml}" do not work in that way.
- However, the below properties are confirmed to work: e.g.
- -DcloverGenHtml=false switches off the Html generation.
- The default values provided here exactly correspond to Clover
defaults, so
- the behavior is 100% backwards compatible. -->
- <cloverAlwaysReport>true</cloverAlwaysReport>
-
<cloverDatabase>${project.build.directory}/clover/hadoop-coverage.db</cloverDatabase>
- <cloverGenHistorical>false</cloverGenHistorical>
- <cloverGenHtml>true</cloverGenHtml>
- <cloverGenXml>true</cloverGenXml>
-
<cloverLicenseLocation>${user.home}/.clover.license</cloverLicenseLocation>
- </properties>
- <build>
- <plugins>
- <plugin>
- <groupId>com.atlassian.maven.plugins</groupId>
- <artifactId>maven-clover2-plugin</artifactId>
- <configuration>
- <includesAllSourceRoots>false</includesAllSourceRoots>
- <includesTestSourceRoots>true</includesTestSourceRoots>
- <licenseLocation>${cloverLicenseLocation}</licenseLocation>
- <cloverDatabase>${cloverDatabase}</cloverDatabase>
- <targetPercentage>50%</targetPercentage>
-
<outputDirectory>${project.build.directory}/clover</outputDirectory>
- <alwaysReport>${cloverAlwaysReport}</alwaysReport>
- <generateHtml>${cloverGenHtml}</generateHtml>
- <generateXml>${cloverGenXml}</generateXml>
- <generateHistorical>${cloverGenHistorical}</generateHistorical>
- <excludes>
- <exclude>**/examples/**/*.java</exclude>
- <exclude>**/hamlet/*.java</exclude>
- <exclude>**/ha/proto/*.java</exclude>
- <exclude>**/protocol/proto/*.java</exclude>
- <exclude>**/compiler/generated/*.java</exclude>
- <exclude>**/protobuf/*.java</exclude>
- <exclude>**/v2/proto/*.java</exclude>
- <exclude>**/yarn/proto/*.java</exclude>
- <exclude>**/security/proto/*.java</exclude>
- <exclude>**/tools/proto/*.java</exclude>
- <exclude>**/hs/proto/*.java</exclude>
- </excludes>
- </configuration>
- <executions>
- <execution>
- <id>clover-setup</id>
- <goals>
- <goal>setup</goal>
- </goals>
- <phase>process-sources</phase>
- </execution>
- <execution>
- <id>clover</id>
- <goals>
- <goal>clover</goal>
- </goals>
- <phase>test</phase>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
<!-- Profiles for specific aspectj versions -->
<profile>
<id>aspectj-java11-20</id>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]