File tree 1 file changed +36
-0
lines changed
1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 8
8
<artifactId >plugin-step-transcription-gui</artifactId >
9
9
<packaging >jar</packaging >
10
10
<build >
11
+ <plugins >
12
+ <plugin >
13
+ <groupId >com.github.eirslett</groupId >
14
+ <artifactId >frontend-maven-plugin</artifactId >
15
+ <version >1.15.0</version >
16
+ <executions >
17
+ <execution >
18
+ <id >Install node and npm</id >
19
+ <goals >
20
+ <goal >install-node-and-npm</goal >
21
+ </goals >
22
+ </execution >
23
+ <execution >
24
+ <id >npm install</id >
25
+ <goals >
26
+ <goal >npm</goal >
27
+ </goals >
28
+ </execution >
29
+ <execution >
30
+ <id >npm run build</id >
31
+ <goals >
32
+ <goal >npm</goal >
33
+ </goals >
34
+ <configuration >
35
+ <arguments >run build</arguments >
36
+ </configuration >
37
+ </execution >
38
+ </executions >
39
+ <configuration >
40
+ <nodeVersion >v21.2.0</nodeVersion >
41
+ <npmVersion >10.2.3</npmVersion >
42
+ <workingDirectory >src/main/webapp/</workingDirectory >
43
+ <installDirectory >target</installDirectory >
44
+ </configuration >
45
+ </plugin >
46
+ </plugins >
11
47
<resources >
12
48
<resource >
13
49
<targetPath >META-INF/resources</targetPath >
You can’t perform that action at this time.
0 commit comments