From 6b4d375702bf628c5d2dcf803fc67162051c4692 Mon Sep 17 00:00:00 2001 From: srmoore Date: Mon, 9 Jul 2012 13:25:02 -0700 Subject: [PATCH] Updated Architecture (markdown) --- Architecture.md | 65 +++++++++++++++++++++++-------------------------- 1 file changed, 31 insertions(+), 34 deletions(-) diff --git a/Architecture.md b/Architecture.md index 6101b68..9c50504 100644 --- a/Architecture.md +++ b/Architecture.md @@ -92,42 +92,39 @@ For instance, to overwrite the data source configuration in the main server war 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 - + + 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 + + - - - 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 - - - -` +This creates a project with two modules, one bing the `OpenID-Connect-Java-Spring-Server` (the original), and `my-openid-connect` which will hold our modifications we want to overlay. ***