[jboss-cvs] JBossAS SVN: r108317 - projects/jboss-jca/trunk/doc/developerguide/en/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 24 10:45:15 EDT 2010


Author: jesper.pedersen
Date: 2010-09-24 10:45:14 -0400 (Fri, 24 Sep 2010)
New Revision: 108317

Modified:
   projects/jboss-jca/trunk/doc/developerguide/en/modules/releases.xml
Log:
Nexus deployment information

Modified: projects/jboss-jca/trunk/doc/developerguide/en/modules/releases.xml
===================================================================
--- projects/jboss-jca/trunk/doc/developerguide/en/modules/releases.xml	2010-09-24 14:12:32 UTC (rev 108316)
+++ projects/jboss-jca/trunk/doc/developerguide/en/modules/releases.xml	2010-09-24 14:45:14 UTC (rev 108317)
@@ -170,5 +170,54 @@
 
   </section>
 
+  <section id="releases_nexus">
+    <title>Nexus</title>
 
+    <para>The IronJacamar artifacts are uploaded to the JBoss.org Nexus repository located at:</para>
+    <programlisting>
+https://repository.jboss.org/nexus/content/groups/public/
+    </programlisting>
+
+    <para>The IronJacamar artifacts are deployed under the <code>groupId</code> of:</para>
+    <programlisting>
+org.jboss.ironjacamar
+    </programlisting>
+
+    <para>See the User Guide for a complete list of artifacts.</para>
+
+    <section id="releases_nexus_deploying_release">
+      <title>Deploying a release</title>
+
+      <para>A release of IronJacamar is deployed using:</para>
+      <programlisting>
+ant nexus
+cd target
+./release.sh
+      </programlisting>
+
+      <para>After the artifacts have been uploaded the release must be promoted in Nexus by logging
+        in and choosing "Promote" and "Close". The path for the staging repository can be used for
+        testing the release.</para>
+      
+      <para>Note, that this requires Ivy 2.2.0+ and Maven 2.2.1.</para>
+
+    </section>
+
+    <section id="releases_nexus_deploying_snapshot">
+      <title>Deploying a snapshot</title>
+
+      <para>A snapshot of IronJacamar is deployed using:</para>
+      <programlisting>
+ant -Dsnapshot=true nexus
+cd target
+./snapshot.sh
+      </programlisting>
+      
+      <para>Note, that this requires Ivy 2.2.0+ and Maven 2.2.1.</para>
+
+    </section>
+
+  </section>
+
+
 </chapter>



More information about the jboss-cvs-commits mailing list