[jbosstools-commits] JBoss Tools SVN: r42128 - trunk/maven/docs/reference/en-US.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Jun 20 19:23:11 EDT 2012


Author: irooskov at redhat.com
Date: 2012-06-20 19:23:10 -0400 (Wed, 20 Jun 2012)
New Revision: 42128

Modified:
   trunk/maven/docs/reference/en-US/Book_Info.xml
   trunk/maven/docs/reference/en-US/creating_a_maven_module.xml
   trunk/maven/docs/reference/en-US/creating_a_maven_project.xml
Log:
updated with small typo corrections


Modified: trunk/maven/docs/reference/en-US/Book_Info.xml
===================================================================
--- trunk/maven/docs/reference/en-US/Book_Info.xml	2012-06-20 23:22:53 UTC (rev 42127)
+++ trunk/maven/docs/reference/en-US/Book_Info.xml	2012-06-20 23:23:10 UTC (rev 42128)
@@ -13,7 +13,7 @@
    
   <edition>5.0.0</edition>
    
-  <pubsnumber>3</pubsnumber>
+  <pubsnumber>4</pubsnumber>
    
   <abstract>
     <para>

Modified: trunk/maven/docs/reference/en-US/creating_a_maven_module.xml
===================================================================
--- trunk/maven/docs/reference/en-US/creating_a_maven_module.xml	2012-06-20 23:22:53 UTC (rev 42127)
+++ trunk/maven/docs/reference/en-US/creating_a_maven_module.xml	2012-06-20 23:23:10 UTC (rev 42128)
@@ -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: trunk/maven/docs/reference/en-US/creating_a_maven_project.xml
===================================================================
--- trunk/maven/docs/reference/en-US/creating_a_maven_project.xml	2012-06-20 23:22:53 UTC (rev 42127)
+++ trunk/maven/docs/reference/en-US/creating_a_maven_project.xml	2012-06-20 23:23:10 UTC (rev 42128)
@@ -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>



More information about the jbosstools-commits mailing list