Pankraz76 commented on code in PR #2316: URL: https://github.com/apache/maven/pull/2316#discussion_r2083284612
########## impl/maven-impl/src/main/java/org/apache/maven/impl/DefaultPluginXmlFactory.java: ########## @@ -84,7 +84,7 @@ public void write(XmlWriterRequest<PluginDescriptor> request) throws XmlWriterEx OutputStream outputStream = request.getOutputStream(); Writer writer = request.getWriter(); if (writer == null && outputStream == null && path == null) { - throw new IllegalArgumentException("writer, outputStream or path must be non null"); + throw new IllegalArgumentException("writer, output stream, or path must be non null"); Review Comment: Thanks for guidance. FYI: Suggestion its a nice feature use on your wish. I will follow ether way. <img width="398" alt="image" src="https://github.com/user-attachments/assets/08e5b561-56cf-4394-970b-b53470ae38ea" /> -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org