All:

For purposes of a non-maven deployment tool I need to be able to capture
the timestamp and build id maven assigns to a SNAPSHOT artifact for
purposes of deploying the artifact in the repository.

For example, I have an artifact foo-1.0.0.jar. When I ask maven to
deploy it into the repository it changes the name to something of the
form: foo-1.0.0-<timestamp>-<?>.jar. How do I ask maven -presumably in a
plugin - to give me the value of <timestamp>-<?>?

Or even better, is there any way that I can influence <timestamp>-<?> ?

This is with maven2

Thx,

-steve

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to