Skip to content

Commit 57e584a

Browse files
author
Vincent Potucek
committed
Pull apache#2292: Modernize codebase with Java improvements - functionalize DefaultModelProcessor#read
1 parent 962e9a2 commit 57e584a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

impl/maven-impl/src/test/java/org/apache/maven/impl/model/DefaultModelProcessorTest.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,4 +230,10 @@ void locateExistingPomShouldRejectPomInDifferentDirectory() {
230230
.getMessage()
231231
.contains("does not belong to the given directory"));
232232
}
233+
234+
235+
236+
237+
238+
233239
}

0 commit comments

Comments
 (0)