Skip to content

Commit

Permalink
不自动上传xsd file。因为低版本可以在高版本之后发布。比如 bug fix版本2.4.5 在2.5.0之后发布
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Aug 22, 2012
1 parent 873e8e0 commit 85310c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dubbo-config/dubbo-config-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@
</dependencies>
<build>
<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>
<groupId>org.codehaus.mojo</groupId>
<artifactId>wagon-maven-plugin</artifactId>
Expand All @@ -105,6 +109,7 @@
</execution>
</executions>
</plugin>
-->
</plugins>
</build>
</project>

0 comments on commit 85310c7

Please sign in to comment.