Hi All, How do i have like maven1 build.properties in maven2.
is there some section available either in settings.xml / pom.xml. i guess we might use profiles in setting.xml, or may be i'm wrong in this, 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 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) i would really appreciate if you could give me some samples Thanks, Raghurajan G
