Allows for deleting artifacts from a local Maven2 repository before building. Specify the artifacts to delete via a list of ant/Maven patterns, separated by commas.
For example:
com/ibm/**,com.microsoft/**
will delete all artifacts from groups that begin with 'com.ibm' or 'com.microsoft'.