Not able to override language properties in maven

Durai pandian, modified 6 Years ago. New Member Posts: 11 Join Date: 10/25/12 Recent Posts
Hi All,
​​​​​​​I am using liferay 6.2
     I have created hook for overriding language keys using maven. I have tried all the possible way of placing the language files in the project. Still the properties are not overriding.

Could u please help me what I could missed from my side?

See attched image for the Project structure. 

This is my liferay-hook.xml

​​​​​​​<?xml version="1.0"?>
<!DOCTYPE hook PUBLIC "-//Liferay//DTD Hook 6.2.0//EN" "http://www.liferay.com/dtd/liferay-hook_6_2_0.dtd">

<hook>
    <language-properties>
        content/Language_en.properties
    </language-properties>
    <custom-jsp-dir>/META-INF/custom_jsps</custom-jsp-dir>

</hook> 


​​​​​​​Thanks in advance.