Skip to content

Commit 8167d5d

Browse files
committed
ST6RI-805 Minor metadata fixes for test running
- Adding 'resources' as a source directory allows running the tests from Eclipse - Removing the unnecessary project from the parent pom fixes build error in CI - Explictly setting character encoding to UTF-8 helps avoid encoding issues for the tests in the future
1 parent 8fb0de9 commit 8167d5d

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

org.omg.sysml.interactive.tests/.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<attribute name="maven.pomderived" value="true"/>
1616
</attributes>
1717
</classpathentry>
18+
<classpathentry kind="src" path="resources"/>
1819
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
1920
<attributes>
2021
<attribute name="maven.pomderived" value="true"/>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
encoding/<project>=UTF-8
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
source.. = src/
1+
source.. = src/,\
2+
resources/
23
output.. = target/classes
34
bin.includes = META-INF/,\
45
.

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
<module>org.omg.sysml.plantuml.feature</module>
6262
<module>org.omg.sysml.site</module>
6363
<module>org.omg.sysml.target</module>
64-
<module>org.omg.sysml.semantics.tests</module>
6564
</modules>
6665

6766
<build>

0 commit comments

Comments
 (0)