cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Not able to select maven archetype

maheswara
New Contributor

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.

2 ACCEPTED SOLUTIONS

ddellsperger
Employee
Employee

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.

View solution in original post

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.

View solution in original post

10 REPLIES 10

can you provide the output of mvn --version?

maheswara_1-1697647132996.png

 

 

This is output.

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.

Thank you @ddellsperger . its working fine now.

 

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. 

maheswara_0-1697705297814.png