Skip to content

Commit

Permalink
Add mandatory nodejs proxy repo to pom.xml
Browse files Browse the repository at this point in the history
This closes #27
  • Loading branch information
kwin committed Mar 7, 2024
1 parent 1cd96b5 commit c64a57d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@
<project.build.outputTimestamp>2023-11-22T14:19:57Z</project.build.outputTimestamp>
</properties>

<!-- dedicated repo necessary for nodejs-maven-plugin, https://wcm.io/tooling/maven/plugins/nodejs-maven-plugin/ -->
<repositories>
<repository>
<id>maven-nodejs-proxy</id>
<url>https://maven-nodejs-proxy.pvtool.org</url>
</repository>
</repositories>

<build>
<plugins>

Expand Down

0 comments on commit c64a57d

Please sign in to comment.