Thanks dion. I'd prefer not to modify any plugins to work with 1.0, but sintead fix the incompatibilities introduced since the refactoring (unless it was an existing bug).
Sounds like there are a couple of classloader issues. Cheers, Brett > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, 8 December 2003 12:24 AM > To: [EMAIL PROTECTED] > Subject: cvs commit: maven-plugins/cruisecontrol project.xml > > > dion 2003/12/07 05:24:26 > > Modified: cruisecontrol project.xml > Log: > Add classloader property. > This is currently required for the 1.0 branch to load this plugin > > Revision Changes Path > 1.6 +2 -0 maven-plugins/cruisecontrol/project.xml > > Index: project.xml > =================================================================== > RCS file: /home/cvs/maven-plugins/cruisecontrol/project.xml,v > retrieving revision 1.5 > retrieving revision 1.6 > diff -u -r1.5 -r1.6 > --- project.xml 22 Nov 2003 00:36:04 -0000 1.5 > +++ project.xml 7 Dec 2003 13:24:26 -0000 1.6 > @@ -31,12 +31,14 @@ > <artifactId>commons-jelly-tags-xml</artifactId> > <version>20030211.142705</version> > <url>http://jakarta.apache.org/commons/jelly/libs/xml/</url> > + > <properties><classloader>root.maven</classloader></properties> > </dependency> > <dependency> > <groupId>commons-jelly</groupId> > <artifactId>commons-jelly-tags-jsl</artifactId> > <version>20030211.143151</version> > <url>http://jakarta.apache.org/commons/jelly/libs/jsl/</url> > + > <properties><classloader>root.maven</classloader></properties> > </dependency> > </dependencies> > <build> > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >