...
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> |
...
Add a dependency on the publishing api library to your project
Info |
---|
Only available from Comala Publishing 2.16.0 onwards, there will always be a corresponding API library with the same version available. |
Code Block |
---|
<dependency> <groupId>com.comalatech</groupId> <artifactId>publishing-api</artifactId> <version>2<version>3.81.0</version> <scope>provided</scope> </dependency> |
...