nicolas de loof-3 wrote:
> 
> Add <dependencies> element to your plugin configuration to extend/override
> the plugin classpath. Please note this works fine only on maven 2.0.9
> 

Sorry that I have to come back to this topic. I just added 
                                          <dependency>
                                            
<groupId>org.codehaus.castor</groupId>
                                            
<artifactId>castor-codegen</artifactId>
                                            <version>1.2</version>
                                          </dependency>
to the dependencies of the castor-maven-plugin 2.0-alpha1 and I get a:
 java.lang.NoClassDefFoundError: org/apache/velocity/context/Context

Is it possible that transitive dependencies are not working for plugin
dependencies? I am using maven 2.0.9.

Thanks for any hints!
-- 
View this message in context: 
http://www.nabble.com/How-to-manipulate-the-classpath-in-which-a-maven-plugin-operates-tp18748495p19776574.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to