gleclaire / codenarc-maven-plugin

Maven Mojo Plug-In to generate reports based on the CodeNarc Analyzer
https://gleclaire.github.io/codenarc-maven-plugin/
Apache License 2.0
7 stars 17 forks source link

Add dependencies #24

Open jshipman42 opened 5 years ago

jshipman42 commented 5 years ago

include logic to pass maven jar file dependencies to the ant task

This will fix issue #16 (No way to provide own rules as classpath resources)

The code grabs the list of dependencies specified for the plugin and maps the jar files onto the classpath used in the ant task.