This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 253823 - [81cat] Java hint: Add in-place maven dependency doesn't work
Summary: [81cat] Java hint: Add in-place maven dependency doesn't work
Status: RESOLVED INCOMPLETE
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.1
Hardware: PC Windows 8 x64
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-26 23:11 UTC by cezariusz
Modified: 2015-07-31 14:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Search in Maven (26.86 KB, image/png)
2015-07-26 23:12 UTC, cezariusz
Details
Resolve options (35.24 KB, image/png)
2015-07-26 23:13 UTC, cezariusz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cezariusz 2015-07-26 23:11:14 UTC
Link: http://services.netbeans.org/synergy/client/app/#/case/4989/suite/1691

Product Version: NetBeans IDE Dev (Build 201507240001)
Java: 1.8.0_51; Java HotSpot(TM) 64-Bit Server VM 25.51-b03
Runtime: Java(TM) SE Runtime Environment 1.8.0_51-b16
System: Windows 8 version 6.2 running on amd64; UTF-8; pl_PL (nb)

        //Suggest dependency In-Place is selected
        BeanUtils bu; //Hint: Add Maven Dependency # commons-beanutils : 1.7.0

Adding Maven dependency with selected In-Place option doesn't work as expected. It shows the same dialog as with "Maven repositories" option. It could be because of the bug 219645.
Comment 1 cezariusz 2015-07-26 23:12:21 UTC
Created attachment 154922 [details]
Search in Maven
Comment 2 cezariusz 2015-07-26 23:13:01 UTC
Created attachment 154923 [details]
Resolve options
Comment 3 Tomas Stupka 2015-07-29 15:57:12 UTC
> Link: http://services.netbeans.org/synergy/client/app/#/case/4989/suite/1691
> Product Version: NetBeans IDE Dev (Build 201507240001)
> Java: 1.8.0_51; Java HotSpot(TM) 64-Bit Server VM 25.51-b03
> Runtime: Java(TM) SE Runtime Environment 1.8.0_51-b16
> System: Windows 8 version 6.2 running on amd64; UTF-8; pl_PL (nb)
>         //Suggest dependency In-Place is selected
>         BeanUtils bu; //Hint: Add Maven Dependency # commons-beanutils : 1.7.0

> Adding Maven dependency with selected In-Place option doesn't work as expected. It shows the same dialog as with "Maven repositories" option. It could be because of the bug 219645.
not sure i understand 
- did you pick the "Maven Dependency # commons-beanutils : 1.7.0" from the hints, or something else?

could it be that maven indexing was still running?
Comment 4 Tomas Stupka 2015-07-31 14:02:40 UTC
any update on this