java - Eclipse Maven project to Dynamic Web Project layout -
I am used to the layout given in eclipse, in which all your Java code inside eclipse, your JSP files, Web-INF has the rights under the WebContent folder and within the web-conferencing folder. Also, the output folder is hidden from the project tree. Maven has its own format that makes me feel confusing, because it creates some test folders under its target folder and source / main / Java folder and target ... Is there a way to create a Maven project? And is it using the dynamic web project project tree layout? I tried to replace the deployment assembly entries to match the dynamic web project and updated Java build path SRC and updates to match the dynamic web project one, but when I run / Installing, I get a weird, secret unpleasant error. Can you provide me with detailed descriptions about how to do it properly? The concept of archetypes to use is in Maven's concept for you The project is like a template that you consider yourself by Maven. mvn archetype: generat...