Skip to content

Commit

Permalink
skip deploy for test module
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Mar 21, 2019
1 parent cb2c11e commit 804da0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<name>${project.artifactId}</name>

<properties>
<maven.deploy.skip>false</maven.deploy.skip>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sharding-sql-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
<name>${project.artifactId}</name>

<properties>
<maven.deploy.skip>false</maven.deploy.skip>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
</project>
2 changes: 1 addition & 1 deletion shardingsphere-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<name>${project.artifactId}</name>

<properties>
<maven.deploy.skip>false</maven.deploy.skip>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<modules>
Expand Down

0 comments on commit 804da0c

Please sign in to comment.