Skip to content

Commit

Permalink
[Bugfix] fix maven build web-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangmo8 committed Jul 16, 2024
1 parent 1135468 commit d43ece9
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions paimon-web-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ under the License.
<name>Paimon : Web : UI</name>

<properties>
<node.version>v18.0.0</node.version>
<npm.version>9.4.1</npm.version>
<node.version>v19.7.0</node.version>
<npm.version>9.5.0</npm.version>
<frontend-maven-plugin.version>1.12.0</frontend-maven-plugin.version>
<build.ui.skip>false</build.ui.skip>
</properties>
Expand Down Expand Up @@ -70,17 +70,7 @@ under the License.
</goals>
<phase>generate-resources</phase>
<configuration>
<arguments>install --force</arguments>
</configuration>
</execution>
<execution>
<id>npm fund</id>
<goals>
<goal>npm</goal>
</goals>
<phase>generate-resources</phase>
<configuration>
<arguments>fund</arguments>
<arguments>install --legacy-peer-deps</arguments>
</configuration>
</execution>
<execution>
Expand All @@ -99,4 +89,4 @@ under the License.
</profile>
</profiles>

</project>
</project>

0 comments on commit d43ece9

Please sign in to comment.