Pankraz76 commented on code in PR #2303:
URL: https://github.com/apache/maven/pull/2303#discussion_r2080056801


##########
impl/maven-impl/src/main/java/org/apache/maven/impl/DefaultPluginXmlFactory.java:
##########
@@ -93,7 +93,7 @@ public void write(XmlWriterRequest<PluginDescriptor> request) 
throws XmlWriterEx
                 new PluginDescriptorStaxWriter().write(outputStream, content);
             } else {
                 try (OutputStream os = Files.newOutputStream(path)) {

Review Comment:
   > Please share link to config also
   
   config is mystery `ATM` as it comes from cloud.
   
   Will update on this. Thanks



##########
impl/maven-impl/src/main/java/org/apache/maven/impl/DefaultPluginXmlFactory.java:
##########
@@ -93,7 +93,7 @@ public void write(XmlWriterRequest<PluginDescriptor> request) 
throws XmlWriterEx
                 new PluginDescriptorStaxWriter().write(outputStream, content);
             } else {
                 try (OutputStream os = Files.newOutputStream(path)) {

Review Comment:
   > Please share link to config also
   
   config is mystery `ATM` as it comes from cloud.
   
   Will update, thanks.



-- 
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

Reply via email to