Skip to content

Maven Mojo Plug-In to generate reports based on the CodeNarc Analyzer

License

Notifications You must be signed in to change notification settings

topr/codenarc-maven-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codenarc-maven-plugin

Maven Mojo Plug-In to generate reports based on the CodeNarc Analyzer

The documentation for the CodeNarc Maven Plugin is here: http://mojo.codehaus.org/codenarc-maven-plugin/

Run all test mvn -Prun-its clean install

Skip tests mvn -DskipTests=true clean install

Run selected tests example mvn -Prun-its -Dinvoker.test=basic-1 clean install

Run tests on CodeNarc test source code that is local instead of from SVN repository mvn -o -DtestSrc=local -DlocalTestSrc=/opt/codenarc/codenarc-0.17/src/test clean install

Run tests in debugger mvn -Dmaven.surefire.debug="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 -Xnoagent -Djava.compiler=NONE" -o -DtestSrc=local -DlocalTestSrc=/opt/codenarc/codenarc-0.17/src/test clean install

About

Maven Mojo Plug-In to generate reports based on the CodeNarc Analyzer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Groovy 89.6%
  • CSS 10.4%