I am working on a library that uses Maven. The current pom.xml file has a lot of stuff related to tests, reports, etc.
I now want to publish a release of this library to a private Maven repository. I need to supply a much simpler pom.xml file to the repository.
How is this managed? Can you generate the simpler pom file from the one used in development?