slawekjaranowski commented on code in PR #234:
URL:
https://github.com/apache/maven-plugin-testing/pull/234#discussion_r2466253781
##########
maven-plugin-testing-harness/src/test/java/org/apache/maven/plugin/testing/ParametersMojoTest.java:
##########
@@ -116,4 +116,12 @@ void basedirInjectedWithBasedirAnnotation(ParametersMojo
mojo) {
assertEquals("i-have-a-basedir-set-by-annotation", mojo.getPlain());
assertDoesNotThrow(mojo::execute);
}
Review Comment:
@sparsick there is tests for relative path of `Basedir`
--
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]