-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
PCT master
any multi-module plugins (structs, blueocean)
using localCheckoutDir
When testing multi-module plugins with PCT, I faced the problem that maven-hpi-plugin is trying to copy the dependencies to work/plugins but it fails with
[ERROR] Failed to execute goal on project structs: Could not resolve dependencies for project org.jenkins-ci.plugins:structs:hpi:1.18-SNAPSHOT: Failure to find org.jenkins-ci:symbol-annotation:jar:1.18-SNAPSHOT in https://repo.jenkins-ci.org/public/ was cached in the local repository, resolution will not be reattempted until the update interval of repo.jenkins-ci.org has elapsed or updates are forced -> [Help 1]
Because of this, it's difficult to validate the behavior of such plugins.
Is there a way around this issue?