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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -