maven - Eclipse showing package name including directory structure -


i have source in hierarchy:

folder: src/main/java package: com.test.serviceimpl

now eclipse showing src.main.java.com.test.serviceimpl

how can make display com.test.serviceimpl under directory structure : src/main/java

note: maven project module imported eclise. other modules display properly

set src/main/java source root directory.

here's standard maven directory structure - or not:

http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -