Author: desruisseaux
Date: Sat Oct 7 12:49:13 2017
New Revision: 1811419
URL: http://svn.apache.org/viewvc?rev=1811419&view=rev
Log:
Add a note about building distribution files with "apache-release" profile.
Modified:
sis/site/trunk/content/build.mdtext
sis/site/trunk/content/release-management-setup.mdtext
Modified: sis/site/trunk/content/build.mdtext
URL:
http://svn.apache.org/viewvc/sis/site/trunk/content/build.mdtext?rev=1811419&r1=1811418&r2=1811419&view=diff
==============================================================================
--- sis/site/trunk/content/build.mdtext [UTF-8] (original)
+++ sis/site/trunk/content/build.mdtext [UTF-8] Sat Oct 7 12:49:13 2017
@@ -24,6 +24,14 @@ from the SIS project root:
:::bash
mvn install
+For signing the artifacts and producing distribution files
(`apache-sis-bin.zip` and `apache-sis.oxt`),
+execute the following command.
+Note that it requires an OpenPGP (_Open Pretty Good Privacy_) software for
cryptography signatures
+(more information on the [release management
setup](release-management-setup.html#generate-key) page):
+
+ :::bash
+ mvn install --activate-profiles apache-release
+
The remaining of this page provides more advanced tips for SIS developers.
[TOC]
Modified: sis/site/trunk/content/release-management-setup.mdtext
URL:
http://svn.apache.org/viewvc/sis/site/trunk/content/release-management-setup.mdtext?rev=1811419&r1=1811418&r2=1811419&view=diff
==============================================================================
--- sis/site/trunk/content/release-management-setup.mdtext [UTF-8] (original)
+++ sis/site/trunk/content/release-management-setup.mdtext [UTF-8] Sat Oct 7
12:49:13 2017
@@ -38,7 +38,8 @@ However in the later case, all relative
├─ branches
├─ tags
├─ non-free
- │ └─ sis-epsg
+ │ ├─ sis-epsg
+ │ └─ sis-embedded-data
├─ distribution
├─ release-test
│ └─ maven