Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Windows or OSX startup

Code Block
set MAVENset MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n
or
export MAVEN_OPTS='-Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n'
cd openmeetings-web
mvn install -P allModules,quick,mysql jetty:run-exploded -Dwicket.configuration=DEVELOPMENT

# build single module
mvn install -P allModules,quick,mysql -pl openmeetings-core

# update mvn version
mvn versions:set -DnewVersion=2.50.1
mvn versions:commit

# fix missing test jars
mvn -o install -P allModules,mysql -pl openmeetings-util
mvn -o install -P allModules,mysql -pl openmeetings-db,openmeetings-core

Start Kurento being able to record locally

...