Closed bckfnn closed 10 years ago
I agree the classpaths should be configurable.
Fancy submitting a PR? :)
Come to think of it... this is already possible if you use mvn vertx:runModOnCP and provide the classpath property in the pom.xml:
It's not currently configurable though if you use runModIDEA/runModEclipse
I've made some changes so that runModIDEA and runModEclipse are now also configurable using the classpath property. Can you take a look and check if this works for you?
runmodXXX now no longer exists and a vertx_classpath.txt is used to configure classpath
It is bad style since it is possible to configure maven to use different source and target folders. OTOH I have very little sympathy for maven project with a non-standard layout so this issue is minor.