Author: jstrachan
Date: Wed Jul  5 09:29:43 2006
New Revision: 419272

URL: http://svn.apache.org/viewvc?rev=419272&view=rev
Log:
Latest export from confluence

Modified:
    incubator/activemq/site/release-guide.html

Modified: incubator/activemq/site/release-guide.html
URL: 
http://svn.apache.org/viewvc/incubator/activemq/site/release-guide.html?rev=419272&r1=419271&r2=419272&view=diff
==============================================================================
--- incubator/activemq/site/release-guide.html (original)
+++ incubator/activemq/site/release-guide.html Wed Jul  5 09:29:43 2006
@@ -246,8 +246,41 @@
 <!--          
             <div class="pagetitle">Release Guide</div>
 -->
-            <DIV class="wiki-content">
-<P>How to create and announce an ActiveMQ release.</P>
+            <DIV class="wiki-content"><P>How to create and announce an 
ActiveMQ release.</P>
+
+<H2><A name="ReleaseGuide-Maven2Setup"></A>Maven 2 Setup</H2>
+
+<P>Before you deploy anything to the maven repository using Maven 2, you 
should configure your ~/.m2/settings.xml file<BR>
+so that the file permissions of the deployed artifacts are group writeable.  
If you do not do this, other developers will not able to overwrite your 
SNAPSHOT releases with newer versions.</P>
+
+<DIV class="code"><DIV class="codeContent">
+<PRE class="code-xml"><SPAN class="code-tag">&lt;settings&gt;</SPAN>
+  ...
+  <SPAN class="code-tag">&lt;servers&gt;</SPAN>
+
+    <SPAN class="code-tag">&lt;server&gt;</SPAN>
+      <SPAN class="code-tag">&lt;id&gt;</SPAN>apache-repo<SPAN 
class="code-tag">&lt;/id&gt;</SPAN>
+      <SPAN class="code-tag">&lt;username&gt;</SPAN>chirino<SPAN 
class="code-tag">&lt;/username&gt;</SPAN>
+      <SPAN class="code-tag">&lt;directoryPermissions&gt;</SPAN>775<SPAN 
class="code-tag">&lt;/directoryPermissions&gt;</SPAN>
+      <SPAN class="code-tag">&lt;filePermissions&gt;</SPAN>664<SPAN 
class="code-tag">&lt;/filePermissions&gt;</SPAN>
+    <SPAN class="code-tag">&lt;/server&gt;</SPAN>
+    <SPAN class="code-tag">&lt;server&gt;</SPAN>
+      <SPAN class="code-tag">&lt;id&gt;</SPAN>apache-snapshots<SPAN 
class="code-tag">&lt;/id&gt;</SPAN>
+      <SPAN class="code-tag">&lt;username&gt;</SPAN>chirino<SPAN 
class="code-tag">&lt;/username&gt;</SPAN>
+      <SPAN class="code-tag">&lt;directoryPermissions&gt;</SPAN>775<SPAN 
class="code-tag">&lt;/directoryPermissions&gt;</SPAN>
+      <SPAN class="code-tag">&lt;filePermissions&gt;</SPAN>664<SPAN 
class="code-tag">&lt;/filePermissions&gt;</SPAN>
+    <SPAN class="code-tag">&lt;/server&gt;</SPAN>
+    <SPAN class="code-tag">&lt;server&gt;</SPAN>
+      <SPAN class="code-tag">&lt;id&gt;</SPAN>apache-website<SPAN 
class="code-tag">&lt;/id&gt;</SPAN>
+      <SPAN class="code-tag">&lt;username&gt;</SPAN>chirino<SPAN 
class="code-tag">&lt;/username&gt;</SPAN>
+      <SPAN class="code-tag">&lt;directoryPermissions&gt;</SPAN>775<SPAN 
class="code-tag">&lt;/directoryPermissions&gt;</SPAN>
+      <SPAN class="code-tag">&lt;filePermissions&gt;</SPAN>664<SPAN 
class="code-tag">&lt;/filePermissions&gt;</SPAN>
+    <SPAN class="code-tag">&lt;/server&gt;</SPAN>
+
+  <SPAN class="code-tag">&lt;/servers&gt;</SPAN>
+  ...
+<SPAN class="code-tag">&lt;/settings&gt;</SPAN></PRE>
+</DIV></DIV>
 
 <H2><A name="ReleaseGuide-CreatingtheActiveMQRelease"></A>Creating the 
ActiveMQ Release</H2>
 
@@ -308,8 +341,8 @@
     </DIV>
     <DIV id="site-footer">
           Added by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan";>James
 Strachan</A>,
-    last edited by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan";>James
 Strachan</A> on May 12, 2006
-                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=244&originalId=5415";>view
 change</A>)
+    last edited by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=chirino";>Hiram
 Chirino</A> on Jul 05, 2006
+                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=244&originalId=8966";>view
 change</A>)
               
       (<A 
href="http://goopen.org/confluence/pages/editpage.action?pageId=244";>edit 
page</A>)
     </DIV>


Reply via email to