Skip to content

Commit 198b953

Browse files
committed
Caused by: java.io.FileNotFoundException: file:/web/apache-tomcat-8.0.45/webapps/ROOT/WEB-INF/lib/core-module-8.8.4.jar!/egovframework/egovProps/globals.properties (No such file or directory)
1 parent 9f9c363 commit 198b953

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

core-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
</executions>
108108
<configuration>
109109
<includes>
110-
<include>**/*</include>
110+
<include>**/*.xml</include>
111111
</includes>
112112
</configuration>
113113
</plugin>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</organization>
2525

2626
<properties>
27-
<project.version>8.8.6</project.version>
27+
<project.version>8.8.7</project.version>
2828
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2929
<maven.build.timestamp.format>yyMMdd_HHmm</maven.build.timestamp.format>
3030
<build.time>${maven.build.timestamp}</build.time>

web-module/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@
155155
<resourceBundles>
156156
<resourceBundle>313devgrp:core-module:${project.version}</resourceBundle>
157157
</resourceBundles>
158-
<includeProjectProperties>true</includeProjectProperties>
159158
</configuration>
160159
<executions>
161160
<execution>

0 commit comments

Comments
 (0)