I need a way to determine the actual version of dependencies used to compile
artifacts after uploading with the mavenDeployer.

The default pom.xml shows the unresolved version (e.g.
<version>1.0+</version>) and I need a way to find out the actual version
(e.g. <version>1.0.5</version>) used to compile the artifact.  Is there any
way to modify the pom.xml that is automatically generated when uploading?

If not, is there is any way to upload the project dependency reports
(generated by the project-report plugin) along with the artifact?

Reply via email to