File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ limitations under the License.
30
30
<properties >
31
31
<license .directory>${project.build.directory} /generated-sources/license</license .directory>
32
32
<license .filename>LICENSE</license .filename>
33
+ <maven .deploy.skip>true</maven .deploy.skip>
33
34
<thirdparty .directory>${project.build.directory} /generated-sources/license</thirdparty .directory>
34
35
<thirdparty .filename>THIRD-PARTY</thirdparty .filename>
35
36
</properties >
Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ limitations under the License.
25
25
26
26
<artifactId >baremaps-core</artifactId >
27
27
28
+ <properties >
29
+ <maven .deploy.skip>true</maven .deploy.skip>
30
+ </properties >
31
+
28
32
<dependencies >
29
33
<dependency >
30
34
<groupId >com.fasterxml.jackson.core</groupId >
Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ limitations under the License.
25
25
26
26
<artifactId >baremaps-server</artifactId >
27
27
28
+ <properties >
29
+ <maven .deploy.skip>true</maven .deploy.skip>
30
+ </properties >
31
+
28
32
<dependencies >
29
33
<dependency >
30
34
<groupId >com.aayushatharva.brotli4j</groupId >
You can’t perform that action at this time.
0 commit comments