>> Then replace >> cd target/checkout && mvn clean deploy -Papache-release >> with >> delete target/checkout >> svn co <blah> to target/checkout >> mvn clean deploy -Papache-release >> >> Since it was mvn release:perform that created target/checkout in the >> first place and no one has made any changes in that directory, cd > > You cannot know that for sure. > People make mistakes; try things out, get distracted, forget that they > changed something. > >> target/checkout has the same results. > > Not guaranteed.
In the end that does not matter. As long as the tag and the source release can be verified. See http://www.apache.org/dev/release.html#owned-controlled-hardware, which links to https://svn.apache.org/repos/private/committers/tools/releases/compare_dirs.pl as a helper script. The ASF release process does not help to ensure the release is useful, merely that it meets the legal obligations of the foundation. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org