Author: smukhina
Date: 2010-04-16 09:01:56 -0400 (Fri, 16 Apr 2010)
New Revision: 21529
Modified:
trunk/maven/docs/maven_reference_guide/en-US/master.xml
trunk/maven/docs/maven_reference_guide/en-US/tasks.xml
Log:
JBDS-1121 Maven Integration Guide - more info and screens are added
Modified: trunk/maven/docs/maven_reference_guide/en-US/master.xml
===================================================================
--- trunk/maven/docs/maven_reference_guide/en-US/master.xml 2010-04-16 13:00:26 UTC (rev
21528)
+++ trunk/maven/docs/maven_reference_guide/en-US/master.xml 2010-04-16 13:01:56 UTC (rev
21529)
@@ -5,9 +5,11 @@
[<!ENTITY introduction SYSTEM "introduction.xml">
<!ENTITY tasks SYSTEM "tasks.xml">
+<!ENTITY references SYSTEM "references.xml">
<!ENTITY links SYSTEM "links.xml">
+
<!ENTITY seamlink "../../seam/html_single/index.html">
<!ENTITY aslink "../../as/html_single/index.html">
<!ENTITY esblink "../../esb_ref_guide/html_single/index.html">
@@ -51,5 +53,6 @@
<toc/>
&introduction;
&tasks;
+ &references;
&links;
</book>
Modified: trunk/maven/docs/maven_reference_guide/en-US/tasks.xml
===================================================================
--- trunk/maven/docs/maven_reference_guide/en-US/tasks.xml 2010-04-16 13:00:26 UTC (rev
21528)
+++ trunk/maven/docs/maven_reference_guide/en-US/tasks.xml 2010-04-16 13:01:56 UTC (rev
21529)
@@ -229,8 +229,10 @@
</mediaobject>
</figure>
</section>
- <section id="import_maven_project">
+ <section>
<title>Existing Maven Projects Import</title>
+ <section id="import_maven_project">
+ <title>Seam Projects Import</title>
<para>Maven Integration includes the Seam Maven configurator which is
called when importing
a project, changing <emphasis>
<property>pom.xml</property></emphasis> and/or calling
<emphasis>
@@ -254,29 +256,19 @@
<para>other required facets (Web Module, Java, JSF,
etc.)</para>
</listitem>
</itemizedlist>
- <para>If the Seam version from <emphasis>
- <property>pom.xml</property></emphasis> matches a
version of a Seam runtime
- configured in the workspace, Seam configurator will set that runtime,
otherwise no Seam
- runtime will be set and you'll have to set it manually under Seam
Settings in the
- project preferences.</para>
+ <para>The Maven Integration Tool will try to define Seam Runtime for the
project. If it find that the version from pom.xml matches a version of a Seam runtime, a
default runtime for the Seam facet exists or there is a non-default runtime matching the
Seam facet then runtime will be set. Otherwise no any Seam runtime will be set and you
need manually set it up.
+ </para>
<para>Seam configurator recognizes the Seam artifacts in the following way:
the view folder
is a web content folder from the WAR project, the source folder is the first
Eclipse
source folder. If there is a folder containing "hot" in the
name, it will be
chosen as the action source folder. Package is the first package that has
children or
doesn't have any subpackage. </para>
<para>Configuring the Seam when importing a Maven project as well as a Seam
Runtime, Seam
- artifacts and some facets could be suspended in the JBoss Maven Integration
preferences
+ artifacts and some facets could be suspended in the <link
linkend="preferencespage">JBoss Maven Integration preferences</link>
(<emphasis>
<property>Window > Preferences > JBoss Tools >
JBoss Maven
Integration</property></emphasis>).</para>
- <figure>
- <title>JBoss Maven Integration Preferences</title>
- <mediaobject>
- <imageobject>
- <imagedata
-
fileref="images/create_mavenized_seam/configure_maven_integration.png"/>
- </imageobject>
- </mediaobject>
- </figure>
+
+ </section>
</section>
</chapter>
Show replies by date