Hi,
I’m getting a build failure on main
, apparently only if the old teradata jar is not in the local maven repo (e.g. rm -rf ~/.m2/repository/org/geoserver first).
And wonder why the builds didn’t fail for https://github.com/geoserver/geoserver/pull/5688
Maybe it’s getting it from the maven cache.
In any case I’ve checked there’s no other pom under community having extension as parent just to make sure I’m not missing anything, and created this pr: https://github.com/geoserver/geoserver/pull/5696
mvn clean install -DskipTests -PallExtensions,communityRelease
[INFO] Scanning for projects…
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[WARNING] ‘parent.relativePath’ of POM org.geoserver.community:gs-teradata:2.21-SNAPSHOT (/data2/groldan/git/geoserver/geoserver/master/src/community/teradata/pom.xml) points at org.geoserver:community instead of org.geoserver:extension, please verify your project structure @ line 10, column 11
[FATAL] Non-resolvable parent POM for org.geoserver.community:gs-teradata:2.21-SNAPSHOT: Could not find artifact org.geoserver:extension:pom:2.21-SNAPSHOT and ‘parent.relativePath’ points at wrong local POM @ line 10, column 11
@
[ERROR] The build could not read 1 project → [Help 1]
[ERROR]
[ERROR] The project org.geoserver.community:gs-teradata:2.21-SNAPSHOT (/data2/groldan/git/geoserver/geoserver/master/src/community/teradata/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for org.geoserver.community:gs-teradata:2.21-SNAPSHOT: Could not find artifact org.geoserver:extension:pom:2.21-SNAPSHOT and ‘parent.relativePath’ points at wrong local POM @ line 10, column 11 → [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
···
Gabriel Roldán