Get name of maven pom file

Posted by dacwe on Stack Overflow See other posts from Stack Overflow or by dacwe
Published on 2010-06-02T13:09:30Z Indexed on 2010/06/02 13:14 UTC
Read the original article Hit count: 164

Filed under:
|

I am running a Maven (2) release build with with: mvn -f release.xml clean deploy and want to get the currently running pom file name (release.xml) into a property or mojo.

Is it possible?

© Stack Overflow or respective owner

Related posts about maven-2

Related posts about properties