Nx
Enterprise
Nx
Overview
Sign in / Sign up
Open main menu
Nx
GitHub
Select a tab
Overview
Runs
Analytics
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Filter
Filter exact branch match
Exact
Select status
Failed
33228
6b7b8c48 feat(maven): improve invoker configuration with pom file and repo settings
3 days ago
by FrozenPandaz
Failed
33228
8ed46c21 feat(maven): add project selector to batch runner invocation Enable Maven to locate specific projects by adding project selector to invocation request. Set isRecursive to true to allow Maven to discover all modules in the reactor.
4 days ago
by FrozenPandaz
Failed
33228
b3619fb6 feat(maven): add batch executor for multi-task Maven execution Implement a batch executor for the Maven plugin that allows Nx to execute multiple Maven targets in a single invocation for better performance. Key features: - Single executor (maven.impl.ts) for individual task execution - Batch executor (maven-batch.impl.ts) for multi-task execution - Task grouping by identical phase/goals combinations - Automatic Maven executable detection (mvnw > mvn) - Comprehensive error handling and result tracking - TypeScript-based MVP with foundation for Kotlin enhancement The batch executor follows the same pattern as the Gradle batch executor, grouping tasks with identical targets to minimize Maven process overhead while maintaining per-task result tracking. Future enhancements can include: - Full Kotlin/Java batch runner implementation - Enhanced result parsing for per-module tracking - Parallel execution of different phase groups - Maven Invoker API integration for tighter control
4 days ago
by FrozenPandaz
Previous page
Previous
Next
Next page