I have a maven project that requires a property to be set at the command line(-Dmy.property=val). What I need to do is to convert that string into all caps since that proper
With following code, MY_PROPERTIES equals to uppercased value of my.properties:
MY_PROPERTIES
my.properties
org.codehaus.mojo build-helper-maven-plugin 1.12 properties-to-uppercase regex-property MY_PROPERTY .* ${my.property} $0 false true