[jbosstools-commits] JBoss Tools SVN: r42194 - branches/jbosstools-3.3.x/maven/docs/reference/en-US.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Sun Jun 24 19:51:15 EDT 2012


Author: irooskov at redhat.com
Date: 2012-06-24 19:51:14 -0400 (Sun, 24 Jun 2012)
New Revision: 42194

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 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-24 23:50:45 UTC (rev 42193)
+++ branches/jbosstools-3.3.x/maven/docs/reference/en-US/Book_Info.xml	2012-06-24 23:51:14 UTC (rev 42194)
@@ -13,7 +13,7 @@
    
   <edition>5.0.0</edition>
    
-  <pubsnumber>4</pubsnumber>
+  <pubsnumber>5</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-24 23:50:45 UTC (rev 42193)
+++ branches/jbosstools-3.3.x/maven/docs/reference/en-US/creating_a_maven_module.xml	2012-06-24 23:51:14 UTC (rev 42194)
@@ -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: 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-24 23:50:45 UTC (rev 42193)
+++ branches/jbosstools-3.3.x/maven/docs/reference/en-US/creating_a_maven_project.xml	2012-06-24 23:51:14 UTC (rev 42194)
@@ -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>



More information about the jbosstools-commits mailing list