I'm using castor to generate code. the plugin (mojo) has a dependency on castor:castor:0.9.7 This version has a generator bug (http://jira.codehaus.org/browse/CASTOR-742) that is solved in 1.0.4
But I can't override the plugin classpath to set version to 1.0.4 as the groupId has been changed since 1.0 to org.codehaus.castor. Any idea on a way to solve this ??? Seems I have to use antrun one more time... and my POM looks more and more like an ant script ! Nico
