Is it possible to build OpenAM without Chrome? #900
I'm building with:
|
Answered by
maximthomas
Aug 7, 2025
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> |
0 replies
|
The |
0 replies
Answer selected by
maximthomas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
-DskipTests=trueoption should work after releasing #902 PR.