https://github.com/fenixedu/fenixedu-collaboration-integrations
https://github.com/fenixedu/fenixedu-collaboration-integrations
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fenixedu/fenixedu-collaboration-integrations
- Owner: FenixEdu
- Created: 2020-03-13T11:45:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T21:22:49.000Z (over 4 years ago)
- Last Synced: 2025-01-05T19:24:23.792Z (5 months ago)
- Language: Java
- Size: 109 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FenixEdu Collaboration Integrations
=========> Academic Collaboration Integrations Module for Application Family
## Using this module
To use this module, follow the steps below:
- Install the module:
```sh
mvn clean install
```
- Add this module to fenix-webapp [pom.xml](https://github.com/ist-dsi/fenix-webapp/blob/master/pom.xml) dependencies list:```xml
org.fenixedu
fenixedu-collaboration-integrations
DEV-SNAPSHOT```