Add Automatic module name to MANIFEST.MF

Resolves #867
This commit is contained in:
Sukanth Gunda
2023-05-12 09:43:53 -05:00
committed by Mahmoud Ben Hassine
parent 73450563e5
commit 3eb7e09faa
7 changed files with 25 additions and 1 deletions

View File

@@ -10,6 +10,10 @@
<name>Spring Batch Docs</name>
<description>Spring Batch documentation</description>
<properties>
<module.name>spring.batch.docs</module.name>
</properties>
<build>
<plugins>
<plugin>