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

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -