Skip to content
Santiago Gonzalez edited this page Feb 26, 2020 · 3 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 microsoft-authentication-library-for-java repository.

From you shell or command line:

  • $ git clone https://github.com/AzureAD/microsoft-authentication-library-for-java.git
  • $ cd microsoft-authentication-library-for-java

Then run:

  • mvn clean
  • mvn package

You should now have a "target" directory with msal4j-x.x.x-preview.jar

To install, run:

  • mvn install -DskipITs

Run tests

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

  • mvn test
Clone this wiki locally