pmd plugin build failure
plasma-framework opened this issue · 3 comments
)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:56 min
[INFO] Finished at: 2018-02-21T14:03:19-07:00
[INFO] Final Memory: 43M/295M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-pmd-plugin:3.8:pmd (default) on project teetime: Execution def
.apache.maven.plugins:maven-pmd-plugin:3.8:pmd failed: Plugin org.apache.maven.plugins:maven-pmd-plugin:3.8 or one of its de
not be resolved: Failed to collect dependencies at org.apache.maven.plugins:maven-pmd-plugin:jar:3.8 -> net.sourceforge.tee
🫙1.0.0-SNAPSHOT: Failed to read artifact descriptor for net.sourceforge.teetime:pmd.ruleset🫙1.0.0-SNAPSHOT: Could no
act net.sourceforge.teetime:pmd.ruleset:pom:1.0.0-SNAPSHOT from/to apache.snapshots (https://repository.apache.org/snapshots
validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable
rtification path to requested target -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
Our CI Server has no problems with building TeeTime
https://build.se.informatik.uni-kiel.de/jenkins/view/TeeTime/job/teetime-nightly-release/
What is this apache snapshot repository about?
Sonatype contains our additional PMD rules:
https://oss.sonatype.org/content/repositories/snapshots/net/sourceforge/teetime/pmd.ruleset/
We have updated our build pipeline and switched to a standard pmd ruleset.
Ne snapshot versions can be found at 'de.cau.cs.se.teetime:teetime:3.1-SNAPSHOT' (gradle) on sonatype. We also moved from maven to gradle.