Skip to content

Conversation

@lourw
Copy link
Contributor

@lourw lourw commented Dec 18, 2025

Current Behavior

Expected Behavior

Related Issue(s)

Fixes #

@vercel
Copy link

vercel bot commented Dec 18, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
nx-dev Ready Ready Preview Dec 22, 2025 7:49pm

@netlify
Copy link

netlify bot commented Dec 18, 2025

Deploy Preview for nx-docs ready!

Name Link
🔨 Latest commit ebdc3b3
🔍 Latest deploy log https://app.netlify.com/projects/nx-docs/deploys/69499e06d91178000887114b
😎 Deploy Preview https://deploy-preview-33934--nx-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@nx-cloud
Copy link
Contributor

nx-cloud bot commented Dec 18, 2025

View your CI Pipeline Execution ↗ for commit ebdc3b3

Command Status Duration Result
nx affected --targets=lint,test,test-kt,build,e... ❌ Failed 14m 2s View ↗
nx run-many -t check-imports check-lock-files c... ✅ Succeeded 1m 39s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 7s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 1s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2025-12-22 19:56:09 UTC

nx-cloud[bot]

This comment was marked as outdated.

@lourw lourw force-pushed the lourw/bump-spring-boot-version branch from 9ece218 to 2595705 Compare December 18, 2025 21:44
nx-cloud[bot]

This comment was marked as outdated.

@lourw lourw self-assigned this Dec 19, 2025
@lourw lourw changed the title fix(maven): bump spring version fix(maven): bump spring version and re-enable maven e2e Dec 19, 2025
nx-cloud[bot]

This comment was marked as outdated.

Copy link
Contributor

@nx-cloud nx-cloud bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important

A new CI pipeline execution was requested that may update the conclusion below...

Nx Cloud is proposing a fix for your failed CI:

We've identified that the flattenMode=oss configuration requires the parent POM to be resolvable from the local Maven repository. By changing maven.install.skip from true to false for nx-maven-parent, we ensure it's installed locally during the build process, allowing e2e tests to properly resolve the nx-maven-plugin and its parent POM dependency. This maintains the PR's intent to use OSS-standard flattening while fixing the Maven artifact resolution failure.

We are verifying this fix by re-running e2e-maven:e2e-ci--src/maven-batch.test.ts.

diff --git a/packages/maven/pom.xml b/packages/maven/pom.xml
index b3879ca94c..86a4649c12 100644
--- a/packages/maven/pom.xml
+++ b/packages/maven/pom.xml
@@ -24,7 +24,7 @@
 
   <properties>
     <!-- Skip deployment for this parent POM -->
-    <maven.install.skip>true</maven.install.skip>
+    <maven.install.skip>false</maven.install.skip>
     <maven.deploy.skip>true</maven.deploy.skip>
     <maven.gpg.skip>true</maven.gpg.skip>
   </properties>

Apply fix via Nx Cloud  Reject fix via Nx Cloud


Or Apply changes locally with:

npx nx-cloud apply-locally lanN-CxlG

Apply fix locally with your editor ↗   View interactive diff ↗


🎓 Learn more about Self-Healing CI on nx.dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants