Skip to content
This repository has been archived by the owner on Oct 7, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 817 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 817 Bytes

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