Versions Compared

Key

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

...

A specific compilation environment is created, that requires an extension of the actual version of "frontend-maven-plugin".

Dependency is like this:

<plugins>
    <plugin>
        <groupId>com.github.eirslett</groupId>
        <artifactId>frontend-maven-plugin</artifactId>
        <!-- Use the latest released version:
        https://repo1.maven.org/maven2/com/github/eirslett/frontend-maven-plugin/ -->
        <version>LATEST_VERSION</version>
        ...
    </plugin>
...

The extension for ONAP SDN-R is published in github repository https://github.com/jacksitlab/frontend-maven-plugin.

...