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

[jira] [Created] (NETBEANS-597) Missing dependencies not available in central are not shown

Luca Mambretti created NETBEANS-597:
---------------------------------------

             Summary: Missing dependencies not available in central are not shown
                 Key: NETBEANS-597
                 URL: https://issues.apache.org/jira/browse/NETBEANS-597
             Project: NetBeans
          Issue Type: Bug
          Components: projects - Maven
    Affects Versions: 9.0
         Environment: Product Version: Apache NetBeans IDE Dev (Build incubator-netbeans-linux-393-on-20180404)
Updates: Updates available
Java: 1.8.0_152; Java HotSpot(TM) 64-Bit Server VM 25.152-b16
Runtime: Java(TM) SE Runtime Environment 1.8.0_152-b16
System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
            Reporter: Luca Mambretti


If a dependency not existing on central repository, or on a local mirror is added to a project this is not shown as missing dependency in the dependencies node.

 

sample dependency used:

    <dependencies>
        <dependency>
            <groupId>org.zio</groupId>
            <artifactId>pino</artifactId>
            <version>1.0</version>
        </dependency>
    </dependencies>

Expected behavior should be that the dependency is shown as missing and can be manually installed.



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