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


##########
compat/maven-model/src/test/java/org/apache/maven/model/v4/ModelXmlTest.java:
##########
@@ -56,19 +56,20 @@ void testXmlRoundtripWithProperties() throws Exception {
 
     @Test
     void testNamespaceInXmlNode() throws XMLStreamException {
-        String xml = "<project 
xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n";
-                + "         xmlns=\"http://maven.apache.org/POM/4.0.0\"\n";
-                + "         
xsi:schemaLocation=\"http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/POM/4.0.0\";>\n"
-                + "  <build>\n"
-                + "    <plugins>\n"
-                + "      <plugin>\n"
-                + "         <m:configuration 
xmlns:m=\"http://maven.apache.org/POM/4.0.0\"; 
xmlns=\"http://fabric8.io/fabric8-maven-plugin\";>\n"
-                + "             <myConfig>foo</myConfig>\n"
-                + "         </m:configuration>\n"
-                + "      </plugin>\n"
-                + "    </plugins>\n"
-                + "  </build>\n"
-                + "</project>";
+        String xml = """

Review Comment:
   sorry i have added the word **properly**, as its somehow not simple enough 
to relate for some. Im not very exact in my communication please excuse this.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to