Get full name of an artifact in Maven

Posted by Maurits Rijk on Stack Overflow See other posts from Stack Overflow or by Maurits Rijk
Published on 2010-06-01T07:22:43Z Indexed on 2010/06/01 12:33 UTC
Read the original article Hit count: 179

Filed under:

I need to know the complete filename of a specific artifact in Maven. I looked at versions-maven-plugin but it seems to change the pom itself. Is there another way to reach my goal? I want to store the complete artifact name in a property so I can pick it up in Java code.

© Stack Overflow or respective owner

Related posts about maven-2