Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 338258

Summary: Insert dependency does not correctly insert
Product: z_Archived Reporter: Pascal Rapicault <pascal>
Component: m2eAssignee: Pascal Rapicault <pascal>
Status: CLOSED FIXED QA Contact:
Severity: critical    
Priority: P3 CC: vladt
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Pascal Rapicault CLA 2011-02-25 13:44:27 EST
I have a pom with an empty dependencies section. When I go between the tag and use the Insert dependency completion to add a dependency the markup being added is incorrect as the tags surrounding the new dependency says "dependencies". I end up with
   <dependencies>
  	<dependencies>
  		<groupId>org.springframework</groupId>
  		<artifactId>spring-core</artifactId>
  		<version>3.0.5.RELEASE</version>
  	</dependencies>
   </dependencies>
Comment 1 Pascal Rapicault CLA 2011-03-01 11:26:43 EST
Fixed. This was a constant typo.
Comment 2 Paul Tatavu CLA 2011-03-01 13:23:55 EST
Verified
Comment 3 Denis Roy CLA 2021-04-19 13:25:08 EDT
Moved to https://github.com/eclipse-m2e/m2e-core/issues/