What
Review and clean up all pom.xml files in the repository to remove experimental or unnecessary ignore parameters related to the deployment of sample modules. Recently, we achieved the prevention of samples being deployed with '-pl' and '-am' Maven switches, so old or failed attempts at ignoring these modules should be purged for clarity and maintainability.
Why
To prevent confusion for future contributors and maintainers, ensure clear and correct configuration in pom.xml files related to sample projects. Unsuccessful configurations should be removed to reduce technical debt and improve build reliability.
Notes
Check for any legacy ignore parameters that are left over from previous attempts. The samples should reliably NOT be deployed unless specified. Document any relevant findings in the commit message.