We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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