Currently the deployed pom (on Maven Central) is quite huge and contains a lot of not needed information like plugins used for building and test dependencies.
I would recommend using a plugin like the flatten-maven-plugin to remove the not needed elements.
If you need inspiration how it can be used: Here is how we do it.
Currently the deployed pom (on Maven Central) is quite huge and contains a lot of not needed information like plugins used for building and test dependencies.
I would recommend using a plugin like the flatten-maven-plugin to remove the not needed elements.
If you need inspiration how it can be used: Here is how we do it.