The reason i want to dryRun and actual release in local repository is to make sure the module pom.xml files are being update correctly. Currently, I am having problem with incrementing the pom.xml file in one of the modules and not sure how to debug this.
Can someone give me a sample where i can confirm the creation of new version'ed jar in both dryRun or actual log? On Thu, Sep 16, 2010 at 11:16 AM, baz themail <[email protected]> wrote: > Another question. Is this possible to release into local repository > without giving SCM information such as P4 username and password? I do > not mean dryRun this time. > > On Thu, Sep 16, 2010 at 10:12 AM, baz themail <[email protected]> wrote: >> Thanks for the replies. >> >> Yes, i know about DryRun. So, my question is: Does DryRun correctly >> run without SCM information such as P4 userid and password? >> >> Thanks. B. >> >> On Thu, Sep 16, 2010 at 7:47 AM, Nayan Hajratwala <[email protected]> wrote: >>> On Sep 16, 2010, at 10:45 AM, baz themail wrote: >>> >>>> Hi, >>>> >>>> How can i test release plugin locally in my machine? Specifically, can >>>> i release the artifacts into my local repository on my machine? Can i >>>> configure it so that i do not need to make actual updates to pom files >>>> in perforce but only in local source tree? >>> >>> Have you tried the -DdryRun=true option? >>> http://maven.apache.org/plugins/maven-release-plugin/usage.html >>> >>> --- >>> Nayan Hajratwala >>> http://agileshrugged.com >>> http://twitter.com/nhajratw >>> 734.658.6032 >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
