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 250916

Summary: Multimodule main-project run config to deploy web-project.
Product: projects Reporter: colerend
Component: MavenAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description colerend 2015-03-05 08:48:32 UTC
Hi, I have a "simple" question.

My multimodule-project consists of 3 projects: 1 POM-project, 1 model-project and 1 web-application project.

I've set my "main project" to the POM-project, with the nice ability to build all 3 modules at the click of a button F11.

However, I would somehow also like to configure the run-action for my main-project, so that it performs a netbeans.deploy=true *of my web project*. 

Right now, after I have built all modules, I need to specifically run the web-project. Not a big deal, but I am still wondering if there is no way to specify that "running the main project should in fact deploy the web project to tomcat" ?

Thanks.

Regards,
Cole