Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 325 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 325 Bytes

#npm-k3po.js

Starts K3PO driver via node

To Start

node k3po-exec.js --pom ./test/pom.xml --log ./builds/k3po-test.log --pidFile ./builds/k3po-test.pid start

To Stop

node k3po-exec.js stop --pidFile ./builds/k3po-test.pid

Requirements

This calls mvn under the covers, and Maven must be installed.