Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
Navya Canumalla edited this page Jun 8, 2018 · 6 revisions

Build

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

Run tests

To run the test suite of the project, run the command:

  • mvn test