Skip to content

Commit 791277d

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 268d13a commit 791277d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

core-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
</executions>
112112
<configuration>
113113
<includes>
114-
<include>**/*.*</include>
114+
<include>**/*</include>
115115
</includes>
116116
</configuration>
117117
</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.5</project.version>
27+
<project.version>8.8.6</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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,14 @@
151151
<resourceBundles>
152152
<resourceBundle>313devgrp:core-module:${project.version}</resourceBundle>
153153
</resourceBundles>
154+
<includeProjectProperties>true</includeProjectProperties>
154155
</configuration>
155156
<executions>
156157
<execution>
157158
<goals>
158159
<goal>process</goal>
159160
</goals>
161+
<phase>generate-resources</phase>
160162
</execution>
161163
</executions>
162164
</plugin>

0 commit comments

Comments
 (0)