Provide maven configuration for add-reachability-metadata goal
Update `spring-boot-starter-parent` to execute the native build tools `add-reachability-metadata` goal when the 'native' profile is active. Closes gh-32736
This commit is contained in:
@@ -254,6 +254,14 @@ publishing.publications.withType(MavenPublication) {
|
||||
delegate.enabled('true')
|
||||
}
|
||||
}
|
||||
executions {
|
||||
execution {
|
||||
delegate.id('add-reachability-metadata')
|
||||
goals {
|
||||
delegate.goal('add-reachability-metadata')
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user