Skip to content
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 possibility to save System properties among with maven prooperties to file. #44

Open
kool79 opened this issue May 4, 2018 · 1 comment

Comments

@kool79
Copy link

kool79 commented May 4, 2018

Currently we can overrride maven property with system property with
mvn -Dprop.name=updatedValuevalue
Plugin saves such property (prop.name) to file only when such property defined in section of maven. If does not contain prop.name then output file will not contain it also.
This behavior forces me to define all properties inside maven but it is not convinient in my case. I just want to pass-through properties from and from maven CLI to samoe extarnal file which will be used later (by my tests). Test has too many different input parameters and I dont want to change pom file every time when I introduce new param.

@oarkhipov
Copy link

I've bumped to the same requiremetns. It looks like a bug. In IDEA i have many profiles, but in Jenkis build it's more convinient to use system props.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants