This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git
commit fea03915ab97ad41d5b4fdfe962c3e5d631e7b39 Author: Robert Lazarski <robertlazar...@gmail.com> AuthorDate: Sat Nov 30 11:03:43 2024 -1000 Update legal dir, and some dev guide updates --- src/site/xdoc/developer-guide.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/xdoc/developer-guide.xml b/src/site/xdoc/developer-guide.xml index 4a98ad6a..081aa01d 100644 --- a/src/site/xdoc/developer-guide.xml +++ b/src/site/xdoc/developer-guide.xml @@ -187,7 +187,7 @@ align="middle" /> <p>Check that the set of license files in the legal directory is complete and accurate (by checking that in the binary distribution for every third party JAR in the lib directory. </p> -<p>Check that the apache-release profile can be executed properly. To do this, issue the following command: mvn clean install -Papache-release -DskipTests=true</p> +<p>Check that the apache-release profile (see the 'parent' reference in the top level pom.xml, and https://maven.apache.org/pom/asf/) can be executed properly. To do this, issue the following command: mvn clean install -Papache-release -DskipTests=true</p> <p>You may also execute a dry run of the release process: mvn release:prepare -DdryRun=true. In a dry run, the generated zip files will still be labled as SNAPSHOT. After this, you need to clean up using the following command: mvn release:clean</p>