Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 338976 - missing version in dependency should be marked appropriately
Summary: missing version in dependency should be marked appropriately
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 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-04 16:41 EST by Pascal Rapicault CLA
Modified: 2021-04-19 13:24 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-03-04 16:41:19 EST
When the following markup is input to m2e, the error marker is on the root node.
  	<dependency>
  		<artifactId>spring-core</artifactId>
  		<groupId>org.springframework</groupId>
  		<version></version>
  		<exclusions>
  			<exclusion>
  				<artifactId>commons-logging</artifactId>
  				<groupId>commons-logging</groupId>
  			</exclusion>
  		</exclusions>
  	</dependency>
Comment 1 Pascal Rapicault CLA 2011-03-04 16:49:59 EST
Patch released in HEAD.
Comment 2 Paul Tatavu CLA 2011-03-07 18:00:54 EST
Fixed the case when the MavenProblem points to a parent file and fixed the unit tests.
Comment 3 Denis Roy CLA 2021-04-19 13:24:36 EDT
Moved to https://github.com/eclipse-m2e/m2e-core/issues/