exec-maven-plugin
exec-maven-plugin copied to clipboard
Exec Maven Plugin
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.20.0 to 5.20.1. Release notes Sourced from release-drafter/release-drafter's releases. v5.20.1 What's Changed Bug Fixes Add missing inputs to action config (#1202) @gilbertsoft Documentation Add more comments about...
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 4.7.0. Release notes Sourced from mockito-core's releases. v4.7.0 Changelog generated by Shipkit Changelog Gradle Plugin 4.7.0 2022-08-13 - 33 commit(s) by 198812345678, Andy Coates, Chen...
Bumps [mojo-parent](https://github.com/mojohaus/mojo-parent) from 69 to 70. Release notes Sourced from mojo-parent's releases. 70 Changes 🚀 New features and improvements Improvement checkstyle configuration (#293) @slawekjaranowski Add modello-maven-plugin to pluginManagement (#288) @slawekjaranowski...
Whilst attempting to run **cmd.exe** to execute a batch file, where within we unset an environment variable, I found that the exec-maven-plugin duplicates any non-uppercased environment variables with an uppercased...
Minimal reproducer project: https://github.com/Kirchoffs/exec-plugin-issue What I am trying to do, is to create a java class (PrimitiveServlet.class) file by javac, and then use URLClassLoader to load this class file dynamically....
Hey so I have a AWS CDK package and I'm running `mvn package` and i get the following stack trace: ``` [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.0.0:java (default-cli) on project...
Works with: `org.codehaus.mojo:exec-maven-plugin:3.0.0:java` Does not Work with: `org.codehaus.mojo:exec-maven-plugin:3.1.0:java` No code change on our side. Thanks a lot, Christophe ``` [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.1.0:java (default-cli) on project azure-insights-probes: An...
My profile :- ``` test maven-dependency-plugin 3.3.0 getClasspathFilenames properties org.codehaus.mojo exec-maven-plugin 3.1.0 java test java -javaagent:${groupId:artifactId:jar} -classpath sampleTest ``` When running command `mvn exec:exec -P test`, I'm getting error ```Error...
I've added a simple fix to support resolving the modulepath when using command line arguments. Would it be interesting if I worked on running the maven exec plugin with both...
This is a follow-up to some review comments in Pull Request #153 (for Issue #152) after it had been merged. Attaching the owning thread name to program output as a...