----- Releasing A Parent POM ----- Hervé Boutemy Dennis Lundberg ----- 2013-12-07 ----- ~~ Licensed to the Apache Software Foundation (ASF) under one ~~ or more contributor license agreements. See the NOTICE file ~~ distributed with this work for additional information ~~ regarding copyright ownership. The ASF licenses this file ~~ to you under the Apache License, Version 2.0 (the ~~ "License"); you may not use this file except in compliance ~~ with the License. You may obtain a copy of the License at ~~ ~~ http://www.apache.org/licenses/LICENSE-2.0 ~~ ~~ Unless required by applicable law or agreed to in writing, ~~ software distributed under the License is distributed on an ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ~~ KIND, either express or implied. See the License for the ~~ specific language governing permissions and limitations ~~ under the License. Releasing A Parent POM Releasing a Parent POM is much the same as any other Maven project. The following guide walks through most of the steps: * {{{./maven-project-release-procedure.html} Maven Project Common Release procedure}} Note that Parent POMs have particular conventions for managing and deploying the documentation. * Rationale To be able to publish a documentation for the parent POM without affecting released <<>> and <<>>, parent POM projects have a specific structure, with the addition of <<>> and <<>> to provide <<>> with useful documentation content: +----+ |-- pom.xml |-- site-pom.xml `-- src |-- site | `-- site.xml `-- site-docs |-- apt | `-- index.apt `-- site.xml +----+ And the <<>> page not only contains instructions about the content of the parent POM, but it maintains a history of POM releases links and diffs. Each specific step is done to maintain <<>> and <<>> in sync with the release being released. * Stage the release Before staging the release with usual procedure, you need to update <<>> and <<>> to take the future release into account: [[1]] update <<>> parent POM version to match the version being released, [[2]] update <<>>: add a line in the history of <<>> for the version being released, referring to the future svn release tag and date. <>: in the diff link, the value for the <<>> parameter is easily found by following the previous version's link and copying its revision number. [] Once these modifications are done, you can follow {{{../website/deploy-component-reference-documentation.html}standard component documentation staging steps}}, taking care to use the <<>> POM, with <<>> command, each time the parent POM's site is generated or published. Then the only difference is with commands to stage the site: +------+ cd target/checkout mvn -f site-pom.xml site mvn -f site-pom.xml scm-publish:publish-scm +------+ * Call the vote In the vote, instead of providing links to JIRA, the parent POMs should include a link to the SVN changes since the last release (the link previously added to <<>>): +-----+ ... Hi, Changes since the last release: http://svn.apache.org/viewvc/maven/pom/tags//pom.xml?r1=HEAD&r2=&diff_format=h Staging repo: ... +-----+