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 252771 - Netbeans does not see Maven's setting.xml
Summary: Netbeans does not see Maven's setting.xml
Status: RESOLVED INVALID
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-03 09:00 UTC by rniestroj
Modified: 2015-06-11 10:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (61.78 KB, text/plain)
2015-06-03 09:00 UTC, rniestroj
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rniestroj 2015-06-03 09:00:43 UTC
Product Version: NetBeans IDE Dev (Build 201411181905)
Updates: NetBeans IDE is updated to version NetBeans 8.0.2 Patch 2
Java: 1.7.0_67; Java HotSpot(TM) 64-Bit Server VM 24.65-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_67-b01
System: Windows 7 version 6.1 running on amd64; Cp1250; pl_PL (nb)
User directory: C:\Users\niestroj\AppData\Roaming\NetBeans\8.0
Cache directory: C:\Users\niestroj\AppData\Local\NetBeans\Cache\8.0

Updated netbeans to 8.0.2 Patch 2 and all maven projects dont see the c:\Users\niestroj\.m2\settings.xml . When i do "Project files" -> "Create settings.xml" it creates it in D:\.m2\settings.xml
Comment 1 rniestroj 2015-06-03 09:00:47 UTC
Created attachment 154029 [details]
IDE log
Comment 2 Tomas Stupka 2015-06-11 10:23:28 UTC
the settings file is created by the bundled maven cli client in 
System.getProperty( "user.home" ) + ".m2"

according to your messages.log user.home is set to
Home Directory          = D: