How to build RISCOSS platform - RISCOSS/riscoss-corporate GitHub Wiki
How to build the RISCOSS application war
For generating a .war file, you need to follow the next steps:
-
Clone the following repository: https://github.com/RISCOSS/riscoss-corporate
-
Inside the riscoss-corporate root folder, clone the following repositories:
-
From the riscoss-corporate root folder, do a mvn clean install package
-
Once the generation has ended, the .war file will be available in /riscoss-corporate/riscoss-webapp/target
-
Finally, follow the instructions in How to deploy RISCOSS platform in order to configure the generate .war and deploy it in a localhost