From 9f7fc587b9e2f79870474a3dccdda0654ed9c6f8 Mon Sep 17 00:00:00 2001 From: Ferhat Aydin Date: Wed, 3 Feb 2016 15:42:33 +0200 Subject: [PATCH] Updated Build Instructions (markdown) --- Build-Instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build-Instructions.md b/Build-Instructions.md index ca03dfd..f14a7c0 100644 --- a/Build-Instructions.md +++ b/Build-Instructions.md @@ -26,7 +26,7 @@ The project uses the Maven `package` directive to build from the root of the pro By building in the root, Maven automatically builds all dependencies across submodules. Building directly in the submodules will often fail as the cross-dependencies on other portions of the project (such as the server's dependency on common) will not have been built yet. -The build process produces a .jar file for `openid-connect-common` and `openid-connect-client` and a .war file for `openid-connect-server` in the following directories: +The build process produces a .jar file for `openid-connect-common`, `openid-connect-client`, `openid-connect-server` and a .war file for `openid-connect-server-webapp` in the following directories: openid-connect-client/target/openid-connect-client-{VERSION}.jar openid-connect-common/target/openid-connect-common-{VERSION}.jar