GitHub user krichter722 opened a pull request:
https://github.com/apache/openjpa/pull/8
changed version of maven-jar-plugin to 3.0.2
in order to avoid
```
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-jar-plugin:3.0.0:jar
(default-jar) on project openjpa-kernel:
Error assembling JAR: Problem creating jar: Execution exception: Java heap
space -> [Help 1]
```
see https://travis-ci.org/krichter722/openjpa/jobs/238035277 for an example
and
https://stackoverflow.com/questions/44293284/how-to-work-around-java-heap-space-during-jar-assembly-on-travis-ci-org?noredirect=1#comment75605199_44293284
for additional discussion
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/krichter722/openjpa jar-plugin-version
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/openjpa/pull/8.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #8
----
commit a404b7c5cedd64ef6bace560963cefd64c109e84
Author: Karl-Philipp Richter <[email protected]>
Date: 2017-06-01T10:04:08Z
changed version of maven-jar-plugin to 3.0.2 in order to avoid 'Java heap
error' on travis-ci.org
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---