10-17-2023 03:23 AM - last edited on 10-18-2023 08:55 AM by dmiller
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 am not able access i am getting "This site can't reached type of error".
could you please help me in that creating project for custom snap.
Solved! Go to Solution.
10-17-2023 04:44 AM
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.
10-18-2023 01:34 PM
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.
10-18-2023 09:05 AM
can you provide the output of mvn --version
?
10-18-2023 09:36 AM - edited 10-18-2023 09:39 AM
This is output.
10-18-2023 01:34 PM
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.
10-19-2023 01:22 AM
Thank you @ddellsperger . its working fine now.
10-19-2023 01:49 AM
Hi @ddellsperger,
once again thank you for previous guidance. when i am trying to package the snap pack I am facing some issue please find that in below image.