New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jnxplus/nx-maven

Package Overview
Dependencies
Maintainers
0
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jnxplus/nx-maven

[![npm version](https://badge.fury.io/js/@jnxplus%2Fnx-maven.svg)](https://badge.fury.io/js/@jnxplus%2Fnx-maven)

  • 1.16.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

@jnxplus/nx-maven

npm version

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

Supported versions

@jnxplus/nx-mavenNxSpring BootQuarkusMicronaut
1.x.x>= 193.x.x3.x.x4.x.x
0.x.x>= 17 & <= 183.x.x3.x.x4.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

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

License

MIT © 2021-2024 Khalil LAGRIDA

Keywords

FAQs

Package last updated on 10 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc