diff options
Diffstat (limited to 'id/server/auth')
-rw-r--r-- | id/server/auth/pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml index 405f6f390..8dd93220b 100644 --- a/id/server/auth/pom.xml +++ b/id/server/auth/pom.xml @@ -31,6 +31,7 @@ <addDefaultImplementationEntries>true</addDefaultImplementationEntries> </manifest> </archive> +<!-- <webResources> <resource> <directory>${basedir}/../resources</directory> @@ -41,6 +42,7 @@ <targetPath>WEB-INF/classes/META-INF/services</targetPath> </resource> </webResources> +--> </configuration> </plugin> </plugins> @@ -59,4 +61,4 @@ </dependency> </dependencies> -</project>
\ No newline at end of file +</project> |