|
9 | 9 | <classpathentry excluding="**" kind="src" output="target/classes" path="src/resources">
|
10 | 10 | <attributes>
|
11 | 11 | <attribute name="maven.pomderived" value="true"/>
|
| 12 | + <attribute name="optional" value="true"/> |
12 | 13 | </attributes>
|
13 | 14 | </classpathentry>
|
14 | 15 | <classpathentry kind="src" output="target/test-classes" path="src/test/java">
|
15 | 16 | <attributes>
|
| 17 | + <attribute name="test" value="true"/> |
16 | 18 | <attribute name="optional" value="true"/>
|
17 | 19 | <attribute name="maven.pomderived" value="true"/>
|
18 |
| - <attribute name="test" value="true"/> |
19 | 20 | </attributes>
|
20 | 21 | </classpathentry>
|
21 |
| - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> |
| 22 | + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"> |
22 | 23 | <attributes>
|
23 | 24 | <attribute name="maven.pomderived" value="true"/>
|
24 | 25 | </attributes>
|
|
28 | 29 | <attribute name="maven.pomderived" value="true"/>
|
29 | 30 | </attributes>
|
30 | 31 | </classpathentry>
|
| 32 | + <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"> |
| 33 | + <attributes> |
| 34 | + <attribute name="test" value="true"/> |
| 35 | + <attribute name="maven.pomderived" value="true"/> |
| 36 | + <attribute name="optional" value="true"/> |
| 37 | + </attributes> |
| 38 | + </classpathentry> |
| 39 | + <classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations"> |
| 40 | + <attributes> |
| 41 | + <attribute name="optional" value="true"/> |
| 42 | + <attribute name="test" value="true"/> |
| 43 | + <attribute name="maven.pomderived" value="true"/> |
| 44 | + <attribute name="ignore_optional_problems" value="true"/> |
| 45 | + <attribute name="m2e-apt" value="true"/> |
| 46 | + </attributes> |
| 47 | + </classpathentry> |
| 48 | + <classpathentry kind="src" path="target/generated-sources/annotations"> |
| 49 | + <attributes> |
| 50 | + <attribute name="optional" value="true"/> |
| 51 | + </attributes> |
| 52 | + </classpathentry> |
31 | 53 | <classpathentry kind="output" path="target/classes"/>
|
32 | 54 | </classpath>
|
0 commit comments