Is it possible to build OpenAM without Chrome? #900
-
I'm building with:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @FireBurn , <plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<executions>
<execution>
<id>npm-build</id>
<goals>
<goal>npm</goal>
</goals>
<phase>compile</phase>
<configuration>
<arguments>run build:production -- --target-version=${project.version} --force</arguments>
</configuration>
</execution>
</executions>
</plugin> |
Beta Was this translation helpful? Give feedback.
-
The |
Beta Was this translation helpful? Give feedback.
The
-DskipTests=true
option should work after releasing #902 PR.