Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit ee6abdf

Browse files
Update eclipse prefs for m2e
1 parent a06b2f7 commit ee6abdf

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.classpath

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,18 @@
88
</classpathentry>
99
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
1010
<attributes>
11-
<attribute name="optional" value="true"/>
12-
<attribute name="maven.pomderived" value="true"/>
13-
</attributes>
14-
</classpathentry>
15-
<classpathentry kind="src" output="target/test-classes" path="src/test/resources">
16-
<attributes>
17-
<attribute name="optional" value="true"/>
18-
<attribute name="maven.pomderived" value="true"/>
11+
<attribute name="optional" value="true"/>
12+
<attribute name="maven.pomderived" value="true"/>
1913
</attributes>
2014
</classpathentry>
2115
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
2216
<attributes>
2317
<attribute name="maven.pomderived" value="true"/>
24-
<attribute name="owner.project.facets" value="jboss.m2"/>
2518
</attributes>
2619
</classpathentry>
2720
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
2821
<attributes>
29-
<attribute name="maven.pomderived" value="true"/>
22+
<attribute name="maven.pomderived" value="true"/>
3023
</attributes>
3124
</classpathentry>
3225
<classpathentry kind="output" path="target/classes"/>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
eclipse.preferences.version=1
2+
encoding//src/main/java=UTF-8
3+
encoding//src/test/java=UTF-8
4+
encoding//src/test/resources=UTF-8
25
encoding/<project>=UTF-8

0 commit comments

Comments
 (0)