dazraf / vertx-hot

A Maven plugin for hot-deploy of Vert.x projects
47 stars 9 forks source link

Could you add a config option to add to the classpath #26

Open alexlehm opened 8 years ago

alexlehm commented 8 years ago

When running a project that uses log4j, I got an error about missing classes from logj4, which is probably since the logging is initialized before the project is build. I worked around this by adding the dependency to the plugin project itself, but it would be better to be able to add stuff to the classpath in the pom. It might also be possible to work around issue #27 by adding src/main/resources to the classpath of the plugin.

dazraf commented 8 years ago

Thanks for raising the issue! Ok, will take a look.