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