Skip to content

Commit

Permalink
remove encoding warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Oct 28, 2018
1 parent 47b39b1 commit 6f71cae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/it/process/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ under the License.
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<build>
<plugins>
<plugin>
Expand Down
6 changes: 4 additions & 2 deletions src/it/setup-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,16 @@ under the License.
<module>mrrp-bundle-b</module>
</modules>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-remote-resources-plugin</artifactId>
<version>@project.version@</version>
<configuration>
</configuration>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 6f71cae

Please sign in to comment.