git://wamblee.org
/
utils
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7a3bac9
)
removed cobertura
master
author
Erik Brakkee
<erik@brakkee.org>
Tue, 12 Nov 2024 19:16:02 +0000
(20:16 +0100)
committer
Erik Brakkee
<erik@brakkee.org>
Tue, 12 Nov 2024 19:16:02 +0000
(20:16 +0100)
Jenkinsfile
patch
|
blob
|
history
pom.xml
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index ac5cf5754a30c5fac0c530ce0619ff97dbda976c..a27eee227dcf25910bc9f4529b1caeae92a2c706 100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-53,7
+53,6
@@
pipeline {
post {
always {
junit '**/surefire-reports/*.xml'
post {
always {
junit '**/surefire-reports/*.xml'
- cobertura coberturaReportFile: '**/target/site/cobertura/coverage.xml'
}
changed {
mail to: "jenkins@wamblee.org",
}
changed {
mail to: "jenkins@wamblee.org",
diff --git
a/pom.xml
b/pom.xml
index ec3d564283b1a0149dbd76abd18a398894ac71ac..73a442eb5d481b890b330c28a05cda6534c9ff33 100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-410,26
+410,6
@@
</executions>
</plugin>
</executions>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- <version>2.7</version>
- <executions>
- <execution>
- <phase>post-integration-test</phase>
- <goals>
- <goal>cobertura</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <aggregate>true</aggregate>
- <formats>
- <format>html</format>
- <format>xml</format>
- </formats>
- </configuration>
- </plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<configuration>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<configuration>