Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 338258 - Insert dependency does not correctly insert
Summary: Insert dependency does not correctly insert
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: m2e (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Pascal Rapicault CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-25 13:44 EST by Pascal Rapicault CLA
Modified: 2021-04-19 13:25 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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/