开发者

How to structure a maven project in Eclipse

开发者 https://www.devze.com 2023-04-11 11:37 出处:网络
If I want to h开发者_开发知识库ave a project with both EJB/JPA sourcecode and JSF in the same project how do I set up a project like that in Eclipse? I am using Maven. Is it correct on the image below

If I want to h开发者_开发知识库ave a project with both EJB/JPA sourcecode and JSF in the same project how do I set up a project like that in Eclipse? I am using Maven. Is it correct on the image below? What is the difference between source folder and folder in Eclipse, and why do I have structure twice in the project below?

GO TO http://i.stack.imgur.com/RCmI8.png for full size picture.

How to structure a maven project in Eclipse


Yes, the structure you have is a typical folder layout for a Maven webapp project. Eclipse highlights the folders containing source code that will be compiled / placed on the classpath, but also shows you the regular folders in the filesystem.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号