@jnxplus/nx-maven
TypeScript icon, indicating that this package has built-in type declarations

0.45.0 • Public • Published

@jnxplus/nx-maven

npm version

This plugin adds Maven multi-module capabilities to Nx workspace.

Supported versions

@jnxplus/nx-maven Nx Spring Boot Quarkus Micronaut
0.x.x >=17.x.x 3.x.x 3.x.x 4.x.x

Getting Started

0. Prerequisites

@jnxplus/nx-maven requires a Java 17 or higher Runtime Environment and the current Long Term Support (LTS) version of node.js.

1. Install the plugin

In the Nx workspace root folder, run this command to install the plugin :

npm install --save-dev @jnxplus/nx-maven

2. Init workspace with Maven support

The following command adds Maven support (Maven wrapper and config files) to the workspace. This only needs to be performed once per workspace.

nx generate @jnxplus/nx-maven:init

3. Usage

Action Command
Generate a parent project nx generate @jnxplus/nx-maven:parent-project my-parent-project
Generate an application nx generate @jnxplus/nx-maven:application my-app
Generate a library nx generate @jnxplus/nx-maven:library my-lib
Build a project nx build my-project
Serve an application nx serve my-app
Test a project nx test my-project
Format a java project nx format --projects my-project
Visualize project's dependency graph nx graph

License

MIT © 2021-2024 Khalil LAGRIDA

Package Sidebar

Install

npm i @jnxplus/nx-maven

Weekly Downloads

4,649

Version

0.45.0

License

MIT

Unpacked Size

822 kB

Total Files

155

Last publish

Collaborators

  • jnxplus