Versions Compared

Key

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

...

<profile>
  <!-- profile for artifacts not in public repositories -->
  <id>my-local-artifacts</id>
  <repositories>
    <repository>
      <!-- Local repository for Camunda Enterprise Edition -->
      <!-- YOU MUST HAVE A VALID LICENSE TO USE THIS -->
      <id>camunda-ee</id>
      <name>camunda-ee</name>
      <url>file:///home/john/onap/camunda-ee-repository</url>
    </repository>
  </repositories>
</profile>


And add this new your profile to the list of active profiles:

...