[ 
https://issues.apache.org/jira/browse/NETBEANS-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16732885#comment-16732885
 ] 

Zoltan Kovacs commented on NETBEANS-572:
----------------------------------------

Still there in 10.0.

I have found a log message in 
%AppData%\Roaming\NetBeans\10.0\var\log\messages.log on this issue. I hope it 
helps:

WARNING [org.netbeans.modules.maven.nodes.DependenciesNode]: Could not 
determine module name for artifact 
jar:file:/C:/Users/username/.m2/repository/asdf/asdf/1.1/asdf-1.1.jar!/

> non existing dependencies are not shown under the Dependencies node
> -------------------------------------------------------------------
>
>                 Key: NETBEANS-572
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-572
>             Project: NetBeans
>          Issue Type: Bug
>          Components: projects - Maven
>    Affects Versions: 9.0
>         Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-linux-386-on-20180402)
> Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
> Runtime: Java(TM) SE Runtime Environment 10+46
> System: Linux version 4.15.14 running on amd64; UTF-8; en_US (nb)
> User directory: /home/alied/.netbeans/beta
> Cache directory: /home/alied/.cache/netbeans/beta
>            Reporter: Alied Pérez Martínez
>            Priority: Major
>         Attachments: image-2018-04-02-18-50-59-832.png, 
> image-2018-04-02-18-52-29-308.png
>
>
> While testing Manually Install Artifact Test Case I added a non-existing 
> dependency to the POM in order to manually add an artifact:
> {code:xml}
>         <dependency>
>             <groupId>org-apache-batik</groupId>
>             <artifactId>parser</artifactId>
>             <version>1.7</version>
>         </dependency>
> {code}
> *Expected:* A new node for the non-existing dependency should appear under 
> the Dependencies node with an overlaid warning sign as Netbeans 8.2:
> !image-2018-04-02-18-52-29-308.png!
>  *Actual:* The newly-added dependency does not appear under the Dependencies 
> node:
> !image-2018-04-02-18-50-59-832.png!



--
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

Reply via email to