headcr4sh / node-maven

Maven for Node.js
Apache License 2.0
18 stars 14 forks source link

Request for -pl or --projects option support #29

Closed kaustubhgadre closed 4 years ago

kaustubhgadre commented 4 years ago

I use Maven Reactors a lot and I would like to see if you can add support for --projects option to run only specific projects/modules within the reactor.

If I have a reactor abc with the following modules:

I would like a support for running just abc-test like following.

mvn clean verify -pl abc-test
kaustubhgadre commented 4 years ago

Pull request #30 is created for this.

headcr4sh commented 4 years ago

Thanks for the PR!