-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Trivial
-
Component/s: maven-plugin
-
None
-
Environment:Jenkins 2.541.2 and org.jenkins-ci.main:maven-plugin:3.27
To write junit tests for our shared library, we us the dependecies:
- org.jenkins-ci.main:jenkins-core
- org.jenkins-ci.main:maven-plugin.
Matching the used Jenkins server 2.541.2, the maven-plugin requires version 3.27.
BUT ... the maven-plugin has as dependency org.connectbot.jbcrypt:jbcrypt:jar:1.0.0, which is not available in maven-central and is replaced by org.connectbot:jbcrypt:jar:1.0.2.
Request: update the dependencies of org.jenkins-ci.main:maven-plugin to latest available