This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch close in repository https://gitbox.apache.org/repos/asf/maven-jmod-plugin.git
commit ea371e0d16e7697ddf16f8ba9c67942379974cb7 Merge: 476ea84 79aa4b8 Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Wed Dec 18 10:21:52 2024 -0500 avoid IO src/it/list-base-config/verify.groovy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --cc src/it/list-base-config/verify.groovy index a854396,a854396..8cddfc7 --- a/src/it/list-base-config/verify.groovy +++ b/src/it/list-base-config/verify.groovy @@@ -26,8 -26,8 +26,7 @@@ def resourceNames = def buildLog = new File (basedir, 'build.log') def listLines = buildLog.readLines() -- .dropWhile{ !it.startsWith('[INFO] The following files are contained in the module file') } -- .drop(1) ++ .dropWhile{ !it.startsWith('[INFO] ---') } .takeWhile{ !it.startsWith('[INFO] ---') } .findAll{ it.startsWith('[INFO] ')} .collect{ it - '[INFO] ' } as Set