We are searching for a best practice documentation about the release process of 
an IVY module like described here [1]. For us it is quite important to produce 
reproducible builds with all dependencies of the release build. For that, we 
have to push the resolved IVY descriptor in the SCM system and create a tag. 
Does anybody know how this could be achieved with the IVY system?

- Resolve dependencies
- Commit descriptor to the SCM system
- Checkout source from the tag
- Do release build and test
- Publish module artifacts

Thanks
Michael

[1] Maven release process of modules
      
http://maven.apache.org/maven-release/maven-release-plugin/examples/prepare-release.html

Reply via email to