[jbosstools-commits] JBoss Tools SVN: r42193 - in trunk/maven/docs/reference: en-US and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Sun Jun 24 19:50:45 EDT 2012


Author: irooskov at redhat.com
Date: 2012-06-24 19:50:45 -0400 (Sun, 24 Jun 2012)
New Revision: 42193

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
   trunk/maven/docs/reference/pom.xml
Log:
updated based on QE review


Modified: trunk/maven/docs/reference/en-US/Book_Info.xml
===================================================================
--- trunk/maven/docs/reference/en-US/Book_Info.xml	2012-06-24 23:07:17 UTC (rev 42192)
+++ trunk/maven/docs/reference/en-US/Book_Info.xml	2012-06-24 23:50:45 UTC (rev 42193)
@@ -13,7 +13,7 @@
    
   <edition>5.0.0</edition>
    
-  <pubsnumber>4</pubsnumber>
+  <pubsnumber>5</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-24 23:07:17 UTC (rev 42192)
+++ trunk/maven/docs/reference/en-US/creating_a_maven_module.xml	2012-06-24 23:50:45 UTC (rev 42193)
@@ -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>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>. 
+		The parent project must have its <guilabel>Packaging</guilabel> option 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.

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-24 23:07:17 UTC (rev 42192)
+++ trunk/maven/docs/reference/en-US/creating_a_maven_project.xml	2012-06-24 23:50:45 UTC (rev 42193)
@@ -17,7 +17,7 @@
 		</mediaobject>
 	</figure>
 	<para>
-		The first screen of the wizard will ask you if you wish to create a simple project (selecting this will skip the ability to select an arhetype), to select a location for the project and if any projects should be added to the working set.
+		The first screen of the wizard will ask you if you wish to create a simple project (selecting this will skip the ability to select an archetype), to select a location for the project and if any projects should be added to the working set.
 	</para>
 	<figure id="application_creation_02">
 		<title>Maven project location and basic settings</title>

Modified: trunk/maven/docs/reference/pom.xml
===================================================================
--- trunk/maven/docs/reference/pom.xml	2012-06-24 23:07:17 UTC (rev 42192)
+++ trunk/maven/docs/reference/pom.xml	2012-06-24 23:50:45 UTC (rev 42193)
@@ -11,7 +11,7 @@
 	<properties>
 		<translation>en-US</translation>
 		<docname>Maven_Tools_Reference_Guide</docname>
-		<bookname>Maven_Tools_Reference_Guide</bookname>
+		<bookname>Maven Tools Reference Guide</bookname>
 	</properties>
 
 	<profiles>



More information about the jbosstools-commits mailing list