I have my source in the hierarchy:
folder: src/main/java
package: com.test.serviceImpl
Now eclipse is showing this as src.main.java.com.test.serviceImpl
How can I make it display only com.test.serviceImpl under the directory structure : src/main/java
Note: This is a maven project module imported to eclise. All other modules display properly
Set
src/main/javaas a source root directory.Here’s the standard Maven directory structure – like it or not:
http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html