Skip to content

Commit

Permalink
build: fix dependencies and build profile
Browse files Browse the repository at this point in the history
  • Loading branch information
cleydyr committed Mar 31, 2024
1 parent 0fd086d commit b24dcae
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 106 deletions.
38 changes: 0 additions & 38 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -465,44 +465,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>1.12.0</version>
<executions>
<execution>
<id>install node and npm</id>
<goals>
<goal>install-node-and-npm</goal>
</goals>
<configuration>
<nodeVersion>v21.7.1</nodeVersion>
<npmVersion>10.5.0</npmVersion>
<installDirectory>${project.basedir}/src/main/frontend</installDirectory>
</configuration>
</execution>
<execution>
<id>npm install</id>
<goals>
<goal>npm</goal>
</goals>
<configuration>
<arguments>install --force</arguments>
<workingDirectory>${project.basedir}/src/main/frontend</workingDirectory>
</configuration>
</execution>
<execution>
<id>webpack build</id>
<goals>
<goal>npm</goal>
</goals>
<configuration>
<arguments>run build</arguments>
<workingDirectory>${project.basedir}/src/main/frontend</workingDirectory>
</configuration>
</execution>
</executions>
</plugin>
</plugins>

<pluginManagement>
Expand Down
Loading

0 comments on commit b24dcae

Please sign in to comment.