Intellij wont compile module with jar
Answered
In a project i have 5 modules(Core/Plugin/v1_11_R1 all the way to v1_15_R1)
For a while i had no issues creating code and then building the jar using regular intellij build means.
Now for some reason, the jar is build, but v1_15_R1 is not included.
This frustrates me cause it never tells me why, and i need to either restart/start the system to know wether or not it exists or decompile the jar to know wether or not it got included.
Doing things like mvn clean/install etc all seem to include v1_!5_R1 without errors, nor anything out of the ordinary seems to appear.

Circled is the module/package i need included, i checked all poms/iml's while they al differ a slight bit non seem to be excluded except 15.
Please sign in to leave a comment.
How do you configure the jar and how do you build it?
If you use IDE, see Working with Artifacts. You can check the artifact's configuration to see what is included. You then build them via Build | Build Artifacts action.
Under Build at the top
The problem is, the message below that says "build..." etc does say its included and building it but when i load it to check or open it via a decompiler its not there
Check your artifact configuration in IDE - what do you have there?
>Now for some reason, the jar is build, but v1_15_R1 is not included.
Where should be it included?
It didnt include the 1_15 compile output at first, now it does.
tho it didnt seem to entirely matter as v1_11 is already there by default but excluded in the final build now.
(Had to do some unknown magic getting 15 in the build)
While im glad 15 is finally there, i wish to figure out what exactly is causing this to prevent such behaviour in the future.
Modules in pom all show every single compiled/created section and non appear as a non packaged item either.