For projects that use the 2.x versions of wrensec-parent, this will fix the following issues:
Cannot build with mvn clean install because inter-project dependencies in the same build ("reactor") fail to build.
After recent changes to the Wren Security website, build fails with this error:
[ERROR] Failed to execute goal com.github.s4u.plugins:pgpverify-maven-plugin:1.2.0-wren1:check (default) on project openam: Execution default of goal com.github.s4u.plugins:pgpverify-maven-plugin:1.2.0-wren1:check failed: Property line is malformed: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> -> [Help 1]
NOTE: This depends on https://github.com/WrenSecurity/wrensec-parent/pull/10
For projects that use the 2.x versions of
wrensec-parent
, this will fix the following issues:mvn clean install
because inter-project dependencies in the same build ("reactor") fail to build.Closes #9.