Skip to content

Commit cc6faea

Browse files
author
Fabian Baumeister
committed
fix: Do not use npm install from maven but as prerequisite
1 parent 9d0ef84 commit cc6faea

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

asciidoctor-stylesheet/pom.xml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
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>
@@ -44,36 +42,6 @@
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>

0 commit comments

Comments
 (0)