Reputation: 709
I find when I debug ear projects, Netbeans sometimes deploys ear as package sometimes it deploy as exploded folder to deployment folder.
Does anyone know how to specify it is an exploded? I know the application server itself has a config to explode the package while deploying. I'm not talking about this.
Upvotes: 1
Views: 502
Reputation: 3517
That's incremental deployment. It depends on how you have configured your project (aka Deploy on Save).
Upvotes: 1