if you are in a unix-like environment, for the logfile you can use 'tee' mvn clean install 2>&1 | tee log.file
that will display it to the screen and put it into your logfile. -----Original Message----- From: Wayne Fay [mailto:[email protected]] Sent: Thursday, March 01, 2012 4:34 PM To: Maven Users List Subject: Re: Configure pom for build > 1)Log to a file the flow of steps from Maven execution.( Is there an > alternative to ant echo in Maven) > I dont want to use [* mvn clean install > log.file* ] I am unaware of any way to do this and use "... > log.file" if I need to do this. > 2) Does Maven accept custom arguments from command line? something > like -Darguments Yes. > 3)Backup files using pom. What does "backup files" mean? Why would you need to do this? > 4) Do checksum in Maven. http://lmgtfy.com/?q=maven+checksum+plugin Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
