File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed
Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change 77 <packaging >pom</packaging >
88
99 <properties >
10- <node .version>v10.16.2</node .version>
11- <npm .version>6.9.0</npm .version>
1210 <frontend-maven-plugin .version>1.6</frontend-maven-plugin .version>
1311 <stylesheet .build.dir>${basedir} /stylesheets/</stylesheet .build.dir>
1412 <stylesheet .target.dir>${project.build.directory} /stylesheets/</stylesheet .target.dir>
4442
4543 <build >
4644 <plugins >
47- <plugin >
48- <groupId >com.github.eirslett</groupId >
49- <artifactId >frontend-maven-plugin</artifactId >
50- <version >${frontend-maven-plugin.version} </version >
51- <configuration >
52- <workingDirectory >./</workingDirectory >
53- </configuration >
54- <executions >
55- <execution >
56- <id >install node and npm</id >
57- <goals >
58- <goal >install-node-and-npm</goal >
59- </goals >
60- <configuration >
61- <nodeVersion >${node.version} </nodeVersion >
62- <npmVersion >${npm.version} </npmVersion >
63- </configuration >
64- </execution >
65- <execution >
66- <id >npm install</id >
67- <goals >
68- <goal >npm</goal >
69- </goals >
70- <configuration >
71- <arguments >install</arguments >
72- </configuration >
73- </execution >
74- </executions >
75- </plugin >
76-
7745 <plugin >
7846 <groupId >de.saumya.mojo</groupId >
7947 <artifactId >gem-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments