[jboss-dev-forums] [QA of JBoss Portal] - Re: Problems with maven
pgier
do-not-reply at jboss.com
Thu Nov 15 13:32:39 EST 2007
"bdaw" wrote : So with cargo most off those dependencies are not present in my plugin classpath. If I don't use test scope for dependencies everything is fine.
| Any idea? Before I start to debug maven.... ;)
|
|
So the results of mavenProject.getTestClasspathElements()
is different depending on whether you're using the cargo plugin or not? That seems strange. I guess you could look at the cargo source to see if/where it is modifying the test classpath. If there's nothing you can do to change cargo's behavior maybe you could add the dependencies you need for your plugin as plugin dependencies instead of project test dependencies.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105171#4105171
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105171
More information about the jboss-dev-forums
mailing list