]
Friendly Jira Robot updated ERT-614:
------------------------------------
Component/s: WTP Source Editing
(was: m2e)
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: WTP Source Editing
Reporter: Friendly Jira Robot
Labels: bzira, ui
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.