Author: rhauch
Date: 2009-06-11 11:52:24 -0400 (Thu, 11 Jun 2009)
New Revision: 1045
Modified:
trunk/docs/gettingstarted/src/main/docbook/en-US/custom.dtd
trunk/docs/reference/src/main/docbook/en-US/content/developers/tools.xml
trunk/docs/reference/src/main/docbook/en-US/custom.dtd
Log:
Changed the document versions to 0.6 to reflect the recent release. Also added a bit more
detail about how to deploy the DNA artifacts to the JBoss Maven repository.
Modified: trunk/docs/gettingstarted/src/main/docbook/en-US/custom.dtd
===================================================================
--- trunk/docs/gettingstarted/src/main/docbook/en-US/custom.dtd 2009-06-11 15:19:35 UTC
(rev 1044)
+++ trunk/docs/gettingstarted/src/main/docbook/en-US/custom.dtd 2009-06-11 15:52:24 UTC
(rev 1045)
@@ -1,4 +1,4 @@
-<!ENTITY versionNumber "0.5">
+<!ENTITY versionNumber "0.6">
<!ENTITY copyrightYears "2008-2009">
<!ENTITY copyrightHolder "Red Hat, Inc.">
Modified: trunk/docs/reference/src/main/docbook/en-US/content/developers/tools.xml
===================================================================
--- trunk/docs/reference/src/main/docbook/en-US/content/developers/tools.xml 2009-06-11
15:19:35 UTC (rev 1044)
+++ trunk/docs/reference/src/main/docbook/en-US/content/developers/tools.xml 2009-06-11
15:52:24 UTC (rev 1045)
@@ -481,7 +481,18 @@
</para>
</note>
<para>
- The artifacts are deployed to the local file system, which is comprised of a local
checkout of the JBoss Maven2 repository
+ The release has been performed, but we still need to build and deploy the
<emphasis>real</emphasis> artifacts
+ to the JBoss Maven repository. To do
+ this, go to a working area and check out the recently-produced SVN tag (using the
correct <code>{release-number}</code>):
+ </para>
+ <programlisting>$ svn checkout
https://anonsvn.jboss.org/repos/dna/tags/dna-{release-number}/</progra...
+ <para>
+ Then, go into the new directory, and perform a Maven deploy:
+ <para>
+ <programlisting>$ mvn clean deploy</programlisting>
+ <para>
+ This will rebuild all the artifacts (from your local copy of the
<emphasis>tagged</emphasis> source) and deploy them
+ to the local file system, which is comprised of a local checkout of the JBoss Maven2
repository
in a location specified by a combination of the
<code><distributionManagement></code> section of several
<code>pom.xml</code>
files and your personal <code>settings.xml</code> file. Once this Maven
command completes, you will need to
commit the new files after they are deployed. For more information, see the
Modified: trunk/docs/reference/src/main/docbook/en-US/custom.dtd
===================================================================
--- trunk/docs/reference/src/main/docbook/en-US/custom.dtd 2009-06-11 15:19:35 UTC (rev
1044)
+++ trunk/docs/reference/src/main/docbook/en-US/custom.dtd 2009-06-11 15:52:24 UTC (rev
1045)
@@ -1,4 +1,4 @@
-<!ENTITY versionNumber "0.5">
+<!ENTITY versionNumber "0.6">
<!ENTITY copyrightYears "2008-2009">
<!ENTITY copyrightHolder "Red Hat, Inc.">