Author: andygumbrecht
Date: Mon Apr 28 21:11:40 2014
New Revision: 1590798

URL: http://svn.apache.org/r1590798
Log:
Maven quick start

Modified:
    tomee/site/trunk/content/maven.mdtext

Modified: tomee/site/trunk/content/maven.mdtext
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/maven.mdtext?rev=1590798&r1=1590797&r2=1590798&view=diff
==============================================================================
--- tomee/site/trunk/content/maven.mdtext (original)
+++ tomee/site/trunk/content/maven.mdtext Mon Apr 28 21:11:40 2014
@@ -5,8 +5,10 @@ It is by no means a tutorial and is desi
 
 You can find a really good [Maven](http://maven.apache.org/) tutorial here: 
[http://books.sonatype.com/mvnex-book/reference/public-book.html](http://books.sonatype.com/mvnex-book/reference/public-book.html)
 
-It is assumed you have downloaded and installed 
[Maven](http://maven.apache.org/) and that you can run **mvn --version** from 
any command prompt (or console).
-It is assumed you have downloaded and installed 
[Subversion](http://subversion.apache.org/) and that you can run **svn 
--version** from any command prompt or console.
+It is assumed that:
+
+ - You have downloaded and installed [Maven](http://maven.apache.org/) and 
that you can run **mvn --version** from any command prompt (or console).
+ - You have downloaded and installed 
[Subversion](http://subversion.apache.org/) and that you can run **svn 
--version** from any command prompt or console.
 
 It is also assumed you have downloaded one of the following:
 
@@ -17,7 +19,7 @@ Use [Subversion](http://subversion.apach
  
        svn co 
http://svn.apache.org/repos/asf/tomee/tomee/trunk/examples/[example]
                
-Or that you may of course also also be using your own project pom.xml
+Or that you may of course also be using your own project pom.xml
 
 If you want to use the latest snapshot locate the *<repositories>* section in 
your pom.xml and ensure the following repository exists:
        


Reply via email to