From 32f1a85da30b5d2c49a290f4b8b86adb2e30106e Mon Sep 17 00:00:00 2001 From: srmoore Date: Mon, 9 Jul 2012 13:09:36 -0700 Subject: [PATCH] Updated Architecture (markdown) --- Architecture.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/Architecture.md b/Architecture.md index f4033c2..6434bfb 100644 --- a/Architecture.md +++ b/Architecture.md @@ -88,6 +88,46 @@ One of the best ways to build a custom deployment of this system is to use the M For instance, to overwrite the data source configuration in the main server war file, create a file named src/main/webapp/WEB-INF/data-context.xml that contains the dataSource bean. This file will completely replace the one that's in the originally built war. +### Steps to create an overlay project +1. Create a directory for the top level: mkdir example-openid-connect-overlay +2. Create example-openid-connect-overlay/pom.xml + +`` + 4.0.0 + example.org + example-openid-connect-overlay + pom + 1.0-SNAPSHOT + example-openid-connect-overlay + + + OpenID-Connect-Java-Spring-Server + my-openid-connect + + + + + org.mitre + openid-connect-server + war + 0.1-SNAPSHOT + + + + + 1.6 + 3.1.1.RELEASE + 1.5.10 + 3.1.0.RELEASE + + + + my-openid-connect-server + + + + ***