Hi, Pls see comments inline...
1. If i am right is there any sample/doc i can take a look at it... coz i want to run my build based on the properties available for different environment, in this way i don't need to rewrite my properties value when i promote my code from development environment to others like QA/UAT/etc
-- This sounds like a candidate for profiles. You might want to check out: http://maven.apache.org/guides/introduction/introduction-to-profiles.html
2. Is there any plugin available to Deploy application on server. if i do "mvn deploy" thats just gonna compile, package and upload the artifacts to repository., but what i wanted is, deploy those artifacts into my servers (like, weblogic, webspehre) and at the end of deployment i want to create md5 of deployed artifact which also i would like to upload to repository. (so that with md5 i can compare is there any difference,before and after deploying the app into server)
-- You might want to have a look at Cargo API or Cargo Maven2 plugin especially and see if it fits your needs for deployment to J2EE containers.
http://cargo.codehaus.org/ Cheers, Rahul --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
