Skip to content

Commit

Permalink
Skip deployment of tighly coupled modules (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
bchapuis authored Oct 18, 2024
1 parent ba6350b commit 476ebad
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions baremaps-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ limitations under the License.
<properties>
<license.directory>${project.build.directory}/generated-sources/license</license.directory>
<license.filename>LICENSE</license.filename>
<maven.deploy.skip>true</maven.deploy.skip>
<thirdparty.directory>${project.build.directory}/generated-sources/license</thirdparty.directory>
<thirdparty.filename>THIRD-PARTY</thirdparty.filename>
</properties>
Expand Down
4 changes: 4 additions & 0 deletions baremaps-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ limitations under the License.

<artifactId>baremaps-core</artifactId>

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

<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
4 changes: 4 additions & 0 deletions baremaps-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ limitations under the License.

<artifactId>baremaps-server</artifactId>

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

<dependencies>
<dependency>
<groupId>com.aayushatharva.brotli4j</groupId>
Expand Down

0 comments on commit 476ebad

Please sign in to comment.