diff --git a/README.md b/README.md deleted file mode 100644 index b4678af..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# java-web-project -Java Web Project diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..c0ddba8 --- /dev/null +++ b/pom.xml @@ -0,0 +1,21 @@ + + 4.0.0 + com.srinfo + java-web-project + war + 1.0-SNAPSHOT + java-web-project Maven Webapp + http://maven.apache.org + + + junit + junit + 3.8.1 + test + + + + java-web-project + + diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000..9f88c1f --- /dev/null +++ b/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,7 @@ + + + + Archetype Created Web Application + diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp new file mode 100644 index 0000000..c38169b --- /dev/null +++ b/src/main/webapp/index.jsp @@ -0,0 +1,5 @@ + + +

Hello World!

+ +