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