Friendly Jira Robot created ERT-614:
---------------------------------------
Summary: Add error message for wrong pom [EBZ#532696]
Key: ERT-614
URL:
https://issues.jboss.org/browse/ERT-614
Project: Eclipse Release Train
Issue Type: Task
Components: m2e
Reporter: Friendly Jira Robot
Created attachment 273233
Screenshot
Accidently I create a wrong pom without the <project> tag.
Example pom.xml:
------
<modelVersion>4.0.0</modelVersion>
<groupId>com.vogella.maven</groupId>
<artifactId>com.vogella.maven.executablejar</artifactId>
<version>0.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
------
m2e showed me an error marker in the editor but no problem marker in the Problems view.
Also the marker had no error message. I would expect at least a hover text with
"Invalid format of the pom" for something similar.
See screenshot.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)