Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/apache/directory-studio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Seelmann <seelmann@apache.org>2016-11-02 01:46:16 +0300
committerStefan Seelmann <seelmann@apache.org>2016-11-02 01:46:16 +0300
commita946a6610cdf72303311af8416743c5103cd571d (patch)
tree47ce9b9f1eb317a4b6feda6c7568f636ef22ce02 /README.md
parent8df9dc44cd53dc93088dc95e1e175cbf90f006ca (diff)
Update readme for release with installers
git-svn-id: https://svn.apache.org/repos/asf/directory/studio/trunk@1767588 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index df2bb0315..28ba48908 100644
--- a/README.md
+++ b/README.md
@@ -128,12 +128,12 @@ We release the following artifacts:
* P2 repositories
* the main features (LDAP Browser, Schema Editor, ApacheDS)
* dependencies
-* Product archives for
+* Product archives and installers for
* Linux GTK 32bit tar.gz
* Linux GTK 64bit tar.gz
- * Mac OS X 64bit tar.gz
- * Windows 32bit zip
- * Windows 64bit zip
+ * Mac OS X 64bit dmg
+ * Windows 32bit exe
+ * Windows 64bit exe
* Userguides
@@ -142,7 +142,7 @@ We release the following artifacts:
Test the release build: rat check, javadoc and source jar generation, GPG signing, userguide generation
mvn -f pom-first.xml clean install
- mvn -Papache-release -Duserguides clean install
+ mvn -Papache-release,windows,macos -Duserguides clean install
Run UI tests (if possible on all platforms)
@@ -200,7 +200,7 @@ As long as the `org.apache.directory.studio.openldap.feature` is not ready for r
#### Build the release and deploy to staging Nexus repository
mvn -f pom-first.xml clean install
- mvn -Papache-release -Duserguides -DretryFailedDeploymentCount=3 clean deploy
+ mvn -Papache-release,windows,macos -Duserguides -DretryFailedDeploymentCount=3 clean deploy
#### Close the staging Nexus repository
@@ -226,7 +226,7 @@ Afterwards all distribution packages are located in `target`.
cd target/$VERSION
svn mkdir https://dist.apache.org/repos/dist/dev/directory/studio/$VERSION -m "Create dev area for release $VERSION"
svn co https://dist.apache.org/repos/dist/dev/directory/studio/$VERSION .
- svn add $VERSION
+ svn add *
svn commit -m "Add release $VERSION"
### Call the vote