Mavenising an Eclipse Java project without the wizard -
Mavenising an Eclipse Java project without the wizard -
this basic question here here goes:
i'm building java project using maven in eclipse @ moment. have pom.xml file working fine, need able organise source files 'src/main/java' , resources 'src/main/resources' etc. other maven projects i've looked @ structured , build goes success without picking source files, since "skips non existent resourcedirectory src/main/resources" , others.
i have source folder 'src', , eclipse won't allow me add together more source folders 'src' in name.
any guidance whatsoever appreciated.
try right-clicking on project , selecting maven->update project configuration
context menu. refresh project. if pom close right, should represent project in eclipse way want.
java eclipse maven
Comments
Post a Comment