Zaahir Laher created NETBEANS-966:
-------------------------------------
Summary: Maven project unloadedable when project parent reference
uses ranged versions
Key: NETBEANS-966
URL: https://issues.apache.org/jira/browse/NETBEANS-966
Project: NetBeans
Issue Type: Bug
Affects Versions: 8.2, 9.0
Environment: Product Version = NetBeans IDE 8.2 (Build
201609300101) (#5fd841261bf9)
Operating System = Linux version 4.13.0-45-generic running on amd64
Java; VM; Vendor = 1.8.0_161; Java HotSpot(TM) 64-Bit Server VM
25.161-b12; Oracle Corporation
Runtime = Java(TM) SE Runtime Environment 1.8.0_161-b12
Reporter: Zaahir Laher
Fix For: 9.0
In Netbeans 8.2, When a maven project references its parent POM through
versions e.g:
{code:java}
<parent>
<groupId>the.group.id</groupId>
<artifactId>the-parent-id</artifactId>
<version>[1.0.1,2.0.0-SNAPSHOT)</version>
</parent>{code}
# The project is displayed as unloadadable in the projects view.
# Code completion not working
# Imports not recognized
# The "Resolve Project Problems" shows the following:Some problems were
encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for
org.springframework.ws:spring-ws-core:jar is missing. @ line 40, column 17
[ERROR] 'dependencies.dependency.version' for
org.springframework.ws:spring-ws-support:jar is missing. @ line 44, column 17
[ERROR] 'dependencies.dependency.version' for
org.springframework.ws:spring-ws-test:jar is missing. @ line 57, column 17
[ERROR] 'dependencies.dependency.version' for junit:junit:jar is missing. @
line 62, column 17
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists