...
The extension for ONAP SDN-R is published in github repository https://github.com/jacksitlab/frontend-maven-plugin.
Usage in ODLUX pom files
In ONAP ODLUX the plugin is used as already pre-compiled plugin.
...
Code Block |
---|
<pluginRepository> <id>highstreet repo</id> <url>https://cloud-highstreet-technologies.com/mvn/</url> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> </pluginRepository> |
How to compile locally
A further option is to download the source code to a local server and compile to the local ".m2" maven repository.
...
- 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
...