elharo opened a new issue, #64:
URL: https://github.com/apache/maven-mapping/issues/64
## Description
Both `DEFAULT_FILE_NAME_MAPPING` and `DEFAULT_FILE_NAME_MAPPING_CLASSIFIER`
use `@{baseVersion}@` in their expressions (`MappingUtils.java:72,78`).
However, every test in `MappingUtilsTest.java` uses `@{version}@` in its
expressions instead.
## Risk
There is no test coverage verifying that `@{baseVersion}@` resolves
correctly, or documenting the behavioral difference between `baseVersion` and
`version`.
## Suggestion
Add at least one test that evaluates a mapping expression containing
`@{baseVersion}@` to ensure it resolves as expected.
--
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]