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 256076 - Error while creating PHP project with existing source containing a pom.xml (7.4 to 8.0.2)
Summary: Error while creating PHP project with existing source containing a pom.xml (7...
Status: RESOLVED WONTFIX
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-21 12:25 UTC by amendez
Modified: 2016-03-15 14:59 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Error creating project with pom.xml (42.05 KB, image/png)
2015-10-21 12:25 UTC, amendez
Details

Note You need to log in before you can comment on or make changes to this bug.
Description amendez 2015-10-21 12:25:09 UTC
Created attachment 156871 [details]
Error creating project with pom.xml

We use a maven in some of our php project (we use maven plugins to do things), when do a fresh clone and try to create a project with existing sources, we can't create the project (see screen shot), if we rename the pom.xml and then create the project, it works without issue (we can even rename it to pom.xml, we can't use maven from netbeans, but we don't really care).
Comment 1 Tomas Mysik 2016-03-15 14:59:24 UTC
Unfortunately, IMHO there is no other way other than you do to work around this behaviour (NetBeans does not allow to create more project types in one project directory).

Thanks for reporting.