I would like to deploy couple parent pom's into Nexus. I know about mvn deploy
, but I need *.pom files in target/
or somewhere else.
Is there a simple solution (maybe maven plugin) to generate a *.pom file in target/ or I need execute mvn install
and get it from local .m2
?
repo-A/
pom.xml
repo-B/
pom.xml
repo-C/
pom.xml
All pom's has <packaging>pom</packaging>
.