diff options
Diffstat (limited to 'tests/framework/org.eclipse.papyrus.tests.framework/pom.xml')
-rw-r--r-- | tests/framework/org.eclipse.papyrus.tests.framework/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/framework/org.eclipse.papyrus.tests.framework/pom.xml b/tests/framework/org.eclipse.papyrus.tests.framework/pom.xml index 3c224894bf5..0c6182466e4 100644 --- a/tests/framework/org.eclipse.papyrus.tests.framework/pom.xml +++ b/tests/framework/org.eclipse.papyrus.tests.framework/pom.xml @@ -34,6 +34,9 @@ <plugin>
<groupId>org.eclipse.xtend</groupId>
<artifactId>xtend-maven-plugin</artifactId>
+ <configuration>
+ <encoding>UTF-8</encoding>
+ </configuration>
<executions>
<execution>
<goals>
|