Closed TharinduDG closed 7 months ago
would like to know too!
@TharinduDG Turns out there's a skip param you can probably use
something like
<plugin>
...
<configuration>
<skip>true</skip>
</configuration>
</plugin>
Thanks. :-)
Do you want to request a feature or report a bug? feature
What is the current behavior? I'm trying to build Apache pinot in my company's CD pipeline. Apache pinot uses frontend-maven-plugin and it tries to download and install node. But we're not allowed to download anything other than maven dependencies. Is there an option in this plugin to skip download? If so I think I can run the build process inside docker where node can be allowed.
I couldn't find anything in the docs. 🤔