cancel
Showing results for 
Search instead for 
Did you mean: 

Maven archetype not reachable

andre_froehlich
New Contributor

Hi,

I am currently trying to dip my toes into custom Snap development (on Mac OS). I am following this documentation: Snap Development Documentation

When I try to download the Maven archetype, I get the following error:
~  opt  snaplogic-dev  mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate -DarchetypeCatalog=https://maven.clouddev.snaplogic.com:8080/nexus/content/repositories/master/
[INFO] Scanning for projects…
[INFO]
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] >>> maven-archetype-plugin:2.4:generate (default-cli) > generate-sources @ standalone-pom >>>
[INFO]
[INFO] <<< maven-archetype-plugin:2.4:generate (default-cli) < generate-sources @ standalone-pom <<<
[INFO]
[INFO]
[INFO] — maven-archetype-plugin:2.4:generate (default-cli) @ standalone-pom —
[INFO] Generating project in Interactive mode
[WARNING] Error reading archetype catalog https://maven.clouddev.snaplogic.com:8080/nexus/content/repositories/master
org.apache.maven.wagon.TransferFailedException: Connect to maven.clouddev.snaplogic.com:8080 [maven.clouddev.snaplogic.com/54.211.121.206] failed: Connection refused (Connection refused)
[…]

Am I doing anything the wrong way or has the location changed?

Best regards,
Andre

2 REPLIES 2

andre_froehlich
New Contributor

Solved. Was a network issue.

Vishalj32
New Contributor

Hi,
I am also facing the same issue while accessing the snap archetype