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 190920 - Running a Maven EE project does not offer you to choose the server
Summary: Running a Maven EE project does not offer you to choose the server
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: David Konecny
URL:
Keywords: REGRESSION
: 190898 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-10-11 18:44 UTC by Petr Jiricka
Modified: 2010-10-13 09:54 UTC (History)
1 user (show)

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 Petr Jiricka 2010-10-11 18:44:59 UTC
1. Create a new Maven EE web project
2. Run the project

The project is built successfully, but is not deployed - the following message is printed in the output window:
"NetBeans: No suitable Deployment Server is defined for the project or globally."

Analogously for EAR project.
Comment 1 David Konecny 2010-10-12 20:20:00 UTC
*** Bug 190898 has been marked as a duplicate of this bug. ***
Comment 2 David Konecny 2010-10-12 22:29:49 UTC
This is regression introduced by me very recently while fixing issue 188610. It is show stopper for NB7M2 as it prevents from running of Maven applications. The fix is trivial and safe and I'm going to transplant it to M2 branch shortly.

Fix in Web main is 1134e122edde
-D
Comment 3 David Konecny 2010-10-12 23:50:01 UTC
Transplanted to release70_m2 as 86e32820748d
Comment 4 Petr Jiricka 2010-10-13 08:35:18 UTC
David, I don't see the change in the trunk. Did you push?
Comment 5 David Konecny 2010-10-13 09:54:14 UTC
Oops! I pushed it to releases repo but not web-main one. It is in web-main now.