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 - Multimodule main-project run config to deploy web-project.
Summary: Multimodule main-project run config to deploy web-project.
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-05 08:48 UTC by colerend
Modified: 2015-03-05 09:25 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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