Updated Build Instructions (markdown)

master
Ferhat Aydin 2016-02-03 15:42:33 +02:00
parent c743ffa497
commit 9f7fc587b9
1 changed files with 1 additions and 1 deletions

@ -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