Getting ivata groupware Dependencies

As ivata groupware uses Maven, most of the dependencies are downloaded automatically when you build. You just need an internet connection and some time :-) Unfortunately the JavaMail and JAF libraries are restricted by a special license and can't be distributed on the ivata server. You will need to download these libraries as follows.

Download JavaMail v1.3.2 from here. Unzip the zip package you downloaded, and rename the mail.jar file from that package to javamail-1.3.2.jar. Place the renamed jar file into the directory .maven/repository/java/jars in your home directory.

Then download the activation framework v1.0.2 from here. Again, unzip the zip package, and rename the activation.jar file from that package to activation-1.0.2.jar. Place the renamed jar file into the directory .maven/repository/java/jars in your home directory.

If you have already done this for another project, Maven should pick up the already installed jars and not give you an error.

Full List of Dependencies

All other dependencies are downloaded automatically, when you run Maven to build. If you're curious, you'll find the full details here.