You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Zaahir Laher (JIRA)" <ji...@apache.org> on 2018/06/18 07:27:00 UTC

[jira] [Updated] (NETBEANS-966) Maven project unloadedable when project parent reference uses ranged versions

     [ https://issues.apache.org/jira/browse/NETBEANS-966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zaahir Laher updated NETBEANS-966:
----------------------------------
    Attachment: Screenshot from 2018-06-18 08-53-05.png

> 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
>            Priority: Major
>             Fix For: 9.0
>
>         Attachments: Screenshot from 2018-06-18 08-52-45.png, Screenshot from 2018-06-18 08-53-05.png
>
>
> 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: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists