Skip to content

Commit

Permalink
readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Lagnada committed Oct 30, 2012
1 parent 525e410 commit 8713308
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README
@@ -1,4 +1,16 @@
xmx1024
=======

Sample Codes for my blog site http://xmx1024.blogspot.com/
Sample Codes for my blog site http://xmx1024.blogspot.com/

-----------------------------------------------------------------
~> mvn clean package

Run Jetty
~> mvn jetty:run
~> mvn jetty :run -DskipTests=true

Run Tomcat
~> mvn tomcat:run
or
~> mvn tomcat:run -DskipTests=true

0 comments on commit 8713308

Please sign in to comment.