Hi

When I try to launch my plugin with 'mvn hpi:run' I get an error that dependency ui-samples-plugin doesn't exist:

May 02, 2013 10:54:37 AM jenkins.InitReactorRunner$1 onTaskFailed
SEVERE: Failed Loading plugin test
java.io.IOException: Dependency ui-samples-plugin (1.505) doesn't exist
at hudson.PluginWrapper.resolvePluginDependencies(PluginWrapper.java:479)
    at hudson.PluginManager$2$1$1.run(PluginManager.java:332)
at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:146)
    at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
 ...

The Jenkins will start but my plugin is not loaded. It is not listen under 'Installed' tab on Plugin Manager page.

This plugin works fine up until 1.504 version of the jenkins, 1.505 or later generates the error above.

Inside my local .m2/repository there is a directory org/jenkins-ci/main/ui-samples-plugin/1.505 with .jar and .pom files. So it appears that maven have downloaded the ui-samples-plugin successfully.

I also tried launching the example plugin generated with 'mvn -U org.jenkins-ci.tools:maven-hpi-plugin:create', where I only changed jenkins version in the pom.xml file. I get the same results, works fine in 1.504 but not in 1.505.

Does anyone know what is the problem?


Regards,
Elmir

--
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 jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to