I have this issue which I am unable to fix. I have an ext-plugin which overrides my portal-ext.rpoperties file (and I don't want this overriding) with another blank portal-ext file. There is no portal-ext.properties file in my ext-plugin but still every time when I deploy, this happens.
Any kind of help would be appreciated.
Thanks.
This is the response which i got from Liferay support department and it solves my problem. I am sharing here so it could be helpful to any other.
If it's in WEB-INF/classes, simply move your portal-ext.properties into ${liferay.home}/portal-ext.properties location. If it's the same, you can place your portal-ext.properties into your EXT plugin, so the original will be copied into the system instead of the empty one.
You can also add include-and-override lines in the empty portal-ext.properties and rename your original file to be loaded after portal-ext.properties, or you can use different properties file and specify it to the JVM to load. See the relevant part from portal.properties file:
Properties Override