Up to now we are building with the minimal-fix-latest profile by default. This is fine for most of the use cases. However, on a full release we should build with the full-fixlatest-profile so that the release contains all classes and fields from FixLatest.
We are currently not doing the release through github but building manually on a shell. However, we should check that the nightly build completes successfully with the full-fixlatest-profile.
Moreover, we should ensure that full-fixlatest-profile is used when using the release profile when deploying to Sonatype Central.
Up to now we are building with the
minimal-fix-latestprofile by default. This is fine for most of the use cases. However, on a full release we should build with thefull-fixlatest-profileso that the release contains all classes and fields from FixLatest.We are currently not doing the release through github but building manually on a shell. However, we should check that the nightly build completes successfully with the
full-fixlatest-profile.Moreover, we should ensure that
full-fixlatest-profileis used when using thereleaseprofile when deploying to Sonatype Central.