java - How to generate .classpath using mvn eclipse:eclipse for multiple pom.xml files? -
I have a Java project with a parent pom.xml and say, 3 children with a pom.xml Module all in In the case of a palm, I usually use the MVN eclipse: to get the Eclipse .classpath file, which I can use in Eclipse to solve Classpath. Please give me such a one in the case of several PEMs. Explain an easy way to get a classpath file. Note: I tried to run Eclipse MVN in any way: Eclipse in individual modules and later manually a. Classpath integrated the file, whatever worked. thank you in advanced. !!
If you select "Import", eclipse does not create such files -> "Maven Project"? I do;) Also, to import the subproduct, you need to click on the main / pam project and choose "Import" -> "Current Maven Projects". They will also be visible in Eclipse.
Comments
Post a Comment