Maven snapshot artifact publication file name

Have a problem with Maven. For some unfortunate reason I need to figure out the exact name of the snapshot artifact it uploads to Nexus.

For example, my current version is "1.0-SNAPSHOT" and when artifact is uploaded to the repo, it's name is something like "Foo-1.0-20160322.150103-15.jar", SNAPSHOT is replaced with timestamp.

If there any build property (which I couldn't find) or other nice way to extract artifact's name? For this example it should have value "Foo-1.0-20160322.150103-15.jar".

I'm using maven 3.2.5.

链接地址: http://www.djcxy.com/p/79974.html

上一篇: Wild Dep部署Maven

下一篇: Maven快照工件发布文件名