Unable to connecto nexus.inductiveautomation.com:8081

Unable to connecto nexus.inductiveautomation:8081

Hi ,
I am trying to create a module using Maven following the steps here Create a Module | Ignition SDK Programmer's Guide

After running the command "mvn package" I am getting the below error.

" Non-resolvable parent POM for groupone:artifactone:1.0.0: The following artifacts could not be resolved: com.inductiveautomation.ignitionsdk:ignition-sdk-archetypes:pom:1.2.1-SNAPSHOT (absent): Could not transfer artifact com.inductiveautomation.ignitionsdk:ignition-sdk-archetypes:pom:1.2.1-SNAPSHOT from/to releases (nexus.inductiveautomation:8081/nexus/content/repositories/inductiveautomation-releases): Connect to nexus.inductiveautomation:8081 [nexus.inductiveautomation/50.231.87.35] failed: Connect timed out and 'parent.relativePath' points at wrong local POM @ line 4, column 13"

If maven settings.xml file need to be modified for ignition please let me know

I am using Maven 3.9.2 and Java 17

Try changing the version of this to 1.2.0 instead of 1.2.1-SNAPSHOT

or better, just skip this crap and go check out the example modules and start from one of those: GitHub - inductiveautomation/ignition-sdk-examples: Ignition SDK Example Projects

1 Like