raystorm/ucm-maven-plugin

Lib goal does not copy dependencies

Opened this issue · 1 comments

jhult commented

Using the lib goal, does not actually copy any of the dependency JARs to the proper folder.

jhult commented

Need to add requiresDependencyResolution

http://ars-codia.raphaelbauer.com/2014/01/maven-mojo-getting-dependencies-of.html

https://github.com/TimMoore/mojo-executor

For example, if you are using the maven-dependency-plugin, as in this example, you will need to add @requiresDependencyResolution to your class annotations to ensure that Maven resolves the project dependencies before invoking your plugin.