mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#2244 Mark mapstruct-processor jar as Spring-Boot-Jar-Type: annotation-processor
Doing this would make sure that starting from Spring Boot 2.4 the mapstruct-processor will not be included in the fat jar produced by the Spring Boot maven plugin if people have it as a maven provided dependency. This is an alternative if people are not using the maven-compiler-plugin annotationProcessorPaths
This commit is contained in:
parent
7e16aa05c0
commit
b90c0a9f07
@ -123,6 +123,7 @@
|
||||
</manifest>
|
||||
<manifestEntries>
|
||||
<Automatic-Module-Name>org.mapstruct.processor</Automatic-Module-Name>
|
||||
<Spring-Boot-Jar-Type>annotation-processor</Spring-Boot-Jar-Type>
|
||||
</manifestEntries>
|
||||
</archive>
|
||||
</configuration>
|
||||
|
Loading…
x
Reference in New Issue
Block a user