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
Note that the spring boot jar files are being repackaged correctly now, but the current config is slightly different than the recommended config based on the docs.
Why?
Change our config so it matches recommendations in the docs.
How?
Read the docs and make any needed changes.
Acceptance Criteria
Config aligns with docs and build spring boot jar files with required name.
The text was updated successfully, but these errors were encountered:
What?
Check the spring-boot-maven-plugin repackage configuration in the pass-support and pass-core pom.xml to ensure they align with the documentation: https://docs.spring.io/spring-boot/docs/3.2.1/maven-plugin/reference/htmlsingle/#packaging.examples.custom-name . Specifically, check the elements in the
configuration
element.Note that the spring boot jar files are being repackaged correctly now, but the current config is slightly different than the recommended config based on the docs.
Why?
Change our config so it matches recommendations in the docs.
How?
Read the docs and make any needed changes.
Acceptance Criteria
Config aligns with docs and build spring boot jar files with required name.
The text was updated successfully, but these errors were encountered: