You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When packaging a war file, the Spring Boot Maven plugin will add a Spring-Boot-Classpath-Index: WEB-INF/classpath.idx entry to the META-INF/MANIFEST.MF file. The classpath index is not currently supported with war files and the index file named in the manifest entry does not exist in the archive.
The text was updated successfully, but these errors were encountered:
scottfrederick
changed the title
Invalid classpath index entry in war files built with Maven
Invalid classpath index manifest attribute in war files built with Maven
Dec 2, 2021
When packaging a war file, the Spring Boot Maven plugin will add a
Spring-Boot-Classpath-Index: WEB-INF/classpath.idx
entry to theMETA-INF/MANIFEST.MF
file. The classpath index is not currently supported with war files and the index file named in the manifest entry does not exist in the archive.The text was updated successfully, but these errors were encountered: