Building action-token-authenticator

Hi,

I am building the action-token-authenticator available in quickstarts and getting below error .
D:\build_tools\KeyCloak\keycloak-8.0.1\keycloak-quickstarts-latest1\action-token
-authenticator>mvn clean install wildfly:deploy
[INFO] Scanning for projects…
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Quickstart: Action Token With Authenticator 8.0.1
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for xml-apis:xml-apis:jar:1.4.01 is invalid, transitive depend
encies (if any) will not be available, enable debug logging for more details
[INFO]
[INFO] — maven-clean-plugin:2.5:clean (default-clean) @ provider-action-token-
authenticator —
[INFO] Deleting D:\build_tools\KeyCloak\keycloak-8.0.1\keycloak-quickstarts-late
st1\action-token-authenticator\target
[INFO]
[INFO] — maven-enforcer-plugin:1.4.1:enforce (enforce-quickstart-realm-file-ex
ist) @ provider-action-token-authenticator —
[INFO]
[INFO] — maven-resources-plugin:2.6:resources (default-resources) @ provider-a
ction-token-authenticator —
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources,
i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory D:\build_tools\KeyCloak\keycloak-8.0.
1\keycloak-quickstarts-latest1\action-token-authenticator\src\main\resources
[INFO]
[INFO] — maven-compiler-plugin:2.3.2:compile (default-compile) @ provider-acti
on-token-authenticator —
[WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. b
uild is platform dependent!
[INFO] Compiling 4 source files to D:\build_tools\KeyCloak\keycloak-8.0.1\keyclo
ak-quickstarts-latest1\action-token-authenticator\target\classes
[INFO]
[INFO] — wildfly-maven-plugin:1.2.2.Final:execute-commands (add-spi-configurat
ions) @ provider-action-token-authenticator —
WARN: can’t find jboss-cli.xml. Using default configuration values.
Dec 10, 2019 6:11:36 PM org.jboss.remoting3.EndpointImpl
INFO: JBoss Remoting version 5.0.5.Final
Dec 10, 2019 6:11:36 PM org.xnio.Xnio
INFO: XNIO version 3.5.4.Final
Dec 10, 2019 6:11:36 PM org.xnio.nio.NioXnio
INFO: XNIO NIO Implementation Version 3.5.4.Final
Dec 10, 2019 6:11:37 PM org.wildfly.security.Version
INFO: ELY00001: WildFly Elytron version 1.1.7.Final
Dec 10, 2019 6:11:38 PM org.jboss.as.cli.impl.CommandContextImpl printLine
INFO: Warning! The CLI is running in a non-modular environment and cannot load c
ommands from management extensions.
Warning! The CLI is running in a non-modular environment and cannot load command
s from management extensions.
Dec 10, 2019 6:11:38 PM org.jboss.as.cli.impl.CommandContextImpl printLine
INFO: {
“outcome” => “success”,
“result” => undefined
}
{
“outcome” => “success”,
“result” => undefined
}
[INFO]
[INFO] — maven-resources-plugin:2.6:testResources (default-testResources) @ pr
ovider-action-token-authenticator —
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources,
i.e. build is platform dependent!
[INFO] Copying 3 resources
[INFO]
[INFO] — maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ provi
der-action-token-authenticator —
[WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. b
uild is platform dependent!
[INFO] Compiling 2 source files to D:\build_tools\KeyCloak\keycloak-8.0.1\keyclo
ak-quickstarts-latest1\action-token-authenticator\target\test-classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] error: error reading C:\Users\test.m2\repository\xml-apis\xml-ap
is\1.4.01\xml-apis-1.4.01.jar; error in opening zip file
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.221 s
[INFO] Finished at: 2019-12-10T18:11:40+05:30
[INFO] Final Memory: 44M/399M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.
3.2:testCompile (default-testCompile) on project provider-action-token-authentic
ator: Compilation failure
[ERROR] error: error reading C:\Users\test.m2\repository\xml-apis\xml-ap
is\1.4.01\xml-apis-1.4.01.jar; error in opening zip file
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureExc
eption

D:\build_tools\KeyCloak\keycloak-8.0.1\keycloak-quickstarts-latest1\action-token
-authenticator>

Please let me know any suggestions to resolve this.

Thanks.