rob975 opened a new pull request, #352: URL: https://github.com/apache/logging-log4j-samples/pull/352
This is a PR that addresses https://github.com/apache/logging-log4j2/issues/3834#issuecomment-3085025523. Command: ``` mvn -X package -pl :log4j-assembly-test -am ``` will show: ``` [DEBUG] Error retrieving POM of module-dependency: org.apache.logging.log4j:log4j-jul:jar:2.25.0; Reason: Some problems were encountered while processing the POMs: [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 81, column 15 [WARNING] 'build.plugins.plugin.version' for org.codehaus.gmavenplus:gmavenplus-plugin is missing. @ [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-clean-plugin is missing. @ [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-enforcer-plugin is missing. @ [ERROR] 'dependencies.dependency.version' for com.google.errorprone:error_prone_annotations:jar must be a valid version but is '${error-prone.version}'. @ ``` The assembly contains all dependencies, so the error seems non-blocking. I would not rely on it, though. -- 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: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org