We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873e8e0 commit 85310c7Copy full SHA for 85310c7
1 file changed
dubbo-config/dubbo-config-spring/pom.xml
@@ -86,6 +86,10 @@
86
</dependencies>
87
<build>
88
<plugins>
89
+ <!-- upload xsd file command line
90
+ mvn org.codehaus.mojo:wagon-maven-plugin:1.0-beta-3:upload-single -Dwagon.fromFile=src/main/resources/META-INF/dubbo.xsd -Dwagon.url=dav:http://code.alibabatech.com/schema/dubbo/ -Dwagon.serverId=opensesame.releases.account
91
+ -->
92
+ <!--
93
<plugin>
94
<groupId>org.codehaus.mojo</groupId>
95
<artifactId>wagon-maven-plugin</artifactId>
@@ -105,6 +109,7 @@
105
109
</execution>
106
110
</executions>
107
111
</plugin>
112
108
113
</plugins>
114
</build>
115
</project>
0 commit comments