[
https://issues.apache.org/jira/browse/COMMONSSITE-26?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12581060#action_12581060
]
James Carman commented on COMMONSSITE-26:
-----------------------------------------
The only problem I see here (and this may be why it was never done this way) is
that it would be very easy for someone to mistakenly deploy the site when they
mean to be staging it. Perhaps we should make the profile name much longer or
more involved so that you have to consciously think about it when typing it?
> Add a /distributionManagement/site element
> ------------------------------------------
>
> Key: COMMONSSITE-26
> URL: https://issues.apache.org/jira/browse/COMMONSSITE-26
> Project: Commons All
> Issue Type: Improvement
> Components: Commons Parent Pom
> Reporter: Rahul Akolkar
>
> To enable sites to be deployed using the m2 site plugin, we should add this
> to the Commons Parent POM:
> {code:xml}
> <distributionManagement>
> <site>
> <id>apache-site</id>
> <name>Apache Commons Website</name>
>
> <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/${commons.componentid}</url>
> </site>
> </distributionManagement>
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.