maven-invoker

Maven Goals invoker

Usage no npm install needed!

<script type="module">
  import mavenInvoker from 'https://cdn.skypack.dev/maven-invoker';
</script>

README

maven-invoker

Execute set of Maven Goals for set of Maven Projects.

Prerequisites

Make sure Maven is installed on the system. Installing Apache Maven

NOTE: maven-invoker preinstalls maven-invoker-java as a main dependency. JRE will also be installed if it doesn't exist on the system.

Installing

It is recommended to install maven-invoker globally.

npm install -g maven-invoker

Usage

Navigate to Maven Projects root directory and run following command:

maveninvoker

Further follow CLI instructions to execute Maven Goals.

Examples

alt text

alt text

Example with starting multiple Spring Boot microservices:

alt text