Hi Danny, you're probably talking about the maven-release-plugin, right? what do you mean by "remote tagging" specifically?
During prepare the plugin forces the user to have a clean working copy, i.e. no uncommited changes. If the working copy is clean, it modifies POM by increasing version numbers and altering SCM-connection URLs, it then commits those changes and tags them. During perform the plugin checks out that newly created tag to a temporary working folder and performs the actual release step on that. Hope that helps? -Stefan 2009/7/16 Danny Schimke <[email protected]>: > Does remote- Tagging meant, that the (SVN-) Trunk- version is used for > prepare / perform the release instead of using the local workingcopy? Is > that correct? > > Thank you! > -Danny Schimke > > -- > Danny Schimke > IT- Consultant > > incowia GmbH > > Albert-Einstein-Straße 3 > D-98693 Ilmenau > www.incowia.com > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
