Eclipse Juno m2ecliipse : directory structure explanation
I'm working under Eclipse Juno on a maven-archetype-webapp project done with m2eclipse. I don't understand directory structure. Anyone could explain how it's working? Thanks What i src/main/ressources for ? When you create package, it's not showed as package but only directory. I create a /src/main/java package and it's where i put my classes. The package structure hierarchy is ok. What is librairies ressources? Is it where you put javascript jquery? but when i put jquery plugin it does a lot of effor in the project manager. And i want my javascript under /webapp/javascript... What is