deployment - Deploy a Maven application in IntelliJ 12 without building with Maven -


i have problem configuration of maven project in intellij. deploy application jboss, when start jboss server via intellij, application deployed without additional actions, when try redeploy application after changes, intellij try make project it's own make process, , fails. have make project via maven , restart server redeploy application. can somehow tell intellij use maven while redeploy application? cannot see such option in run/debug configuration window.

i think using exploded artefacts (present icon) server, deployment section. right? there can choose external artefact , disable make flag. using exploded artefacts, because of hot code deployment. no need deploy artefacts again , again. please aware if there artefact (e.g. foobar.war) in same location (maven target directory), have change name of exploded artefact (e.g. foobare.war). idea creating folder named foobare.war.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -