Maven packaging is a problem that GBK encoding is not supported.

Source: Internet
Author: User

Maven 2.0.9, JDK 1.5.012, and eclipse 3.4 often report that GBK encoding is not supported when you use Maven for packaging. Clean the project again and then run Maven clean, basically, this problem can be solved, but it is not a complete solution. I checked Maven and finally found a solution:

The compilation plug-in is configured in POM. xml:

 
<Plugin> <artifactid> Maven-compiler-plugin </artifactid> <version> 2.0.2 </version> <configuration> <source> 1.5 </source> <target> 1.5 </ target> </configuration> </plugin>
Cbf4life label: Maven

Solution:

Modify the Pom. xml file and force utf8 encoding:

 
   
   
     Maven-compiler-plugin 
    
   
     2.0.2 
    
    
     1.5  
    
      1.5 
     
    
      utf8 
     
    
   

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.