Skip to content

Commit

Permalink
Remove obsolete stuff from README
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus-87 committed Apr 18, 2023
1 parent a5e3ef3 commit 76074ee
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -513,16 +513,6 @@ To build without tests, execute:
$ mvn clean install -DskipTests=true
```

On newer Java versions `fmt-maven-plugin` will fail:

```sh
[ERROR] Failed to execute goal com.coveo:fmt-maven-plugin:2.13:format (default) on project iiif-apis: Execution default of goal com.coveo:fmt-maven-plugin:2.13:format failed: An API incompatibility was encountered while executing com.coveo:fmt-maven-plugin:2.13:format: java.lang.IllegalAccessError: null
```

If you get the error message above (on newer Java versions), consider skipping the `fmt-maven-plugin` by passing `-Dfmt.skip`, like in `mvn package -Dfmt.skip`. Note that additional Maven arguments (`-D`) an be chained, to ignore multiple problems at once (like in `mvn package -Dfmt.skip -DskipTests`).

Sometimes the tests won't pass, especially when you're using a development version, just pass `-DskipTests` to Maven, like in `mvn package -DskipTests`.

To install `libturbojpeg` on Debian based systems:

```sh
Expand Down

0 comments on commit 76074ee

Please sign in to comment.