Update run config,jsp,test
parent
ad82883340
commit
b33099cfd9
8
pom.xml
8
pom.xml
|
@ -6,7 +6,7 @@
|
||||||
<groupId>com.monkeyk</groupId>
|
<groupId>com.monkeyk</groupId>
|
||||||
<artifactId>spring-oauth-server</artifactId>
|
<artifactId>spring-oauth-server</artifactId>
|
||||||
<version>2.1.1</version>
|
<version>2.1.1</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<name>${project.artifactId}</name>
|
<name>${project.artifactId}</name>
|
||||||
<description>Spring OAuth Server (Spring Boot)</description>
|
<description>Spring OAuth Server (Spring Boot)</description>
|
||||||
|
@ -156,8 +156,8 @@
|
||||||
<artifactId>maven-war-plugin</artifactId>
|
<artifactId>maven-war-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<failOnMissingWebXml>false</failOnMissingWebXml>
|
<failOnMissingWebXml>false</failOnMissingWebXml>
|
||||||
<warSourceExcludes>*/classes/application.properties</warSourceExcludes>
|
<!--<warSourceExcludes>*/classes/application.properties</warSourceExcludes>-->
|
||||||
<packagingExcludes>*/classes/application.properties</packagingExcludes>
|
<!--<packagingExcludes>*/classes/application.properties</packagingExcludes>-->
|
||||||
<archive>
|
<archive>
|
||||||
<addMavenDescriptor>false</addMavenDescriptor>
|
<addMavenDescriptor>false</addMavenDescriptor>
|
||||||
<manifestEntries>
|
<manifestEntries>
|
||||||
|
@ -191,7 +191,7 @@
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
<name>shengzhao</name>
|
<name>shengzhao</name>
|
||||||
<email>shengzhao@shengzhaoli.com</email>
|
<email>monkeyk1987@gmail.com</email>
|
||||||
</developer>
|
</developer>
|
||||||
<!--more developer-->
|
<!--more developer-->
|
||||||
</developers>
|
</developers>
|
||||||
|
|
Loading…
Reference in New Issue