This is an automated email from the ASF dual-hosted git repository. mbenson pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-weaver.git
The following commit(s) were added to refs/heads/master by this push: new 75bf561 update building instructions 75bf561 is described below commit 75bf561f9a326efe17ba11af8afd8e873c4d26a6 Author: Matt Benson <mben...@apache.org> AuthorDate: Fri Aug 24 16:33:19 2018 -0500 update building instructions --- src/site/markdown/building.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/site/markdown/building.md b/src/site/markdown/building.md index ecff52e..78126b8 100644 --- a/src/site/markdown/building.md +++ b/src/site/markdown/building.md @@ -17,13 +17,10 @@ specific language governing permissions and limitations under the License. --> -Apache Maven 3 is required to build Apache Commons Weaver. Things to know: +Apache Maven 3 is required to build Apache Commons Weaver, using Java 8. ### Site building issues Apache Commons Weaver uses the japicmp report for API compatibility reporting. This requires that the `package` goal be invoked in the same Maven run as the -`site` goal. Further, the site generation process runs out of permgen space when -built with default JVM settings (on applicable Java versions); the `MAVEN_OPTS -environment variable can be used to set `MaxPermSize`. `-XX:MaxPermSize=128m` -seems to be adequate on Java 7. +`site` goal.