1

I need to compile OpenAM 12.0.0 from source code using maven, but since Forgerock has blocked access to maven.forgerock.org, the dependencies cannot be fetched online any more, and OpenAM won't compile :'(

A solution would be to download the maven dependencies locally and configure maven to not update local dependencies (using <updatePolicy>never</updatePolicy> in settings.xml).

I found following post which gives dependencies for OpenAM 13 (https://forum.forgerock.com/topic/maven-forgerock-org-problem/#post-16583) but I need the same for OpenAM 12.

Does anyone has thoses dependencies and can package them in an archive, or does anyone hosts an maven repository which contains the required dependencies ?

Thanks a lot

frogrock
  • 11
  • 2

1 Answers1

1

Unfortunately, Forgerock closed their source code, so OpenAM now maintained by Open Identity Platform community. You can download OpenAM source code from community's repository and get latest release from here