Skip to content

Commit

Permalink
update npm & move frontend-maven-plugin to pluginManagement in parent (
Browse files Browse the repository at this point in the history
  • Loading branch information
maximthomas committed May 8, 2024
1 parent 1804c49 commit 54577db
Show file tree
Hide file tree
Showing 9 changed files with 10,625 additions and 7,760 deletions.
1 change: 0 additions & 1 deletion openam-ui/openam-ui-api/.npmrc

This file was deleted.

1,863 changes: 0 additions & 1,863 deletions openam-ui/openam-ui-api/npm-shrinkwrap.json

This file was deleted.

3,302 changes: 3,302 additions & 0 deletions openam-ui/openam-ui-api/package-lock.json

Large diffs are not rendered by default.

27 changes: 0 additions & 27 deletions openam-ui/openam-ui-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,34 +47,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>1.7.6</version>
<configuration>
<installDirectory>${node.install.directory}</installDirectory>
</configuration>
<executions>
<execution>
<id>install-node-and-npm</id>
<goals>
<goal>install-node-and-npm</goal>
</goals>
<phase>initialize</phase>
<configuration>
<nodeVersion>v20.12.2</nodeVersion>
<npmVersion>6.14.8</npmVersion>
<!-- <downloadRoot>http://maven.forgerock.org/repo/forgerock-third-party-virtual/</downloadRoot> -->
<!-- <npmDownloadRoot>http://maven.forgerock.org/repo/api/npm/npm-virtual/npm/-/</npmDownloadRoot> -->
</configuration>
</execution>
<execution>
<id>npm-install</id>
<goals>
<goal>npm</goal>
</goals>
<phase>initialize</phase>
<configuration>
<arguments>install</arguments>
</configuration>
</execution>
<execution>
<id>npm-build</id>
<goals>
Expand Down
1 change: 0 additions & 1 deletion openam-ui/openam-ui-ria/.npmrc

This file was deleted.

Loading

0 comments on commit 54577db

Please sign in to comment.