You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2014/09/20 10:30:47 UTC

svn commit: r1626398 - /cayenne/site/cms/trunk/content/dev/release-guide.mdtext

Author: aadamchik
Date: Sat Sep 20 08:30:46 2014
New Revision: 1626398

URL: http://svn.apache.org/r1626398
Log:
actually we must simply exclude mac and win from Maven release

Modified:
    cayenne/site/cms/trunk/content/dev/release-guide.mdtext

Modified: cayenne/site/cms/trunk/content/dev/release-guide.mdtext
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/dev/release-guide.mdtext?rev=1626398&r1=1626397&r2=1626398&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/dev/release-guide.mdtext (original)
+++ cayenne/site/cms/trunk/content/dev/release-guide.mdtext Sat Sep 20 08:30:46 2014
@@ -14,9 +14,6 @@ More info can be found at [http://www.ap
 * Make sure "apache-releases" repository is configured in
 *~/.m2/settings.xml* and an appropriate password is setup. See [this page](http://www.apache.org/dev/publishing-maven-artifacts.html)
  for details.
- * Java 1.7 is required for the Mac Modeler build (even for 3.1 branch that otherwise supports Java 1.6)
-
-        export JAVA_HOME=`/usr/libexec/java_home -v 1.7`
 
 ## Preparing Sources
 
@@ -31,11 +28,13 @@ source. Then read the report and fix any
 ## Tagging the Repo and Releasing Maven Artifacts 
 
 
-* Create a Git tag and Create Maven Staging Repository
+* Create a Git tag and Create Maven Staging Repository. Note that we are not publishing Mac and Windows specific modules to Maven 
+(not including "mac" and "windows" profiles, as those are very particular of the build environment, and are useless as Maven binaries
+anyways) :
 
         cd cayenne
         mvn release:clean
-        mvn release:prepare -DpreparationGoals="clean install" -DautoVersionSubmodules=true -Passembly,generic,mac,windows
+        mvn release:prepare -DpreparationGoals="clean install" -DautoVersionSubmodules=true -Passembly,generic
         mvn release:perform -P gpg [-Dgpg.keyname=B8AF90BF]
 
 * Close the staging repo. Login to [https://repository.apache.org/](https://repository.apache.org/) with