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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: