Author: irooskov(a)redhat.com
Date: 2012-06-20 19:22:36 -0400 (Wed, 20 Jun 2012)
New Revision: 42126
Modified:
branches/jbosstools-3.3.x/maven/docs/reference/en-US/Book_Info.xml
branches/jbosstools-3.3.x/maven/docs/reference/en-US/creating_a_maven_module.xml
branches/jbosstools-3.3.x/maven/docs/reference/en-US/creating_a_maven_project.xml
Log:
updated with files from trunk
Modified: branches/jbosstools-3.3.x/maven/docs/reference/en-US/Book_Info.xml
===================================================================
--- branches/jbosstools-3.3.x/maven/docs/reference/en-US/Book_Info.xml 2012-06-20 23:09:21
UTC (rev 42125)
+++ branches/jbosstools-3.3.x/maven/docs/reference/en-US/Book_Info.xml 2012-06-20 23:22:36
UTC (rev 42126)
@@ -13,7 +13,7 @@
<edition>5.0.0</edition>
- <pubsnumber>3</pubsnumber>
+ <pubsnumber>4</pubsnumber>
<abstract>
<para>
Modified:
branches/jbosstools-3.3.x/maven/docs/reference/en-US/creating_a_maven_module.xml
===================================================================
---
branches/jbosstools-3.3.x/maven/docs/reference/en-US/creating_a_maven_module.xml 2012-06-20
23:09:21 UTC (rev 42125)
+++
branches/jbosstools-3.3.x/maven/docs/reference/en-US/creating_a_maven_module.xml 2012-06-20
23:22:36 UTC (rev 42126)
@@ -4,7 +4,7 @@
A Maven module is a sub-project. To create a Maven module you will need to already have
a Maven project available.
</para>
<para>
- The parent project must have its <guilabel>Packaing</guilabel> option be
pre-configured to <guimenuitem>pom</guimenuitem> for a module to be created
and associated to it. To ensure your parent project has this option set correctly before
proceeding, double-click on the <filename>pom.xml</filename> file of your
parent project in the <guilabel>Project Explorer</guilabel>.
+ The parent project must have its <guilabel>Packaging</guilabel> option be
pre-configured to <guimenuitem>pom</guimenuitem>, for a module to be created
and associated with it. To ensure your parent project has this option set correctly before
proceeding, double-click on the <filename>pom.xml</filename> file of your
parent project in the <guilabel>Project Explorer</guilabel>.
</para>
<para>
In the <guilabel>Overview</guilabel> settings page that is now displayed in
your workbench, confirm that the option <guibutton>Packaging</guibutton> is
set to <guimenuitem>pom</guimenuitem>. If it is not, select
<guimenuitem>pom</guimenuitem> from the list menu and save the changes to your
<filename>pom.xml</filename> file.
@@ -115,7 +115,7 @@
Specify archetype parameters <guilabel>Group Id</guilabel> and
<guilabel>Version</guilabel>. Ensure that the values you specify for these
fields are unique from those set in the parent project.
</para>
<para>
- In this example, the <guilabel>Group Id</guilabel> and
<guilabel>Version</guilabel> settings of the parent project used are set to
<property>group_id</property> and
<property>0.0.1-SNAPSHOT</property> respectively. For the module
<guilabel>Group Id</guilabel> and <guilabel>Version</guilabel>
settings are being specified as <property>sub_group_id</property> and
<property>0.1.1-SNAPSHOT</property> respectively, to avoid conflict.
+ In this example, the <guilabel>Group Id</guilabel> and
<guilabel>Version</guilabel> settings of the parent project used are set to
<property>group_id</property> and
<property>0.0.1-SNAPSHOT</property> respectively. For the module,
<guilabel>Group Id</guilabel> and <guilabel>Version</guilabel>
settings are being specified as <property>sub_group_id</property> and
<property>0.1.1-SNAPSHOT</property> respectively, to avoid conflict.
</para>
<figure id="module_creation_07">
<title>Archetype parameter settings</title>
Modified:
branches/jbosstools-3.3.x/maven/docs/reference/en-US/creating_a_maven_project.xml
===================================================================
---
branches/jbosstools-3.3.x/maven/docs/reference/en-US/creating_a_maven_project.xml 2012-06-20
23:09:21 UTC (rev 42125)
+++
branches/jbosstools-3.3.x/maven/docs/reference/en-US/creating_a_maven_project.xml 2012-06-20
23:22:36 UTC (rev 42126)
@@ -87,7 +87,7 @@
</mediaobject>
</figure>
<para>
- Clicking <guibutton>Finish</guibutton> will bring back to the workbench and
your Maven project will appear in the <guilabel>Project Explorer</guilabel>.
+ Clicking <guibutton>Finish</guibutton> will bring you back to the workbench
and your Maven project will appear in the <guilabel>Project
Explorer</guilabel>.
</para>
<figure id="application_creation_06">
<title>Project in the Project Explorer</title>
Show replies by date