Open sharpedavid opened 4 years ago
You can build if you override the payara.version
with a public version. For example, you can build against Payara 5.194 with the following command:
mvn -Dpayara.version=5.194 clean package
The tests will fail on 5.194 because of https://github.com/payara/Payara/issues/4366. But should pass on 5.193.
I'd like to compile this project so that I can deploy the Payara OpenId example. When I try, I get this error: