[jboss-dev-forums] [Design of JBoss Build System] - how to change classpath
akostadinov
do-not-reply at jboss.com
Wed Sep 24 15:50:53 EDT 2008
Hallo,
I need to change the jboss.server.manager.classpath in AS5. But I can't find out how.
Currently it includes only one jar - the server manager. Now I need it to include 2 more jars that are new dependencies of the server manager. After maven generates thirdparty with my snapshot version of server manager I see the classpath being the same without the two new dependencies.
Shouldn't maven detect the dependencies automatically, or I need to instruct it somehow?
As well I think that server manager is only a test suite dependency. I'm planning to set its scope to test (after testing it works).
Thanks much!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178639#4178639
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178639
More information about the jboss-dev-forums
mailing list