On Mon, Oct 21, 2013 at 11:34 PM, StudyCodes <[email protected]> wrote: > when i open http://localhost:8080/jenkins/ Here is the error: > > SEVERE: Failed Loading plugin dashboard-view > java.io.IOException: Dependency ui-samples-plugin (1.509.1) doesn't > exist > at > hudson.PluginWrapper.resolvePluginDependencies(PluginWrapper.java:479)
Bug in older versions of maven-hpi-plugin. Explicitly request a newer version in your POM, or use a newer parent POM (I think 1.509.3 works). Also make sure to clean everything (target/ and work/ dirs) before retrying. -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
