当我从命令行运行 maven clean install 时,它运行良好,没有任何问题。但是,当我通过 eclipse 运行 maven clean install 时,它给出了错误。我配置了一个外部 maven 源并且不使用 eclipse 使用的嵌入式 maven 资源。
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ client ---
[INFO] Compiling 2612 source files to C:\Users\Name\workspace\projectname\client\src\main\webbapp\WEB-INF\classes
java.lang.OutOfMemoryError: PermGen space
Dumping heap to java_pid5368.hprof ...
Heap dump file created [126539667 bytes in 0.924 secs]
[ERROR] PermGen space -> [Help 1]
当我在命令提示符下从同一源目录运行 maven 全新安装时,它运行良好,但是,当我通过 eclipse 配置它时运行它时它不起作用。必须做什么?