Skip to content

Commit

Permalink
Optimized skip deploy maven config
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Jul 21, 2018
1 parent a539e3c commit 1365699
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/bcrypt-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
<name>BCrypt CLI Tool</name>
<description>A companion CLI tool for the bcrypt library for java.</description>

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

<build>
<plugins>
<plugin>
Expand Down
4 changes: 4 additions & 0 deletions modules/bcrypt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
with a lot of updates and enhancements.
</description>

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

<build>
<plugins>
<plugin>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<repositories>
Expand Down

0 comments on commit 1365699

Please sign in to comment.