File tree Expand file tree Collapse file tree 4 files changed +55
-0
lines changed
Expand file tree Collapse file tree 4 files changed +55
-0
lines changed Original file line number Diff line number Diff line change 1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3+ <modelVersion >4.0.0</modelVersion >
4+ <groupId >in.valaxy</groupId >
5+ <artifactId >javademoproject</artifactId >
6+ <packaging >war</packaging >
7+ <version >0.0.1-SNAPSHOT</version >
8+ <name >javademoproject Maven Webapp</name >
9+ <url >http://maven.apache.org</url >
10+ <dependencies >
11+ <dependency >
12+ <groupId >junit</groupId >
13+ <artifactId >junit</artifactId >
14+ <version >3.8.1</version >
15+ <scope >test</scope >
16+ </dependency >
17+ </dependencies >
18+ <build >
19+ <finalName >javademoproject</finalName >
20+ </build >
21+ </project >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE web-app PUBLIC
2+ "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
3+ "http://java.sun.com/dtd/web-app_2_3.dtd" >
4+
5+ <web-app >
6+ <display-name >Archetype Created Web Application</display-name >
7+ </web-app >
Original file line number Diff line number Diff line change 1+ <html >
2+ <body >
3+ <h2 >Hello World!</h2 >
4+ <h2 > Welcome to Git </h2 >
5+ </body >
6+ </html >
Original file line number Diff line number Diff line change 1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3+ <modelVersion >4.0.0</modelVersion >
4+ <groupId >in.valaxy</groupId >
5+ <artifactId >javademoproject</artifactId >
6+ <packaging >war</packaging >
7+ <version >0.0.1-SNAPSHOT</version >
8+ <name >javademoproject Maven Webapp</name >
9+ <url >http://maven.apache.org</url >
10+ <dependencies >
11+ <dependency >
12+ <groupId >junit</groupId >
13+ <artifactId >junit</artifactId >
14+ <version >3.8.1</version >
15+ <scope >test</scope >
16+ </dependency >
17+ </dependencies >
18+ <build >
19+ <finalName >javademoproject</finalName >
20+ </build >
21+ </project >
You can’t perform that action at this time.
0 commit comments