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 249897 - Problem opening Maven projects from git submodule
Summary: Problem opening Maven projects from git submodule
Status: RESOLVED INCOMPLETE
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-19 16:14 UTC by desmond_kirrane
Modified: 2015-02-27 16:55 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 desmond_kirrane 2015-01-19 16:14:07 UTC
I have a multiple module Maven project boeken up into a Git repo containing a number of git submodule repos like:

parent pom.xml
                 - git submodule Dir
                                     - muli-module child pom.xml
                 - git submodule Dir2
                                     - muli-module child pom.xml


If I open the top level pom in NetBeans and try navigate down and open the child multi-module pom in the Projects View then it just stalls and never displays the child projects.
Comment 1 Tomas Stupka 2015-01-20 12:56:58 UTC
please attach a thread dump
(http://wiki.netbeans.org/GenerateThreadDump)

thanks
Comment 2 Tomas Stupka 2015-02-27 16:55:20 UTC
any update on this?