Skip to content

Commit d89a403

Browse files
sormurasmarcphilipp
authored andcommitted
Set 'junit' as Automatic-Module-Name
Prior to this commit, `junit` was derived as the module name from the name of the JAR file. Now, `junit` is set as an explicit module name, stored in the MANIFEST.MF file, to ensure a smooth ride into the modular age for users of JUnit 4.
1 parent 10a863e commit d89a403

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,9 @@
360360
<manifest>
361361
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
362362
</manifest>
363+
<manifestEntries>
364+
<Automatic-Module-Name>junit</Automatic-Module-Name>
365+
</manifestEntries>
363366
</archive>
364367
</configuration>
365368
</plugin>

0 commit comments

Comments
 (0)