I’m managing my web app using Maven. Maven copies all to the target folder beside src.
Con: You need to run the package task on each little change in a jsp to see the changes.
There’s no better way I guess?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I use eclipse with the m2 plugin. When running your webapp from within eclipse it auto publishes the changes to the running container.