parent
8bb1b8ba72
commit
e7f1a30f37
3 changed files with 42 additions and 40 deletions
@ -1,37 +1,38 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
<?xml version="1.0" encoding="UTF-8"?> |
||||||
<classpath> |
<classpath> |
||||||
<classpathentry including="**/*.java" kind="src" output="target/classes" path="src/main/java"> |
<classpathentry including="**/*.java" kind="src" output="target/classes" path="src/main/java"> |
||||||
<attributes> |
<attributes> |
||||||
<attribute name="optional" value="true"/> |
<attribute name="optional" value="true"/> |
||||||
<attribute name="maven.pomderived" value="true"/> |
<attribute name="maven.pomderived" value="true"/> |
||||||
</attributes> |
</attributes> |
||||||
</classpathentry> |
</classpathentry> |
||||||
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> |
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> |
||||||
<attributes> |
<attributes> |
||||||
<attribute name="maven.pomderived" value="true"/> |
<attribute name="maven.pomderived" value="true"/> |
||||||
</attributes> |
</attributes> |
||||||
</classpathentry> |
</classpathentry> |
||||||
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/webapp"> |
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/webapp"> |
||||||
<attributes> |
<attributes> |
||||||
<attribute name="maven.pomderived" value="true"/> |
<attribute name="maven.pomderived" value="true"/> |
||||||
</attributes> |
</attributes> |
||||||
</classpathentry> |
</classpathentry> |
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> |
||||||
<attributes> |
<attributes> |
||||||
<attribute name="maven.pomderived" value="true"/> |
<attribute name="maven.pomderived" value="true"/> |
||||||
</attributes> |
</attributes> |
||||||
</classpathentry> |
</classpathentry> |
||||||
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> |
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> |
||||||
<attributes> |
<attributes> |
||||||
<attribute name="maven.pomderived" value="true"/> |
<attribute name="maven.pomderived" value="true"/> |
||||||
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/> |
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/> |
||||||
</attributes> |
</attributes> |
||||||
</classpathentry> |
</classpathentry> |
||||||
<classpathentry kind="src" output="target/test-classes" path="src/test/java"> |
<classpathentry kind="src" output="target/test-classes" path="src/test/java"> |
||||||
<attributes> |
<attributes> |
||||||
<attribute name="optional" value="true"/> |
<attribute name="optional" value="true"/> |
||||||
<attribute name="maven.pomderived" value="true"/> |
<attribute name="maven.pomderived" value="true"/> |
||||||
</attributes> |
<attribute name="test" value="true"/> |
||||||
</classpathentry> |
</attributes> |
||||||
<classpathentry kind="output" path="target/classes"/> |
</classpathentry> |
||||||
</classpath> |
<classpathentry kind="output" path="target/classes"/> |
||||||
|
</classpath> |
||||||
|
|||||||
Loading…
Reference in new issue