Can not find maven eclipse depend

 But this move seems to me this wrong way. After reading other project is this one, then open the file .classpath compare two projects next, it really is different, .classpath file the item in question is not " org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER. "This part of this line is copied to the project in question, reload the project, OK the.


[html]  view plain  copy
  See the code CODE on the sheet I derived the piece of code
  1. <classpath>  
  2. <classpathentry kind="src" output="target/classes" path="src/main/java"/>  
  3. <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>  
  4. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0_45"/>  
  5. <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>  
  6. <classpathentry kind="output" path="target/classes"/>  
  7. </classpath>  
Published 34 original articles · won praise 28 · Views 100,000 +

Guess you like

Origin blog.csdn.net/a1439226817/article/details/68927625