Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Abandoned
-
8.2, 9.0
-
None
-
None
Description
In Netbeans 8.2, When a maven project references its parent POM through versions e.g:
<parent> <groupId>the.group.id</groupId> <artifactId>the-parent-id</artifactId> <version>[1.0.1,2.0.0-SNAPSHOT)</version> </parent>
- 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