You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "mbien (via GitHub)" <gi...@apache.org> on 2023/03/25 11:45:20 UTC

[GitHub] [netbeans] mbien commented on issue #5715: Bug in Comments Block in Maven File

mbien commented on issue #5715:
URL: https://github.com/apache/netbeans/issues/5715#issuecomment-1483803199

   this is no bug, this is how the maven pom parser works. You get the exact same error from the command line:
   ```
   [ERROR] [ERROR] Some problems were encountered while processing the POMs:
   [FATAL] Non-parseable POM /tmp/mavenproject1/pom.xml: in comment after two dashes (--) next character must be > not e (position: END_TAG seen ...<compilerArgs>\n                    <arg>--e... @19:29)  @ line 19, column 29
    @ 
   [ERROR] The build could not read 1 project -> [Help 1]
   [ERROR]   
   [ERROR]   The project  (/tmp/mavenproject1/pom.xml) has 1 error
   [ERROR]     Non-parseable POM /tmp/mavenproject1/pom.xml: in comment after two dashes (--) next character must be > not e (position: END_TAG seen ...<compilerArgs>\n                    <arg>--e... @19:29)  @ line 19, column 29 -> [Help 2]
   [ERROR] 
   [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   [ERROR] 
   [ERROR] For more information about the errors and possible solutions, please read the following articles:
   [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
   [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/ModelParseException
   ```


-- 
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: notifications-unsubscribe@netbeans.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists