Skip to content

Commit b8d0643

Browse files
committed
J17 testing
using J17 until lombok / J21 problems resolved
1 parent 27c4975 commit b8d0643

File tree

5 files changed

+206
-17
lines changed

5 files changed

+206
-17
lines changed

helidon-storefront-full/.classpath

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,43 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" output="target/classes" path="src/main/java">
3+
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
44
<attributes>
5-
<attribute name="optional" value="true"/>
65
<attribute name="maven.pomderived" value="true"/>
6+
<attribute name="optional" value="true"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
9+
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
1010
<attributes>
11+
<attribute name="test" value="true"/>
1112
<attribute name="maven.pomderived" value="true"/>
13+
<attribute name="optional" value="true"/>
1214
</attributes>
1315
</classpathentry>
14-
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
16+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
1517
<attributes>
16-
<attribute name="test" value="true"/>
17-
<attribute name="optional" value="true"/>
1818
<attribute name="maven.pomderived" value="true"/>
1919
</attributes>
2020
</classpathentry>
21-
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
21+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
2222
<attributes>
23-
<attribute name="test" value="true"/>
2423
<attribute name="maven.pomderived" value="true"/>
2524
</attributes>
2625
</classpathentry>
27-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
26+
<classpathentry kind="src" path="target/generated-sources/annotations">
2827
<attributes>
29-
<attribute name="module" value="true"/>
28+
<attribute name="optional" value="true"/>
3029
<attribute name="maven.pomderived" value="true"/>
30+
<attribute name="ignore_optional_problems" value="true"/>
31+
<attribute name="m2e-apt" value="true"/>
3132
</attributes>
3233
</classpathentry>
33-
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
34+
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
3435
<attributes>
36+
<attribute name="optional" value="true"/>
3537
<attribute name="maven.pomderived" value="true"/>
38+
<attribute name="ignore_optional_problems" value="true"/>
39+
<attribute name="m2e-apt" value="true"/>
40+
<attribute name="test" value="true"/>
3641
</attributes>
3742
</classpathentry>
3843
<classpathentry kind="output" path="target/classes"/>

0 commit comments

Comments
 (0)