I'm having a gradle project with the following structure:
Root project 'project-gradle'
+--- Project 'ejb'
+--- Project 'ear'
\--- Project 'war'
The build is working perfectly on command line, I'm using the ear plugin and it is built correctly.
Unfortunately when I import the project to IntelliJ (or open it with the gradle-created intelliJ files), the only available artifact is war. But I need the ear. Any way to get this without manually defining the ear-Artifact inside IntelliJ?
Seems automatic artifact configuration is not implemented yet in IDEA
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With