File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626
2727 <!--
2828 log4j.xml file will be copied both in ${project.build.outputDirectory}
29- and ${project.build.outputDirectory }. Thanks to Sean Patrick Floyd
29+ and ${project.build.directory }. Thanks to Sean Patrick Floyd
3030 (http://stackoverflow.com/questions/5637532/maven-how-to-place-resource-file-together-with-jar)
3131 -->
3232
3333 <resources >
34- <resource > <!-- regular resource processing for everything except logback.xml -->
34+ <resource > <!-- regular processing for every resource file -->
3535 <directory >src/main/resources</directory >
3636 </resource >
37- <resource > <!-- resource processing with a different output directory for log4j.xml -->
37+ <resource > <!-- processing with a different output directory for log4j.xml -->
3838 <directory >src/main/resources</directory >
3939 <includes >
4040 <include >log4j.xml</include >
4141 </includes >
42- <targetPath >..</targetPath > <!-- relative to target/classes i.e. ${project.build.outputDirectory } -->
42+ <targetPath >..</targetPath > <!-- relative to target/classes i.e. ${project.build.directory } -->
4343 </resource >
4444 </resources >
4545
You can’t perform that action at this time.
0 commit comments