Community
Participate
Working Groups
Build Identifier: 20110615-0604 If I have a POM.xml containing a dependency like this <dependency> <groupId>commons-io</groupId> <artifactId> commons-io </artifactId> <version>2.0.1</version> </dependency> The line with the artifactId is not correctly stripped before being displayed in the Dependencies tab of the pom editor. Therefore the view is distorted since it is not made for displaying multiline artifactIds. These linebreaks within the pom.xml can very often occur due to automatic formatting of the XML (if the line is much longer). Please always strip the artifactId, groupId etc. before displaying it in the dependencies view. Reproducible: Always
http://git.eclipse.org/c/m2e/m2e-core.git/commit/?id=a45897346656c413f3ea7c1de3da5c2c5a2e9cbc
Moved to https://github.com/eclipse-m2e/m2e-core/issues/