worldjoe / codenarc-maven-plugin

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

Home Page:https://gleclaire.github.io/codenarc-maven-plugin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note: CodeHaus is being taken off-line so check back for any changes affecting this plugin.

codenarc-maven-plugin

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

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 -Prun-its 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 -Prun-its clean install

About

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

https://gleclaire.github.io/codenarc-maven-plugin/

License:Apache License 2.0


Languages

Language:Groovy 61.4%Language:HTML 31.6%Language:CSS 7.1%