|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
<groupId>com.monkeyk</groupId> |
|
|
|
|
<artifactId>spring-oauth-server</artifactId> |
|
|
|
|
<version>2.1.1</version> |
|
|
|
|
<packaging>jar</packaging> |
|
|
|
|
<packaging>war</packaging> |
|
|
|
|
|
|
|
|
|
<name>${project.artifactId}</name> |
|
|
|
|
<description>Spring OAuth Server (Spring Boot)</description> |
|
|
|
@ -156,8 +156,8 @@
|
|
|
|
|
<artifactId>maven-war-plugin</artifactId> |
|
|
|
|
<configuration> |
|
|
|
|
<failOnMissingWebXml>false</failOnMissingWebXml> |
|
|
|
|
<warSourceExcludes>*/classes/application.properties</warSourceExcludes> |
|
|
|
|
<packagingExcludes>*/classes/application.properties</packagingExcludes> |
|
|
|
|
<!--<warSourceExcludes>*/classes/application.properties</warSourceExcludes>--> |
|
|
|
|
<!--<packagingExcludes>*/classes/application.properties</packagingExcludes>--> |
|
|
|
|
<archive> |
|
|
|
|
<addMavenDescriptor>false</addMavenDescriptor> |
|
|
|
|
<manifestEntries> |
|
|
|
@ -191,7 +191,7 @@
|
|
|
|
|
<developers> |
|
|
|
|
<developer> |
|
|
|
|
<name>shengzhao</name> |
|
|
|
|
<email>shengzhao@shengzhaoli.com</email> |
|
|
|
|
<email>monkeyk1987@gmail.com</email> |
|
|
|
|
</developer> |
|
|
|
|
<!--more developer--> |
|
|
|
|
</developers> |
|
|
|
|