if you checkout, build, and tag. Your tag may have not teh same file in your orignal checkout.
the release plugin does: - build <-- precaution thinging - tag - checkout tag - build the checkedout tag working copy -D On 12/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
What I'm trying to do is the following: I want to checkout the most recent version of my project from Subversion. When that's done, I want to create a build from this version and after that, tag those two. This way, we have a version in Subversion from our project and a build, created from that version, both with the same tag. Is this even possible in Maven2? What I'm doing now is scm:bootstrap, which checks out the most recent version from Subversion, then build the whole thing and then tag the whole thing. Everything from command line. I don't know if this is possible with Maven, all-in-one-command. I already read something about maven-release-plugin, but it has poor documentation and it's not exactly what I'm looking for. If my explanation isn't clearly enough, please ask for more text. Sincerely Björn De Bakker This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.
