Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add npx to lifecycle-mapping-metadata.xml #1151

Merged
merged 1 commit into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Last public release: [![Maven Central](https://maven-badges.herokuapp.com/maven-

## Changelog

### 1.15.1

* Fix #1150: Update lifecycle-mapping-metadata.xml for npx

### 1.15.0

* Bun support
Expand Down Expand Up @@ -78,7 +82,7 @@ Just a lot of various small bug fixes and tweaks.

### 1.7.6

* Fix #670: Plugin will no longer fail to install node.exe if node.exe already exists
* Fix #670: Plugin will no longer fail to install node.exe if node.exe already exists
* Fix #794: Plugin will self-repair if previous node/npm/yarn archive download was interrupted

### 1.5
Expand Down Expand Up @@ -106,14 +110,14 @@ failOnError-like behavior can be implemented by ignoring exit codes;

### 1.2

* New goals `yarn` and `install-node-and-yarn` for Yarn support
* New goals `yarn` and `install-node-and-yarn` for Yarn support

### 1.1

* Update requirements to Java 1.7
* Fix #469: Check write permissions on node installation folder
* ThreadSafe Node and NPM installation
* Add documentation and example for environmentVariables
* Add documentation and example for environmentVariables
* Add ARM's 64bit server aarch64 support
* Add Linux on Power Systems ppc64le support
* Authenticated download
Expand All @@ -122,7 +126,7 @@ failOnError-like behavior can be implemented by ignoring exit codes;

### 1.0

* Fix #384: Add parameter `npmInheritsProxyConfigFromMaven`
* Fix #384: Add parameter `npmInheritsProxyConfigFromMaven`
* Update `maven-invoker-plugin` to v2.0.0 to fix the build on Windows mith Maven 3.2.2
Caused by this issue: https://issues.apache.org/jira/browse/MINVOKER-166
* Fix #343: Change "npm WARN" from ERROR to WARNING in log
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<pluginExecutionFilter>
<goals>
<goal>npm</goal>
<goal>npx</goal>
<goal>pnpm</goal>
<goal>yarn</goal>
<goal>gulp</goal>
Expand Down