You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -217,7 +217,7 @@ if you need to override the version of corepack in use.
217
217
<phase>generate-resources</phase>
218
218
</execution>
219
219
<configuration>
220
-
<nodeVersion>v20.12.2</nodeVersion>
220
+
<nodeVersion>v24.12.0</nodeVersion>
221
221
222
222
<!-- Optional - only needed if Node <16.9, or if you need to use a version different
223
223
from the one packaged with Node -->
@@ -663,10 +663,9 @@ If you want to disable proxy for Yarn you can use `yarnInheritsProxyConfigFromMa
663
663
664
664
```
665
665
666
-
667
666
#### Environment variables
668
667
669
-
If you need to pass some variable to Node, you can set that using the property `environmentVariables` in configuration
668
+
If you need to pass some variable to Node, you can set that using the property `environmentVariables` in configuration
670
669
tag of an execution like this:
671
670
672
671
```xml
@@ -675,16 +674,16 @@ tag of an execution like this:
675
674
<!-- Simple var -->
676
675
<Jon>Snow</Jon>
677
676
<Tyrion>Lannister</Tyrion>
678
-
677
+
679
678
<!-- Var value take from maven properties -->
680
679
<NODE_ENV>${NODE_ENV}</NODE_ENV>
681
-
</environmentVariables>
680
+
</environmentVariables>
682
681
</configuration>
683
682
```
684
683
685
684
#### Ignoring Failure
686
685
687
-
**Ignoring failed tests:** If you want to ignore test failures in specific execution you can set that using the property `maven.test.failure.ignore` in configuration tag of an execution like this:
686
+
**Ignoring failed tests:** If you want to ignore test failures in specific execution you can set that using the property `maven.test.failure.ignore` in configuration tag of an execution like this:
688
687
689
688
```xml
690
689
<configuration>
@@ -703,15 +702,15 @@ For example, in a project using npm and gulp, if npm is skipped, gulp must also
703
702
704
703
Tools and property to enable skipping
705
704
706
-
* npm `-Dskip.npm`
707
-
* yarn `-Dskip.yarn`
708
-
* bower `-Dskip.bower`
709
-
* bun `-Dskip.bun`
710
-
* grunt `-Dskip.grunt`
711
-
* gulp `-Dskip.gulp`
712
-
* jspm `-Dskip.jspm`
713
-
* karma `-Dskip.karma`
714
-
* webpack `-Dskip.webpack`
705
+
- npm `-Dskip.npm`
706
+
- yarn `-Dskip.yarn`
707
+
- bower `-Dskip.bower`
708
+
- bun `-Dskip.bun`
709
+
- grunt `-Dskip.grunt`
710
+
- gulp `-Dskip.gulp`
711
+
- jspm `-Dskip.jspm`
712
+
- karma `-Dskip.karma`
713
+
- webpack `-Dskip.webpack`
715
714
716
715
## Eclipse M2E support
717
716
@@ -732,11 +731,10 @@ Run `$ mvn clean install`
732
731
733
732
## Issues, Contributing
734
733
735
-
Please post any issues on the [Github's Issue tracker](https://github.com/eirslett/frontend-maven-plugin/issues).
736
-
[Pull requests](https://github.com/eirslett/frontend-maven-plugin/pulls) are welcome!
734
+
Please post any issues on the [Github's Issue tracker](https://github.com/eirslett/frontend-maven-plugin/issues).
735
+
[Pull requests](https://github.com/eirslett/frontend-maven-plugin/pulls) are welcome!
737
736
You can find a full list of [contributors here](https://github.com/eirslett/frontend-maven-plugin/graphs/contributors).
0 commit comments