67 lines
2.4 KiB
Diff
67 lines
2.4 KiB
Diff
--- configs/configuration.xml~ 2021-04-17 20:29:06.000000000 +0200
|
|
+++ configs/configuration.xml 2021-05-13 20:31:32.788080466 +0200
|
|
@@ -1,63 +1,5 @@
|
|
<?xml version="1.0" encoding="US-ASCII"?>
|
|
<configuration xmlns="http://fedorahosted.org/xmvn/CONFIG/2.0.0">
|
|
- <buildSettings>
|
|
- <skippedPlugins>
|
|
- <!-- Version of Java and bytecode level is always fixed in distro -->
|
|
- <plugin>
|
|
- <groupId>org.codehaus.mojo</groupId>
|
|
- <artifactId>animal-sniffer-maven-plugin</artifactId>
|
|
- </plugin>
|
|
- <plugin>
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
- <artifactId>maven-enforcer-plugin</artifactId>
|
|
- </plugin>
|
|
- <!-- Static analysis and code style is upstream's business -->
|
|
- <plugin>
|
|
- <groupId>org.codehaus.moj</groupId>
|
|
- <artifactId>findbugs-maven-plugin</artifactId>
|
|
- </plugin>
|
|
- <plugin>
|
|
- <groupId>com.github.spotbug</groupId>
|
|
- <artifactId>spotbugs-maven-plugin</artifactId>
|
|
- </plugin>
|
|
- <plugin>
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
- <artifactId>maven-checkstyle-plugin</artifactId>
|
|
- </plugin>
|
|
- <plugin>
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
- <artifactId>maven-pmd-plugin</artifactId>
|
|
- </plugin>
|
|
- <!-- Code coverage is upstream's business -->
|
|
- <plugin>
|
|
- <groupId>org.jacoco</groupId>
|
|
- <artifactId>jacoco-maven-plugin</artifactId>
|
|
- </plugin>
|
|
- <plugin>
|
|
- <groupId>org.eluder.coveralls</groupId>
|
|
- <artifactId>coveralls-maven-plugin</artifactId>
|
|
- </plugin>
|
|
- <plugin>
|
|
- <groupId>org.codehaus.mojo</groupId>
|
|
- <artifactId>cobertura-maven-plugin</artifactId>
|
|
- </plugin>
|
|
- <!-- Release auditing is upstream's business -->
|
|
- <plugin>
|
|
- <groupId>org.apache.rat</groupId>
|
|
- <artifactId>apache-rat-plugin</artifactId>
|
|
- </plugin>
|
|
- <!-- Cannot code sign in downstream builds -->
|
|
- <plugin>
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
- <artifactId>maven-gpg-plugin</artifactId>
|
|
- </plugin>
|
|
- <!-- Cannot push artifacts to Nexus server -->
|
|
- <plugin>
|
|
- <groupId>org.sonatype.plugins</groupId>
|
|
- <artifactId>nexus-staging-maven-plugin</artifactId>
|
|
- </plugin>
|
|
- </skippedPlugins>
|
|
- </buildSettings>
|
|
<resolverSettings>
|
|
<metadataRepositories>
|
|
<repository>/usr/share/maven-metadata</repository>
|