On Thu, Oct 9, 2014 at 7:32 AM, Nico Mommaerts <[email protected]> wrote: > the Maven key should be > > hudson.tasks.Maven$MavenInstallation$DescriptorImpl@ > > but using my method I get > > hudson.tasks.Maven.MavenInstallation$DescriptorImpl@
For reference, you wanted Class.getName, not getCanonicalName which should only be used when generating Java sources and the like. -- 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/d/optout.
