I need some help... when we change some some static files like jsp, properties.. etc.. is there any way that i can just copy them to target server deployment directly..
The reason why i need is ,, when i make some frequent changes to static file,jsp, html,, i am building the whole app with mvn install and then using mvn weblogic:redeploy .. Doing the mvn install is builiding the entire codebase which is not necessary in my case as i have not changed any java file and need to not compile them even. This is taking much of my time. I am working on webllogic 9.2 server and using maven. 2.x and deploying the ear using the mvn: weblogic:deploy plugin on to the targer examples server in the weblogic locally. I would really need some help to address this .. like, a maven mvn weblogic:copy "filename" so that i can jsut do the redeploy only... Can some body help me out in this... -- View this message in context: http://www.nabble.com/mvn--install-tf4001154s177.html#a11364430 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
