Nexus Maven Package returning 404

I’m trying to run mvn package on an Ignition module that I’ve recently copied from another computer. The module is originally cloned from the OPC device example on github: ignition-sdk-examples/opc-ua-device at master · inductiveautomation/ignition-sdk-examples · GitHub, and uses a pretty much identical pom.xml. Packaging this module has worked in the past (this is the first time I’ve tried to package it in about 2 months).

The command gets stuck on this line:
Downloading from releases: https://nexus.inductiveautomation.com/repository/inductiveautomation-releases/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom
And following that URL, gives me a 404 page, so I’m assuming that is why the mvn package command doesn’t continue.

Is there something wrong with the Nexus repository? Should I change the url?

Thanks in advance :smiley:

Hi there.
I’ve seen this too but not sure what I did because I have seen it but once. I’m new at building modules and and packaging and am not sure if I can help but I’ll try. My build pom starts like this:

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

There aren’t any worthy search results when I search for instances of maven in my project. I searched on Nexus and found only this:

28: <url>https://nexus.inductiveautomation.com/repository/inductiveautomation-releases</url>  
42: <url>https://nexus.inductiveautomation.com/repository/inductiveautomation-releases</url>  
54: <url>https://nexus.inductiveautomation.com/repository/inductiveautomation-snapshots</url>  
66: <url>https://nexus.inductiveautomation.com/repository/inductiveautomation-thirdparty</url>

I’ve been using the pom files from the example vision-component I cloned from GitHub…it works just fine…even after I modified it :slight_smile:

Good luck!
T.