Skip to content

Commit

Permalink
Publish demos to Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
rmichela committed Nov 22, 2017
1 parent 50318f8 commit 067a5e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions demos/ReactorChat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
<artifactId>ReactorChat</artifactId>
<packaging>pom</packaging>

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

<modules>
<module>ReactorChat-Client</module>
<module>ReactorChat-Server</module>
Expand Down
5 changes: 0 additions & 5 deletions demos/RxChat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
<artifactId>RxChat</artifactId>
<packaging>pom</packaging>

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

<modules>
<module>RxChat-Client</module>
<module>RxChat-Server</module>
Expand Down

0 comments on commit 067a5e8

Please sign in to comment.