Commit 1fda801f authored by 李良停's avatar 李良停

llt

parent 0d583f59
......@@ -4,7 +4,7 @@
.settings
/.idea/
*.jar
*.war
*.ear
......@@ -22,3 +22,4 @@ MANIFEST.MF
overlays/
sh-authcenter-agent/src/test/
sh-authcenter-log/src/test/
eden-authcenter-log/src/main/resources/
......@@ -10,6 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>eden-authcenter-agent</artifactId>
<packaging>war</packaging>
<dependencies>
......@@ -79,4 +80,6 @@
</dependency>
</dependencies>
</project>
\ No newline at end of file
......@@ -51,4 +51,6 @@
</dependency>
</dependencies>
</project>
\ No newline at end of file
......@@ -187,7 +187,21 @@
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<webResources>
<resource>
<directory>lib/</directory>
<targetPath>WEB-INF/lib</targetPath>
<includes>
<include>**/*.jar</include>
</includes>
</resource>
</webResources>
</configuration>
</plugin>
</plugins>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment