Skip to content

Commit 1365699

Browse files
committed
Optimized skip deploy maven config
1 parent a539e3c commit 1365699

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

modules/bcrypt-cli/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
<name>BCrypt CLI Tool</name>
1717
<description>A companion CLI tool for the bcrypt library for java.</description>
1818

19-
<properties>
20-
<maven.deploy.skip>true</maven.deploy.skip>
21-
</properties>
22-
2319
<build>
2420
<plugins>
2521
<plugin>

modules/bcrypt/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
with a lot of updates and enhancements.
2020
</description>
2121

22+
<properties>
23+
<maven.deploy.skip>false</maven.deploy.skip>
24+
</properties>
25+
2226
<build>
2327
<plugins>
2428
<plugin>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<properties>
2121
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2222
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
23+
<maven.deploy.skip>true</maven.deploy.skip>
2324
</properties>
2425

2526
<repositories>

0 commit comments

Comments
 (0)