Skip to content

Commit 476ebad

Browse files
authored
Skip deployment of tighly coupled modules (#896)
1 parent ba6350b commit 476ebad

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

baremaps-cli/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ limitations under the License.
3030
<properties>
3131
<license.directory>${project.build.directory}/generated-sources/license</license.directory>
3232
<license.filename>LICENSE</license.filename>
33+
<maven.deploy.skip>true</maven.deploy.skip>
3334
<thirdparty.directory>${project.build.directory}/generated-sources/license</thirdparty.directory>
3435
<thirdparty.filename>THIRD-PARTY</thirdparty.filename>
3536
</properties>

baremaps-core/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ limitations under the License.
2525

2626
<artifactId>baremaps-core</artifactId>
2727

28+
<properties>
29+
<maven.deploy.skip>true</maven.deploy.skip>
30+
</properties>
31+
2832
<dependencies>
2933
<dependency>
3034
<groupId>com.fasterxml.jackson.core</groupId>

baremaps-server/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ limitations under the License.
2525

2626
<artifactId>baremaps-server</artifactId>
2727

28+
<properties>
29+
<maven.deploy.skip>true</maven.deploy.skip>
30+
</properties>
31+
2832
<dependencies>
2933
<dependency>
3034
<groupId>com.aayushatharva.brotli4j</groupId>

0 commit comments

Comments
 (0)