redhat-developer / vscode-server-connector

📦 Connects Visual Studio Code to your server adapters and run, deploy apps !!
Eclipse Public License 2.0
56 stars 26 forks source link

Support of Maven Multi Module Project #562

Closed markusarnold closed 1 year ago

markusarnold commented 1 year ago

Dear Support Team,

I am desperately trying to deploy a multi module maven JBoss EAP 7.3 project. I start to wonder whether this is supported at all ? To be clear with "multi module maven" I mean a project, where in the main pom.xml there are other modules defined like:

module1 module2

Any help or insight would be greatly appreciated Thank You Markus

robstryker commented 1 year ago

I'd need to see the project to even begin to understand how you are trying to publish it. Does the project produce several distinct outputs (for example, 1 ejb jar, 2 wars, and maybe some other resource) or does it output a single resource (like a .ear file) ?

markusarnold commented 1 year ago

Thanks for asking. The problem is not relevant to me any more, since I stopped working on it. I will close the issue.