Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
35009
e3742459 fix(maven): use @nx/maven:maven executor for skipped phase targets Use the same executor as regular phase targets but with an empty goals array, instead of nx:noop. This keeps skipped phases consistent with the rest of the maven target graph. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
by Max Kless
M
Succeeded
35009
4ad5e7f8 fix(maven): generalize phase skip to support all standard Maven skip properties Replaces the hardcoded maven.install.skip check with a generalizable map of phase-to-skip-property, covering process-resources, compile, test, install, and deploy phases. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
by Max Kless
M
Succeeded
35009
d6d1a21d fix(maven): make install targets noop when maven.install.skip=true When a Maven project sets maven.install.skip=true, the install:install goal is a no-op at runtime. However, the NxTargetFactory still generated a full batch executor target with cache:false, causing unnecessary Maven invocations on every CI agent. This led to flaky failures in DTE when the batch runner's graph setup failed on some agents. Now detects maven.install.skip=true and emits an nx:noop target with cache:true instead. The target still acts as a synchronization point in the task graph (dependsOn chain is preserved) but avoids spinning up the batch runner entirely. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
by Max Kless
M
Succeeded
35009
74a8b18f fix(maven): make install targets noop when maven.install.skip=true When a Maven project sets maven.install.skip=true, the install:install goal is a no-op at runtime. However, the NxTargetFactory still generated a full batch executor target with cache:false, causing unnecessary Maven invocations on every CI agent. This led to flaky failures in DTE when the batch runner's graph setup failed on some agents. Now detects maven.install.skip=true and emits an nx:noop target with cache:true instead. The target still acts as a synchronization point in the task graph (dependsOn chain is preserved) but avoids spinning up the batch runner entirely. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
by Max Kless
M
Previous page
Previous
Next
Next page