Hi Vsevolod, I would like to ask if I need to prepare anything else before using ‘mvn package‘ for the first time?
I cloned the latest code from the github master branch and executed mvn package, but an error occurred "[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.11.3:npm (npm-build) on project guacamole: Failed to run task: 'npm run build' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 2 (Exit value: 2) -> [Help 1]” There are other errors "[INFO] [webpack-cli] Error: ENOENT: no such file or directory, open 'E:\gitpath\guacamole\guacamole-client\guacamole\src\main\frontend\dist\npm-dependencies.txt" It seems to be caused by nodejs, I did not find 'npm-dependencies.txt' in the source code. Thanks, Yao Vsevolod Odynets <[email protected]> 于2022年2月16日周三 18:46写道: > Hello, > I’m working on the guacamole-client, and I was wondering if there’s a way > to setup a development environment with hot-reload, instead of running “mvn > package” every time. > > The manual has no reference on how to setup a development environment. > > I have tried using the Jetty maven plugin, with Jetty as the servlet, > however, it does not seem to function. > > Thanks >
