maven compilation failure

前端 未结 18 2192
不知归路
不知归路 2020-12-07 17:57

I have a weird problem - Some class file couldn\'t be read during maven build.

  1. I have a project A and project B.
  2. Project
18条回答
  •  感情败类
    2020-12-07 18:30

    It COULD be due to insufficient heap memory.

    It sounds strange, but try it, it might just work:

    export MAVEN_OPTS='-Xms384M -Xmx512M -XX:MaxPermSize=256M'
    

    Source: https://groups.google.com/group/neo4j/msg/e208be9ee1c101d7)

提交回复
热议问题