Pankraz76 commented on code in PR #2462:
URL: https://github.com/apache/maven/pull/2462#discussion_r2136377016
##########
impl/maven-core/src/test/java/org/apache/maven/project/MavenProjectTest.java:
##########
@@ -215,4 +248,1071 @@ void testAddDotFile() {
private void assertNoNulls(List<String> elements) {
assertFalse(elements.contains(null));
}
+
+ @Test
+ void shouldReturnCachedArtifactsWhenArtifactsNotNull() {
+ ArtifactHandler handler = new DefaultArtifactHandler("jar");
Review Comment:
yes SSOT.
--
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]