Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Maven warnings #1116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
due to xtend's template symbols («) when running maven on windows. -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
</properties>


Expand Down Expand Up @@ -240,15 +239,6 @@
<version>${tycho-version}</version>
<configuration>
<enableAssertions>true</enableAssertions>
<!-- There seems to be an issue with executing several tests in parallel in that
it can happen that failed tests are eventually reported as having succeeded.
A resolution is to set forkCount=1 and reuseForks=false
See, e.g. the following stackoverflow post:
https://stackoverflow.com/questions/3365628/junit-tests-pass-in-eclipse-but-fail-in-maven-surefire -->
<!-- parallel>classes</parallel -->
<!-- threadCount>4</threadCount -->
<reuseForks>false</reuseForks>
<forkCount>1</forkCount>
<excludes>
<exclude>**/TestUtil.java</exclude>
</excludes>
Expand Down
Loading