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"><settings></SPAN>
+ ...
+ <SPAN class="code-tag"><servers></SPAN>
+
+ <SPAN class="code-tag"><server></SPAN>
+ <SPAN class="code-tag"><id></SPAN>apache-repo<SPAN
class="code-tag"></id></SPAN>
+ <SPAN class="code-tag"><username></SPAN>chirino<SPAN
class="code-tag"></username></SPAN>
+ <SPAN class="code-tag"><directoryPermissions></SPAN>775<SPAN
class="code-tag"></directoryPermissions></SPAN>
+ <SPAN class="code-tag"><filePermissions></SPAN>664<SPAN
class="code-tag"></filePermissions></SPAN>
+ <SPAN class="code-tag"></server></SPAN>
+ <SPAN class="code-tag"><server></SPAN>
+ <SPAN class="code-tag"><id></SPAN>apache-snapshots<SPAN
class="code-tag"></id></SPAN>
+ <SPAN class="code-tag"><username></SPAN>chirino<SPAN
class="code-tag"></username></SPAN>
+ <SPAN class="code-tag"><directoryPermissions></SPAN>775<SPAN
class="code-tag"></directoryPermissions></SPAN>
+ <SPAN class="code-tag"><filePermissions></SPAN>664<SPAN
class="code-tag"></filePermissions></SPAN>
+ <SPAN class="code-tag"></server></SPAN>
+ <SPAN class="code-tag"><server></SPAN>
+ <SPAN class="code-tag"><id></SPAN>apache-website<SPAN
class="code-tag"></id></SPAN>
+ <SPAN class="code-tag"><username></SPAN>chirino<SPAN
class="code-tag"></username></SPAN>
+ <SPAN class="code-tag"><directoryPermissions></SPAN>775<SPAN
class="code-tag"></directoryPermissions></SPAN>
+ <SPAN class="code-tag"><filePermissions></SPAN>664<SPAN
class="code-tag"></filePermissions></SPAN>
+ <SPAN class="code-tag"></server></SPAN>
+
+ <SPAN class="code-tag"></servers></SPAN>
+ ...
+<SPAN class="code-tag"></settings></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
- (<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
+ (<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>