junit-pioneer / junit-pioneer

JUnit 5 Extension Pack
https://junit-pioneer.org
Eclipse Public License 2.0
548 stars 75 forks source link

Where's the .module file? #303

Open CydeWeys opened 4 years ago

CydeWeys commented 4 years ago

Every other dependency we're importing on Maven Central is shipped with a .module file, but JUnit Pioneer uniquely amongst them is lacking this file entirely. See: https://repo1.maven.org/maven2/org/junit-pioneer/junit-pioneer/0.7.0/

This is causing us problems because some of our gradle tooling is assuming the existence of this file.

nipafx commented 4 years ago

Hi Ben, thanks for opening the issue and pointing us toward .module files - we weren't aware of their existence. I just spent a little time reading about it and digging into how we could enable it with our publishing plugin. I didn't find a solution requiring no more effort than you put into this issue. PR welcome.