michael-o commented on code in PR #1605:
URL: https://github.com/apache/maven/pull/1605#discussion_r1672779146


##########
maven-core/src/test/resources/project-dynamism/pom-relative.xml:
##########
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/xsd/maven-4.0.0.xsd";
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+<project
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

Review Comment:
   My comments regarding this broken POMs still stand. No namespace means an 
invalid POM logically.



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