Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...

Download repo

  • clone the jacksitlab/frontend-maven-plugin using the github link

Compile plugin

  • cd into frontend-maven-plugin
  • mvn clean install -DskipTests

...