github / maven-plugins

Official GitHub Maven Plugins
MIT License
584 stars 198 forks source link

set up "distributionManagement" for site-deploy and deploy #20

Closed trajano closed 10 years ago

trajano commented 12 years ago

Perhaps rather than adding new goals, it could be made such that distributionManagement of the pom for site and deployed artifacts can be used instead.

yagee-de commented 11 years ago

Yeah due to this I have problems with the release plugin: release:perform fails due to unconfigured distributionManagement

yagee-de commented 11 years ago

seems to be a duplicate of bug #6

cescoffier commented 10 years ago

To get is to work, just add the skipDeploy parameter to true in the maven-site-plugin Check http://github.github.com/maven-plugins/site-plugin/phase.html for more information.