elharo opened a new pull request, #71:
URL: https://github.com/apache/maven-mapping/pull/71
Both `DEFAULT_FILE_NAME_MAPPING` and `DEFAULT_FILE_NAME_MAPPING_CLASSIFIER`
use `@{baseVersion}@`, but no existing test ever exercised this expression or
these constants.
Added four tests:
- `baseVersionMapping` -- directly tests `@{baseVersion}@` in a mapping
expression
- `defaultFileNameMapping` -- tests the `DEFAULT_FILE_NAME_MAPPING` constant
- `defaultFileNameMappingClassifier` -- tests
`DEFAULT_FILE_NAME_MAPPING_CLASSIFIER` with a non-null classifier
- `defaultFileNameMappingNullClassifier` -- tests
`DEFAULT_FILE_NAME_MAPPING_CLASSIFIER` with a null classifier
All 10 tests pass.
Closes #64
--
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]