Skip to content

fix(tasks): Launch Maven mains in standalone JVM#292

Merged
tartarughina merged 1 commit into
zed-extensions:mainfrom
tartarughina:maven-exec
Jul 26, 2026
Merged

fix(tasks): Launch Maven mains in standalone JVM#292
tartarughina merged 1 commit into
zed-extensions:mainfrom
tartarughina:maven-exec

Conversation

@tartarughina

Copy link
Copy Markdown
Collaborator

Use exec:exec with an explicit Java executable so applications no longer run inside Maven's JVM. Preserve classpath scope and support inherited I/O and long classpaths.

Closes #284

Use exec:exec with an explicit Java executable so applications no
longer run inside Maven's JVM. Preserve classpath scope and support
inherited I/O and long classpaths.

Closes zed-extensions#284
@cla-bot cla-bot Bot added the cla-signed label Jul 26, 2026
@tartarughina
tartarughina merged commit 7686b34 into zed-extensions:main Jul 26, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Java main runnable uses mvn exec:java instead of launching a standalone JVM

1 participant