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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 2 08:37:57 EDT 2010


Author: jesper.pedersen
Date: 2010-08-02 08:37:57 -0400 (Mon, 02 Aug 2010)
New Revision: 107260

Modified:
   projects/jboss-jca/trunk/doc/userguide/en/modules/download.xml
Log:
Document the Maven artifacts

Modified: projects/jboss-jca/trunk/doc/userguide/en/modules/download.xml
===================================================================
--- projects/jboss-jca/trunk/doc/userguide/en/modules/download.xml	2010-08-02 12:00:55 UTC (rev 107259)
+++ projects/jboss-jca/trunk/doc/userguide/en/modules/download.xml	2010-08-02 12:37:57 UTC (rev 107260)
@@ -56,6 +56,111 @@
 
    </section>
 
+   <section id="download_maven">
+      <title>Maven repository</title>
+      <para>The IronJacamar distribution is deployed to the JBoss Nexus repository.</para>
+
+      <para>Repository: <code>http://repository.jboss.org/nexus/content/groups/public/</code></para>
+
+      <para>Group id: <code>org.jboss.ironjacamar</code></para>
+      
+      <table frame="all">
+        <title>Maven artifacts</title>
+        <tgroup cols="2" align="left" colsep="1" rowsep="1">
+          <colspec colname="c1" colwidth="2*"/>
+          <colspec colname="c2" colwidth="3*"/>
+          <thead>
+            <row>
+              <entry align="left">Artifact</entry>
+              <entry align="left">Description</entry>
+            </row>
+          </thead>
+          <tbody>
+            <row>
+              <entry><code>ironjacamar-codegenerator</code></entry>
+              <entry>
+                The code generator
+              </entry>
+            </row>
+            <row>
+              <entry><code>ironjacamar-common-api</code></entry>
+              <entry>
+                The API for the common module
+              </entry>
+            </row>
+            <row>
+              <entry><code>ironjacamar-common-impl</code></entry>
+              <entry>
+                The implementation for the common module
+              </entry>
+            </row>
+            <row>
+              <entry><code>ironjacamar-core-api</code></entry>
+              <entry>
+                The API for the core module
+              </entry>
+            </row>
+            <row>
+              <entry><code>ironjacamar-core-impl</code></entry>
+              <entry>
+                The implementation for the core module
+              </entry>
+            </row>
+            <row>
+              <entry><code>ironjacamar-core-spi</code></entry>
+              <entry>
+                The SPI for the core module
+              </entry>
+            </row>
+            <row>
+              <entry><code>ironjacamar-deployers-fungal</code></entry>
+              <entry>
+                The deployers for the Fungal kernel based setup
+              </entry>
+            </row>
+            <row>
+              <entry><code>ironjacamar-embedded</code></entry>
+              <entry>
+                The embedded module
+              </entry>
+            </row>
+            <row>
+              <entry><code>ironjacamar-embedded-arquillian</code></entry>
+              <entry>
+                The Arquillian extension for the embedded module
+              </entry>
+            </row>
+            <row>
+              <entry><code>ironjacamar-spec-api</code></entry>
+              <entry>
+                The Java EE Connector Architecture 1.6 API
+              </entry>
+            </row>
+            <row>
+              <entry><code>ironjacamar-validator</code></entry>
+              <entry>
+                The validator module
+              </entry>
+            </row>
+            <row>
+              <entry><code>ironjacamar-validator-ant</code></entry>
+              <entry>
+                The Apache Ant tasks for the validator module
+              </entry>
+            </row>
+            <row>
+              <entry><code>ironjacamar-validator-cli</code></entry>
+              <entry>
+                The command line interface for the validator module
+              </entry>
+            </row>
+          </tbody>
+        </tgroup>
+      </table>
+      
+   </section>
+
+
    <section id="SVN">
       <title>SVN Access</title>
       <para>If you want to experiment with the latest developments you may



More information about the jboss-cvs-commits mailing list