Portal-properties gradle plugin release 2.0.0 available on Maven Central

New release available to download from Maven Central repositories.

You can download it from https://repo1.maven.org/maven2/com/github/ironcero/portal-properties/2.0.0/


This gradle plugin let you manage your properties files on your liferay workspace (version 7.0 and 7.1).

Blade tool initializes this kind of workpace with one folder named configs. There are some folder into configs folder:

  • common
  • dev
  • local
  • prod
  • uat

It's very common that you need to keep different values for the same properties depends on your environment. This plugin try to help you to manage this setup: copying all properties files from one common folder to each environment folder and replacing all properties found in filter files to the correct value.

If you want to know how it works, visit https://github.com/ironcero/devtools-liferay-portal-properties


I hope it'll be as useful as it was for me.

0