IST Identification Cards Module
To use this module, follow the steps below:
- Install the module:
mvn clean install- Add this module to your webapp or modules dependencies list:
<dependency>
<groupId>pt.ist</groupId>
<artifactId>fenixedu-id-cards</artifactId>
<version>DEV-SNAPSHOT</version>
</dependency>In case you just want to compile the module without the frontend, you can do it with the script below:
mvn clean install -Dexec.skipThis will build the frontend differently, packaging sources with different routes and api client based on a context environment variable.
mvn clean install -PstagingThe staging context variable is defined here.
Installing this module will trigger npm scripts to install the frontend, therefore, if there are some errors while mvn clean install, the requirements for the frontend application are available here.