------ Generate Release POMs ------ Carlos Sanchez Brett Porter John Tolentino ------ 2010-01-04 ------ ~~ 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. Generate Release POMs To generate POMs with resolved information (e.g. version numbers) to check the values that the Release Plugin will use, execute the <<>> goal. Resolved values will be saved in <<>>. +------- mvn release:prepare-with-pom +------- This relies on <<>> being present from a previous release preparation. If this is not the case, you need to give the goal the name of the URL and optional tag to perform the release from. For example: +------- mvn release:prepare-with-pom -DconnectionUrl=scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-release-plugin-2.0 +------- After the release is complete, the <<>> and other release files will be removed from the checkout.