You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use the exec goal in order to run a java application the argument -p is not passed to the java application as an argument.
I attached a minimal maven project to reproduce the issue: ExecMavenIssueTest.zip
When trying to use the exec goal in order to run a java application the argument
-p
is not passed to the java application as an argument.I attached a minimal maven project to reproduce the issue: ExecMavenIssueTest.zip
Java application for testing:
exec-maven-plugin configuration:
Output for 3.1.0:
Output for 3.0.0:
The text was updated successfully, but these errors were encountered: