Skip to content

Commit

Permalink
build with OpenAM
Browse files Browse the repository at this point in the history
  • Loading branch information
vharseko committed Mar 13, 2018
1 parent 84639f4 commit 53f4a9e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -1,3 +1,6 @@
[submodule "OpenDJ"]
path = OpenDJ
url = https://github.com/OpenIdentityPlatform/OpenDJ
[submodule "OpenAM"]
path = OpenAM
url = https://github.com/OpenIdentityPlatform/OpenAM
1 change: 1 addition & 0 deletions OpenAM
Submodule OpenAM added at 9f8a7b
1 change: 0 additions & 1 deletion OpenDJ
Submodule OpenDJ deleted from 48b098
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -42,8 +42,9 @@ Java 1.8+ required
## How-to build
```bash
git clone --recursive https://github.com/OpenIdentityPlatform/OpenIG.git
mvn -DskipTests -Dmaven.javadoc.skip=true install -f OpenIG/OpenDJ/forgerock-parent
mvn -DskipTests -Dmaven.javadoc.skip=true install -f OpenIG/OpenDJ -P '!man-pages,!distribution'
mvn -DskipTests -Dmaven.javadoc.skip=true install -f OpenIG/OpenAM/OpenDJ/forgerock-parent
mvn -DskipTests -Dmaven.javadoc.skip=true install -f OpenIG/OpenAM/OpenDJ -P '!man-pages,!distribution'
mvn -DskipTests -Dmaven.javadoc.skip=true install -f OpenIG/OpenAM
mvn install -f OpenIG
```

Expand Down
2 changes: 1 addition & 1 deletion openig-saml/pom.xml
Expand Up @@ -25,7 +25,7 @@
<artifactId>openig-saml</artifactId>
<name>OpenIG SAML Support</name>
<properties>
<openam.version>14.0.0-SNAPSHOT</openam.version>
<openam.version>14.0.2</openam.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 53f4a9e

Please sign in to comment.