It is in the jenkins version too, I just checked the sources and changed the groupId in the docu too. /Domi
On 23.10.2012, at 11:03, Edo Shor <[email protected]> wrote: > This configuration option is not available in the jenkins version of the > plugin, only in the hudson one. > > My parent pom is > <parent> > <groupId>org.jenkins-ci.plugins</groupId> > <artifactId>plugin</artifactId> > <version>1.466</version> > </parent> > > Any chance to incorporate this functionality in the jenkins version ? > > I've tried using this version of the plugin but it looks for the hudson.war > and we're building for jenkins... > Any workaround for that ? > > 10x > Edo > > On Monday, October 22, 2012 2:16:43 PM UTC+2, domi wrote: > I have updated the documentation: > https://wiki.jenkins-ci.org/display/JENKINS/Plugin+Structure#PluginStructure-Classloader > > /Domi > > On 21.10.2012, at 10:28, Edo Shor <[email protected]> wrote: > > > Hi, > > > > My plugin uses velocity engine v 1.7 for creating reports. Can't change > > that. > > HPI plugin has a transitive dependency on v1.4 of this library causing > > classpath hell erros. > > I've tried to get rid of it somehow with maven excludes with no avail. > > > > Is there any chance to change the way the plugin launches jenkins ? > > Maybe some standalone jvm ? or a fresh classloader ? > > >
