build war

This commit is contained in:
praveen.ks 2020-10-23 19:25:14 +05:30
parent 27109010a5
commit 4519b2341d

10
pom.xml
View file

@ -6,12 +6,13 @@
<groupId>org.springframework.samples</groupId> <groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic</artifactId> <artifactId>spring-petclinic</artifactId>
<version>2.3.0.BUILD-SNAPSHOT</version> <version>2.3.0.BUILD-SNAPSHOT</version>
<packaging>war</packaging>
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.3.RELEASE</version> <version>2.3.3.RELEASE</version>
</parent> </parent>
<name>petclinic</name> <name>petclinic</name>
<properties> <properties>
@ -131,6 +132,12 @@
<artifactId>spring-boot-devtools</artifactId> <artifactId>spring-boot-devtools</artifactId>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<scope>provided</scope>
</dependency>
</dependencies> </dependencies>
<build> <build>
@ -278,6 +285,7 @@
</dependencies> </dependencies>
</plugin> </plugin>
</plugins> </plugins>
<finalName>${artifactId}</finalName>
</build> </build>
<licenses> <licenses>