Since the upgrade from pom 4.42 to 4.43.1, the plugins that I maintain are
reporting a new series of warning messages from the maven `validate` goal.
Example plugins that show the message
include
https://ci.jenkins.io/job/Plugins/job/priority-sorter-plugin/job/master/121/console
and
https://ci.jenkins.io/job/Plugins/job/implied-labels-plugin/job/master/44/console
The message is reported on each of the plugins that has upgraded to pom
4.43.1. Is there a setting that I should configure to avoid those warning
messages?
The message is:
[WARNING] Missing:
----------
1) org.jenkins-ci.main:jenkins-test-harness:jar:1802.v9de0d87365d2
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.jenkins-ci.main
-DartifactId=jenkins-test-harness -Dversion=1802.v9de0d87365d2
-Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there:
mvn deploy:deploy-file -DgroupId=org.jenkins-ci.main
-DartifactId=jenkins-test-harness -Dversion=1802.v9de0d87365d2
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.jenkins-ci.main:jenkins-test-harness:jar:1802.v9de0d87365d2
----------
1 required artifact is missing.
for artifact:
org.jenkins-ci.main:jenkins-test-harness:jar:1802.v9de0d87365d2
from the specified remote repositories:
central (https://repo.maven.apache.org/maven2, releases=true,
snapshots=false)
Path to dependency:
1) org.jenkins-ci.main:jenkins-test-harness:jar:1802.v9de0d87365d2
--
You received this message because you are subscribed to the Google Groups
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-dev/a321a4e8-9aec-43eb-baf5-1700d8361fb8n%40googlegroups.com.