How to name a java package in eclipse that complies with maven conventions but doesn't have main.java in the name? -
the issue have couple java packages in eclipse need export, have work maven cannot have package name main.java.etc. can't figure out how make package in src/main/java/ directory without having main.java start of package name.
is there someway export/make java packages in eclipse don't have name main.java in beginning?
the question isn't naming compilation. if want arrange project source tree java sources under src/main/java/, tell eclipse that source folder, , src/ isn't one. how may depend on version of eclipse, explore project properties.
Comments
Post a Comment