Updated Maven Overlay Project How To (markdown)

master
Justin Richer 2014-03-25 13:31:33 -07:00
parent 60b4ab5624
commit cc8a87f5b8
1 changed files with 2 additions and 2 deletions

@ -5,7 +5,7 @@ You can find an example of the results of this guide [here](https://github.com/m
1. Create a directory for the top level: `mkdir example-openid-connect-overlay`
2. Create `example-openid-connect-overlay/pom.xml`
```
```xml
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
@ -59,7 +59,7 @@ This creates a project with one sub module, `my-openid-connect` which will hold
4. Create `example-openid-connect-overlay/my-openid-connect/pom.xml`
```
```xml
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>