This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 126
Maven
Navya Canumalla edited this page Jun 8, 2018
·
6 revisions
To be able to build with maven, you need a working installation of Java and Maven.
Once you have successfully installed Java and Maven, clone the azure-activedirectory-library-for-java repository.
From you shell or command line:
$ git clone https://github.com/AzureAD/azure-activedirectory-library-for-java.git
$ cd azure-activedirectory-library-for-java
Then run:
mvn clean
mvn package
You should now have a "target" directory with adal4j-1.4.0.jar
To run the test suite of the project, run the command:
mvn test