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
Post a Comment