Skip to content

Commit 2e76df8

Browse files
author
Erwin Dupont
committed
fix: added Automatic-Module-Name to MANIFEST.MF
When the Automatic-Module-Name entry is not added to the jar's manifest file, Maven issues a warning during the compilation of a project that uses that jar. Maven issues following warning: "Required filename-based automodules detected: [msal4j-1.13.0.jar]. Please don't publish this project to a public artifact repository!" Currently, only a warning is generated. However, this might cause problems in the future, especially when a project embraces the Java Platform Module System (JPMS).
1 parent 213bbb0 commit 2e76df8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bnd.bnd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
Export-Package: com.microsoft.aad.msal4j
2+
Automatic-Module-Name: msal4j

0 commit comments

Comments
 (0)