...
A further option is to download the source code to a local server and compile to the local ".m2" maven repository.
For compiling the version 1.7.1 of the frontend plugin the environment is
- java8 (not java11). For openjdk use "sudo apt-get install openjdk-8-jdk"
- mvn 3.6.0 setup for ONAP (cd ~/.m2 ; wget https://git.onap.org/oparent/plain/settings.xml)
Download repo
- clone the jacksitlab/frontend-maven-plugin using the github link
Compile plugin
- cd into frontend-maven-plugin
- mvn clean install -DskipTests