링크: https://access.redhat.com/documentation/en-US/Fuse_ESB_Enterprise/7.1/html/Deploying_into_the_Container/files/Locate-CustomRepo.html

posted by 뚱2

[Maven] Maven Plugin development

Java/Maven 2015. 8. 1. 19:46

링크: http://maven.apache.org/plugin-developers/index.html

posted by 뚱2

링크 : http://maven.apache.org/general.html#encoding-warning

 

    <!-- properties에 project.build.sourceEncoding 추가 -->
    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>

 

'Java > Maven' 카테고리의 다른 글

[Maven] Generating a Custom Offline Repository  (0) 2015.10.02
[Maven] Maven Plugin development  (0) 2015.08.01
posted by 뚱2