Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 662 Bytes

Build_this_Sources.md

File metadata and controls

25 lines (18 loc) · 662 Bytes

Build this Sources

You need JDK 11, Maven 3.6.x, Ant 1.9.x to build this sources

  1. Open a command shell to the folder where you unzipped the archive

  2. go into folder: build/poms launch the command:

mvn install
  1. go into folder: community/logicaldoc/ launch the command:
mvn -Dmaven.test.skip=true install

on the subfolder: community/logicaldoc/logicaldoc-web/target you should find the .war archive containing the web application

For more instructions regarding maven installation or better workspace organization you can read the LogicalDOC Developer's Guide https://wiki.logicaldoc.com/wiki/Developer_Guide