Skip to content

Commit 4b54c2a

Browse files
Minor readme update.
1 parent f02acb5 commit 4b54c2a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,14 @@ Optionally you can enable logging by adding `logback.xml` file to `src/main/reso
167167
</logger>
168168

169169
</configuration>
170-
```
170+
```
171+
172+
## Developer notes
173+
174+
In case of getting next error
175+
176+
```shell
177+
error: error reading /home/jenkins/groupdocs-viewer.jar; Unsupported size: 19732345 for JarEntry META-INF/MANIFEST.MF. Allowed max size: 8000000 bytes
178+
```
179+
180+
Create environment variables `MAVEN_OPTS`, `JAVA_OPTS` or `JAVA_TOOL_OPTIONS` with value `-Djdk.jar.maxSignatureFileSize=25000000`. Which variable to use depends on your project and way you run it.

0 commit comments

Comments
 (0)