Built by MavenBefore to develop Demosys, you'll need to install Maven first. For more details on how to install Maven please refer to the Maven documentation . Here's a brief overview of what you need to do.
To verify that your Maven installation is working, change directory into your Demosys directory which should contain a project.xml file required by Maven. Then type maven war:war This should download all the required jars required to build, compile all the code and build and run all the unit test cases, and finally build the web application. IntelliJIn order to generate IntelliJ project files, follow these steps :
CheckstyleIn order to generate Checkstyle reports for demosys you had to update the standard maven plugin:
A step furtherTo build the web site, do maven site:generate To clean demosys maven clean To see all maven's goal maven -g |