1 2 3 4 5 6 7 8 9 10 11 12 13 14 | <build> <sourceDirectory>${basedir}/src/main/java</sourceDirectory> <resources> <resource> <directory>${basedir}/src/main/resources</directory> </resource> </resources> <plugins> <plugin> ... </plugin> </plugins> </build> | cs |
참고: http://wiki.gurubee.net/pages/viewpage.action?pageId=2457625
'Etc.' 카테고리의 다른 글
MS Word Footnote Issue (0) | 2020.11.29 |
---|---|
The required Server component failed to start so Tomcat is unable to start. (0) | 2018.07.09 |