Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
A few release procedure fixes with respect to testing.
Signed-off-by: Jody Garnett <jody.garnett@gmail.com>

git-svn-id: http://svn.osgeo.org/geotools/trunk@38750 e5c1c795-43da-0310-a71f-fac65c449510
  • Loading branch information
jive committed May 24, 2012
1 parent 642655e commit 361959c
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions docs/developer/procedures/release.rst
Expand Up @@ -565,9 +565,18 @@ Test the src release

If you like you can ask on the developer list for a volunteer to perform these steps.

1. Unzip the geotools-2.6-M4-bin.zip archive to a clean directory.
1. Unzip the geotools-8.0-RC1-project.zip archive to a clean directory. I just unzip
in our target directory:

cd target
unzip geotools-8.0-RC1-project.zip
cd geotools-8.0-RC1


2. Move or rename your ``.m2/repository`` directory.
2. Rather then move you maven repository we will change our settings::
<settings>
<localRepository>~\releaseRepository\</localRepository>
* We do this in case a required module was accidentally excluded from the list of modules to
be included in the release. You would see no error during the release process but the
Expand All @@ -577,6 +586,9 @@ If you like you can ask on the developer list for a volunteer to perform these s
mvn install

4. Remember clean up your releaseReository and change settings.xml back


Update JIRA and create a changelog
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 361959c

Please sign in to comment.