Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Sep 6, 2020
1 parent 956f43b commit af1bf41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ Build / Infrastructure::
* Simplify TravisCI and AppVeyor to run Java 8 and 11 only (#460)
* Upgrade Maven from v3.5.0 to 3.6.3 in AppVeyor (#460)
* Updated jacoco-maven-plugin version from v0.8.2 to 0.8.5 (#479)
* Use maven-javadoc-plugin version defined in `pluginManagement` + update to v3.2.0 (#481)
* Use maven-javadoc-plugin version defined in `pluginManagement` + update to v3.2.0 (#481)
* Add Maven Wrapper to project and CI builds (#484)
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -759,16 +759,16 @@ Unit tests are written with http://spockframework.org/[Spock].
This will be downloaded by Maven and can be run from IntelliJ without any additional setup.
Tests are run simply by:

mvn clean test
./mvnw clean test

Or any of the other goals which run tests.

Integration tests under `src/it` are run using link:https://maven.apache.org/plugins/maven-invoker-plugin/[maven-invoker-plugin] and the `runt-its` profile.
To only run them without excluding unit tests, use:

mvn clean verify -DskipTests -Prun-its
./mvnw clean verify -DskipTests -Prun-its

To run all tests at once just use `mvn clean verify -DskipTests -Prun-its`.
To run all tests at once just use `./mvnw clean verify -DskipTests -Prun-its`.

== Tips & Tricks

Expand Down

0 comments on commit af1bf41

Please sign in to comment.