Detect empty property value

2010-11-11 Thread Pulkit Singhal
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

Re: Detect empty property value

2010-11-11 Thread Wayne Fay
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? The m-enforcer-p may be able to help you with this. Wayne - To unsubscribe, e-mail: