提交 22286116 编写于 作者: oldratlee's avatar oldratlee 🔥

不自动上传xsd file。因为低版本可以在高版本之后发布。比如 bug fix版本2.4.5 在2.5.0之后发布

上级 8c15ae9a
...@@ -86,6 +86,10 @@ ...@@ -86,6 +86,10 @@
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
<!-- upload xsd file command line
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
-->
<!--
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>wagon-maven-plugin</artifactId> <artifactId>wagon-maven-plugin</artifactId>
...@@ -105,6 +109,7 @@ ...@@ -105,6 +109,7 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
-->
</plugins> </plugins>
</build> </build>
</project> </project>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册