Hi
We have OSS Artifactory and use bamboo artifactory plugin for deploy
artifacts (jar, source, javadoc files).
My question is about deploy unique snapshots.
There are new pom and jar file (with timestamp and build number) for each
bamboo build in artifactory, but javadoc and source files are written in
previous versions (timestamp and build number)

For example
after first build
1.0-20120815.061537-1.jar (properties.build.number = 1)
1.0-20120815.061537-1.pom (properties.build.number = 1)
after second build
1.0-20120815.061537-1-sources.jar (properties.build.number = 2)
1.0-20120815.031537-1-javadoc.jar (properties.build.number = 2)
1.0-20120815.061537-1.jar (properties.build.number = 1)
1.0-20120815.061537-1.pom (properties.build.number = 1)
1.0-20120815.114605-2.jar (properties.build.number = 2)
1.0-20120815.114605-2.pom (properties.build.number = 2)
next
1.0-20120815.061537-1-sources.jar (properties.build.number = 2)
1.0-20120815.031537-1-javadoc.jar (properties.build.number = 2)
1.0-20120815.061537-1.jar (properties.build.number = 1)
1.0-20120815.061537-1.pom (properties.build.number = 1)
1.0-20120815.114605-2-sources.jar (properties.build.number = 3)
1.0-20120815.114605-2-javadoc.jar (properties.build.number = 3)
1.0-20120815.114605-2.jar (properties.build.number = 2)
1.0-20120815.114605-2.pom (properties.build.number = 2)
1.0-20120815.134505-3.jar (properties.build.number = 3)
1.0-20120815.134505-3.pom (properties.build.number = 3)

Please, explain how fix it

....
When we deploy unique snapshots by maven goal "deploy", there are jar,
source, javadoc files with correct timestamp and build number



--
View this message in context: 
http://forums.jfrog.org/Deploy-snapshots-by-bamboo-plugin-tp7578191.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to