You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "slawekjaranowski (via GitHub)" <gi...@apache.org> on 2023/10/02 18:39:39 UTC

[PR] Fix pom syntax [commons-build-plugin]

slawekjaranowski opened a new pull request, #185:
URL: https://github.com/apache/commons-build-plugin/pull/185

   Empty DOCTYPE is cause to parse error on Maven 4
   
   We have something like:
   
   ```
   [ERROR]   The project (.../repos/apache/commons-build-plugin/pom.xml) has 1 error
   [ERROR]     Non-parseable POM .../repos/apache/commons-build-plugin/pom.xml: Unexpected character '/' (code 47) in DOCTYPE declaration; expected '[' or white space.
   [ERROR]      at [row,col {unknown-source}]: [2,14] @ line 2, column 14
   
   ```


-- 
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-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Fix pom syntax [commons-build-plugin]

Posted by "sebbASF (via GitHub)" <gi...@apache.org>.
sebbASF closed pull request #185: Fix pom syntax
URL: https://github.com/apache/commons-build-plugin/pull/185


-- 
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-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Fix pom syntax [commons-build-plugin]

Posted by "sebbASF (via GitHub)" <gi...@apache.org>.
sebbASF commented on PR #185:
URL: https://github.com/apache/commons-build-plugin/pull/185#issuecomment-1743686437

   Oops, sorry about that. Errant DOCTYPE removed


-- 
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-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org