Skip to content

Commit

Permalink
排除推送到maven中央库
Browse files Browse the repository at this point in the history
  • Loading branch information
夜色 committed Dec 12, 2016
1 parent a2acb4b commit 4c101f7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mpush-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,18 @@
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>test</id>
Expand Down

0 comments on commit 4c101f7

Please sign in to comment.