Hi. The training materials you’re using are out of date. Please refer to this web site:
I’ve linked to the section which discusses how to create a project using our maven archetype. Use the updated link you see there:
mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate -DarchetypeCatalog=https://snaplogiceng.jfrog.io/artifactory/thirdparty/
We recently relocated our thirdparty repository, as discussed in this post:
We recommend updating custom snap packs after every quarterly release of the SnapLogic platform. Here are the key updates for the latest release.
Update SnapLogic artifact version numbers
In pom.xml, update these two properties:
<snaplogic.platform.version>4.27.10704</snaplogic.platform.version> <snaplogic.snaps.version>4.27.12971</snaplogic.snaps.version>
Update thirdparty repository URL
The thirdparty repository URL has changed. Please change the URL in pom.xml and settings.xml as follow…