maheswara
2 years agoNew Contributor II
Not able to select maven archetype
Hi Team,
when i am creating project for developing custom snap, i am not able to select maven archetype.
even "http://maven.clouddev.snaplogic.com:8080/nexus/content/repositories/master/" this i ...
- 2 years ago
The URL for the repository updated about 2 years ago to
https://snaplogiceng.jfrog.io/artifactory/thirdparty/
. You can see the updated beginning steps on the developer site. - 2 years ago
you will need to upgrade to java 11 (if you have it installed, you'll need to update JAVA_HOME), but it seems you're either missing the
-DarchetypeCatalog=https://snaplogiceng.jfrog.io/artifactory/thirdparty/
at the end, without that, it's using the archetype catalog from maven central.