Add your i18n.xls file into src/main/i18n.
#Generated file customer.properties #Sat May 10 01:56:34 CEST 2014 CUSTOMER=Customer FIRSTNAME=Firstname LASTNAME=Lastname
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> <properties> <comment>Generated file customer.xml</comment> <entry key="LASTNAME">Lastname</entry> <entry key="CUSTOMER">Customer</entry> <entry key="FIRSTNAME">Firstname</entry> </properties>