You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mvnsh$ git log | head -n 3
commit 06a25d4240a87c6f6e972db3239d56125ddb95b0
Author: Jason Dillon <[email protected]>
Date: Wed Aug 15 12:39:39 2018 -0700
mvnsh$ JAVA_HOME=~/bin/jdk-8 ./build rebuild
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for com.planet57.maven.shell:mvnsh:1.2.0-SNAPSHOT: Failure to find com.planet57.buildsupport:public-parent:pom:2-SNAPSHOT in https://oss.sonatype.org/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of ossrh has elapsed or updates are forced and 'parent.relativePath' points at no local POM @ line 24, column 11
The text was updated successfully, but these errors were encountered:
The missing parent POM is due to the SNAPSHOT being purged a while after the 2 version was released. BUT looks like there are even more issues due to SNAPSHOT deps in https://github.com/jdillon/gshell (which is required for mvnsh to build) and at least one of them Apache Felix GOGO Runtime I am not sure how to resolve at present.
I've got a recommendation at Apache Maven mailing list to look at your project, but it doesn't build as far as I can tell.
The text was updated successfully, but these errors were encountered: