mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 04:55:50 +00:00
Make JAR not WAR
This commit is contained in:
parent
fb8ffb3db8
commit
3f95e6676c
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -13,7 +13,7 @@
|
|||
<version>1.0.0-SNAPSHOT</version>
|
||||
|
||||
<name>petclinic</name>
|
||||
<packaging>war</packaging>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<properties>
|
||||
<java.version>1.7</java.version>
|
||||
|
|
Loading…
Reference in a new issue