Netbeans gradle, deploy to Wildfly

pretty simple question, but I can not find a solution:

I imported the gradle project into netbeans from eclipse, which worked without problems, even though I had to fight the eclipse itself, and I could barely build it there.

The only problem that left me not allowing me to switch to netbeans was that I want to be able to deploy the resulting .ear on the wildfly-applicationserver server and be able to debug the application.

Since netbeans sees the project as a gradle project, it does not offer me options in the context menu for deploying customized wildlife that I can already start and stop from netbeans.

In eclipse, I can deploy my ear to a local wildfly in debug mode and attach sources from all subprojects (ejb.jar, ...) to search for eclipse during debugging.

How can I configure netbeans for this?

+4
source share

All Articles