WSO2-IS 服务存根的 Maven 存储库?

Maven repository for WSO2-IS service stubs?

在哪个 Maven 存储库中我可以找到 WSO2 Identity Server 5.1.0 附带的各种 (SOAP) 服务存根?

存根本身随 WSO2 身份服务器一起提供,位于目录 /repository/components/plugins/ 中。例如,OAuth 存根在 /repository/components/plugins/org.wso2.carbon.identity.oauth.stub_5.0.7.jar

中提供

jar 文件包含一个 pom 文件,它用 Maven 坐标标识库。对于上面的例子,这些坐标是

<groupId>org.wso2.carbon.identity</groupId>
<artifactId>carbon-service-stubs</artifactId>
<version>5.0.7</version>

我喜欢使用 public 存储库中的 Maven 工件,但到目前为止,我只发现了非常过时的工件。

这些在 wso2 maven repo 中公开可用。 例如,如果你想要 org.wso2.carbon.identity.entitlement.stub 你可以从 http://maven.wso2.org/nexus/content/repositories/releases/org/wso2/carbon/identity/org.wso2.carbon.identity.entitlement.stub/5.0.7/

您可以在这里找到所有存根 http://maven.wso2.org/nexus/content/repositories/releases