Hello,
I have installed kie-drools-wb into WebSphere 8.0.0.5 and it's working fine!
But now, I would like to build&deploy my DRLs into a remote maven repo (Nexus). When I trying to build and deploy my project I got this error message:
Failure to transfer fr.xxx..drools:bom:0.0.1-SNAPSHOT/maven-metadata.xml from
https://myrepo/nexus/content/groups/drools was cached in the local repository, resolution will not be reattempted until the update interval of Nexus has elapsed or updates are forced. Original error: Could not transfer metadata fr.xxx..drools:bom:0.0.1-SNAPSHOT/maven-metadata.xml from/to Nexus (
https://myrepo/nexus/content/groups/drools): Unauthorized (401)
the Nexus server is secured and I have set the encrypted password in the security-setting.xml in the .m2 directory.
Thanks for your support