Skip to content

Commit 85310c7

Browse files
committed
不自动上传xsd file。因为低版本可以在高版本之后发布。比如 bug fix版本2.4.5 在2.5.0之后发布
1 parent 873e8e0 commit 85310c7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • dubbo-config/dubbo-config-spring

dubbo-config/dubbo-config-spring/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@
8686
</dependencies>
8787
<build>
8888
<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+
<!--
8993
<plugin>
9094
<groupId>org.codehaus.mojo</groupId>
9195
<artifactId>wagon-maven-plugin</artifactId>
@@ -105,6 +109,7 @@
105109
</execution>
106110
</executions>
107111
</plugin>
112+
-->
108113
</plugins>
109114
</build>
110115
</project>

0 commit comments

Comments
 (0)