Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit b10fed4

Browse files
committed
Polishing.
1 parent fb8ed20 commit b10fed4

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

pom.xml

+38-38
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

66
<parent>
@@ -20,43 +20,43 @@
2020
<build>
2121
<pluginManagement>
2222
<plugins>
23-
<!-- tag::frontend-maven-plugin[] -->
24-
<plugin>
25-
<groupId>com.github.eirslett</groupId>
26-
<artifactId>frontend-maven-plugin</artifactId>
27-
<version>1.9.1</version>
28-
<configuration>
29-
<installDirectory>target</installDirectory>
30-
</configuration>
31-
<executions>
32-
<execution>
33-
<id>install node and npm</id>
34-
<goals>
35-
<goal>install-node-and-npm</goal>
36-
</goals>
37-
<configuration>
38-
<nodeVersion>v12.14.0</nodeVersion>
39-
<npmVersion>6.13.4</npmVersion>
40-
</configuration>
41-
</execution>
42-
<execution>
43-
<id>npm install</id>
44-
<goals>
45-
<goal>npm</goal>
46-
</goals>
47-
<configuration>
48-
<arguments>install</arguments>
49-
</configuration>
50-
</execution>
51-
<execution>
52-
<id>webpack build</id>
53-
<goals>
54-
<goal>webpack</goal>
55-
</goals>
56-
</execution>
57-
</executions>
58-
</plugin>
59-
<!-- end::frontend-maven-plugin[] -->
23+
<!-- tag::frontend-maven-plugin[] -->
24+
<plugin>
25+
<groupId>com.github.eirslett</groupId>
26+
<artifactId>frontend-maven-plugin</artifactId>
27+
<version>1.9.1</version>
28+
<configuration>
29+
<installDirectory>target</installDirectory>
30+
</configuration>
31+
<executions>
32+
<execution>
33+
<id>install node and npm</id>
34+
<goals>
35+
<goal>install-node-and-npm</goal>
36+
</goals>
37+
<configuration>
38+
<nodeVersion>v12.14.0</nodeVersion>
39+
<npmVersion>6.13.4</npmVersion>
40+
</configuration>
41+
</execution>
42+
<execution>
43+
<id>npm install</id>
44+
<goals>
45+
<goal>npm</goal>
46+
</goals>
47+
<configuration>
48+
<arguments>install</arguments>
49+
</configuration>
50+
</execution>
51+
<execution>
52+
<id>webpack build</id>
53+
<goals>
54+
<goal>webpack</goal>
55+
</goals>
56+
</execution>
57+
</executions>
58+
</plugin>
59+
<!-- end::frontend-maven-plugin[] -->
6060
</plugins>
6161
</pluginManagement>
6262
</build>

0 commit comments

Comments
 (0)