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

时间:2016-02-12 15:10:25

标签: maven soap wso2 wso2is stubs

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

存根本身随WSO2 Identity Server一起提供在目录/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>

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

1 个答案:

答案 0 :(得分:1)

这些可以在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