ggkochanski commented on PR #132:
URL:
https://github.com/apache/maven-help-plugin/pull/132#issuecomment-3485757222
The very naive solution is to overwrite param expression from
System.getProperty
```
@Override
public void execute() throws MojoExecutionException,
MojoFailureException {
expression = System.getProperty("expression");
```
It solves all cases but looks terribly.
The preliminary resolving is probably performed by `PropertiesConverter` and
in this case would be disabled
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]