Building
...
CAS using Maven2
Building CAS4 CAS via the Maven2 system is simple. From within the PROJECT_HOME directory, execute the following command:
...
Updating License Information using Maven2
CAS4 CAS uses the Maven License Plugin to manage the licenses on its files. The We inherit the license header is stored in the PROJECT_HOME/src/etc/header.txt filefile and the configuration from the Jasig Parent POM.
To update or add the license , first change the header.txt file then on the individual source files, execute the following command from within PROJECT_HOME:
...
Code Block |
---|
mvn license:check |