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.
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.