Skip to content

Commit

Permalink
111: tycho-surefire-plugin version in parent
Browse files Browse the repository at this point in the history
Task-Url: #111
  • Loading branch information
LorenzoBettini committed May 4, 2021
1 parent f5e5967 commit 6bd5f2e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
16 changes: 16 additions & 0 deletions javamm.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,22 @@
</configuration>
</plugin>

<!-- to skip running (and compiling) tests use commandline flag: -Dmaven.test.skip
To skip tests, but still compile them, use: -DskipTests
To allow all tests in a pom to pass/fail, use commandline flag: -fae (fail
at end) -->
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<!-- THE FOLLOWING LINE MUST NOT BE BROKEN BY AUTOFORMATTING -->
<argLine>${moduleProperties}</argLine>
<failIfNoTests>false</failIfNoTests>
<useUIHarness>false</useUIHarness>
</configuration>
</plugin>

<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
Expand Down
1 change: 0 additions & 1 deletion javamm.swtbot.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<useUIHarness>true</useUIHarness>
<useUIThread>false</useUIThread>
Expand Down
1 change: 0 additions & 1 deletion javamm.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho-version}</version>
<executions>
<execution>
<!-- compiler tests need an OSGI environment, but no UI -->
Expand Down
1 change: 0 additions & 1 deletion javamm.ui.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho-version}</version>
<executions>
<execution>
<id>default-test</id>
Expand Down

0 comments on commit 6bd5f2e

Please sign in to comment.