Versions Compared

Key

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

...

Add the Comalatech Maven repository to you .m2/settings.xml file or your project pom.xml.

Code Block
<repository>
    <id>comalatech<id>appfire-comalatech-public</id>
    <url>https://nexus.comalatechappfire.com/content/groups/repository/comalatech-maven-public/</url>
    <snapshots>
        <enabled>true</enabled>
    </snapshots>
    <releases>
        <enabled>true</enabled>
    </releases>
</repository>

...

Code Block
<dependency>
    <groupId>com.comalatech</groupId>
    <artifactId>publishing-api</artifactId>
    <version>2<version>3.81.0</version>
    <scope>provided</scope>
</dependency>

...