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 234194

Summary: Allow to perform custom code just before app deployment
Product: serverplugins Reporter: Petr Hejl <phejl>
Component: InfrastructureAssignee: Petr Hejl <phejl>
Status: RESOLVED FIXED    
Severity: normal CC: apireviews, mjanicek, pjiricka
Priority: P2 Keywords: API, API_REVIEW_FAST
Version: 7.4   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 209396    
Attachments: the patch

Description Petr Hejl 2013-08-09 14:52:02 UTC
This is need in Deployment.deploy() in order to allow maven debugger to be attached in advance.
Comment 1 Petr Hejl 2013-08-09 14:59:52 UTC
Created attachment 138503 [details]
the patch

The API change including the usage in maven.
Comment 2 Petr Hejl 2013-08-09 15:00:27 UTC
Please review.
Comment 3 Martin Janicek 2013-08-09 20:29:07 UTC
The patch looks fine to me, thanks
Comment 4 Martin Fousek 2013-08-12 06:29:38 UTC
Tha patch looks good to me.

Just a detail:
MF01: ...execution of custom custom code ...
Comment 5 Petr Hejl 2013-08-14 07:01:51 UTC
Thanks for the review. I'll integrate the change tomorrow.
Comment 6 Petr Hejl 2013-08-15 08:13:23 UTC
Fixed in web-main bf7a1700ee11.