How can we write a maven pom.xml file to check for a condition so that we may apply a property value if it is not-null or not-empty?
I want to filter my application.conf file and it is simple to filter it against my filter.properties file. But I also want to make sure to filter using any key value pair that might come in from command line. Thanks!
