-
Notifications
You must be signed in to change notification settings - Fork 41.6k
Add working directory configuration option for Maven plugin run/start #6645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add working directory configuration option for Maven plugin run/start #6645
Conversation
|
@plamentotev Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
| } | ||
|
|
||
| public RunProcess(String... command) { | ||
| this.command = command; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should call the other constructor
|
@plamentotev thanks for the PR, I've made a couple of comments. |
|
@snicoll Thanks. As this is my first PR to the Spring project I have a question. The issue is targeted for 1.5.0 but I can't see a branch for this version and the master is 1.4.1 so how features for 1.5.0 are developed? |
|
They aren't. Master is |
In some cases the working directory of a process is important.
Add configuration option that specifies the working directory of the application ran by Maven plugin's run/start goals. Closes gh-6243
|
@plamentotev Thank you for signing the Contributor License Agreement! |
* pr/6645: Polish contribution Add workingDirectory option for Maven plugin run/start
Add configuration option that specifies the working directory of the application ran by Maven plugin's run/start goals.
See #6243