Running mvn verify on a project caused the https enforcer to kick in, not that I am using any http so I got kind of confused. Well, anyway… to get past this, use the following switch with maven
-Denforcer.skip=true
-Denforces.fail=false
There’s probably better ways to do this but to get started I guess this will have to do.