GregTechCEu / Buildscripts

Shared buildscripts and templates for 1.12.2 Minecraft mods
MIT License
26 stars 10 forks source link

Better maven info #72

Closed brachy84 closed 9 months ago

brachy84 commented 9 months ago

Before the maven group was the mod group which in my case would be com.cleanroommc.modularui, but i need to only be com.cleanroommc. So i made a new property which defaults to the mod group until the last '.'.

The maven artifact name was the project name, which is weird. I changed it to the modArchivesBaseName property. However i would prefer if it had its own property.