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

llt

parent 0d583f59
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
.settings .settings
/.idea/ /.idea/
*.jar
*.war *.war
*.ear *.ear
...@@ -22,3 +22,4 @@ MANIFEST.MF ...@@ -22,3 +22,4 @@ MANIFEST.MF
overlays/ overlays/
sh-authcenter-agent/src/test/ sh-authcenter-agent/src/test/
sh-authcenter-log/src/test/ sh-authcenter-log/src/test/
eden-authcenter-log/src/main/resources/
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>eden-authcenter-agent</artifactId> <artifactId>eden-authcenter-agent</artifactId>
<packaging>war</packaging>
<dependencies> <dependencies>
...@@ -79,4 +80,6 @@ ...@@ -79,4 +80,6 @@
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
\ No newline at end of file
...@@ -51,4 +51,6 @@ ...@@ -51,4 +51,6 @@
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
\ No newline at end of file
...@@ -187,7 +187,21 @@ ...@@ -187,7 +187,21 @@
<target>1.8</target> <target>1.8</target>
</configuration> </configuration>
</plugin> </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> </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