Updated Build Instructions (markdown)
parent
c743ffa497
commit
9f7fc587b9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue