-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 11.4
-
Component/s: CI/CD, Seam / JSF UI
-
Tags:
-
Team:PLATFORM
-
Sprint:nxplatform #19
-
Story Points:1
We have an error while bumping the master branch using mvn versions:set because the newer Nuxeo server artifacts are not yet present on Nexus.
14:56:45 + perl -i -pe 's|<version>11.3-SNAPSHOT</version>|<version>11.4-SNAPSHOT</version>|' pom.xml 14:56:45 + mvn -B -nsu -Dnuxeo.skip.enforcer=true -Prelease versions:set -DnewVersion=11.4-SNAPSHOT -DgenerateBackupPoms=false 14:56:45 Picked up JAVA_TOOL_OPTIONS: -Dsun.zip.disableMemoryMapping=true -XX:+UseParallelGC -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 14:56:47 [INFO] Scanning for projects... 14:57:02 [ERROR] [ERROR] Some problems were encountered while processing the POMs: 14:57:02 [FATAL] Non-resolvable parent POM for org.nuxeo.ecm.platform:nuxeo-jsf-ui:11.4-SNAPSHOT: Could not find artifact org.nuxeo:nuxeo-parent:pom:11.4-SNAPSHOT in nexus (https://packages.nuxeo.com/repository/maven-internal/) and 'parent.relativePath' points at wrong local POM @ line 3, column 11
Seen here https://jenkins.platform.dev.nuxeo.com/job/nuxeo/job/release-nuxeo-jsf-ui/11/
We should not rely on mvn versions:set for bumping the version, like what we've done for the nuxeo/nuxeo release pipeline.
- Is referenced in