Forum Discussion

maheswara's avatar
maheswara
New Contributor II
2 years ago
Solved

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 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.

10 Replies

    • maheswara's avatar
      maheswara
      New Contributor II

      Hi ddellsperger ,

      Thank you for responding. its working now. but I have one doubt which number I have to choose form below image. could you please help me in this.

       

      • ddellsperger's avatar
        ddellsperger
        Admin

        You will want to make sure that you're using the following command (I'm not able to see the command that you ran, so you might have missed something)

        mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate -DarchetypeCatalog=https://snaplogiceng.jfrog.io/artifactory/thirdparty/

        Iit's important that you specify the exact version since that is the last version that allows us to override the url of the catalog with a command-line argument.