configure maven site plugin for multi generational projects -
i have company pom, aggregator parent pom, , children. company pom has distributionmanagement url allows deploy site. however, when aggregator , children inherit it, creating incorrect paths. example:
api-docs/company-pom/1.4-snapshot/../../procject-webservice/2.0/procject-parent/procject-webservice
what right way configure company pom, , aggregator, end this:
api-docs/company-pom/1.4-snapshot/ api-docs/procject-parent/2.0/ api-docs/procject-webservice/2.0/
(no, company pom not deploying @ same time project)
Comments
Post a Comment