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 268647 - Downloading of sources does not work for spring boot project
Summary: Downloading of sources does not work for spring boot project
Status: RESOLVED WORKSFORME
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-23 17:46 UTC by everflux
Modified: 2016-12-10 22:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description everflux 2016-10-23 17:46:54 UTC
Product Version: NetBeans IDE 8.2 (Build 201609300101)
Java: 1.8.0_112; Java HotSpot(TM) 64-Bit Server VM 25.112-b15
Runtime: Java(TM) SE Runtime Environment 1.8.0_112-b15
System: Linux version 4.8.0-26-generic running on amd64; UTF-8; en_US (nb)
User directory: /home/tkruse/.netbeans/8.2
Cache directory: /home/tkruse/.cache/netbeans/8.2

I have a maven spring boot project, clicking on dependencies and "download sources" shows a short progress bar, but no sources are available in NetBeans afterward.
I am using external maven version 3.3.9
"check sources" in the maven settings is set to "first project open only"

Logfile shows no exception or obvious problems.

When using
mvn dependency:sources
from CLI all sources are downloaded correctly.
Comment 1 Tomas Stupka 2016-10-26 13:03:05 UTC
could you please provide a sample project to reproduce?
thanks
Comment 2 everflux 2016-12-10 22:10:07 UTC
I could not reproduce the issue and have no ideas what could have caused the problem.