Skip to content

Commit a67bb0a

Browse files
authored
Merge pull request #321 from domaframework/fix-deployment-configuration
Fix the configuration related to deployment
2 parents 73519e9 + 78582a0 commit a67bb0a

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

doma-spring-boot-jacoco-aggregate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<artifactId>doma-spring-boot-jacoco-aggregate</artifactId>
1414

1515
<properties>
16-
<maven.deploy.skip>true</maven.deploy.skip>
16+
<skipPublishing>true</skipPublishing>
1717
</properties>
1818

1919
<dependencies>

pom.xml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -189,17 +189,6 @@
189189
</plugins>
190190
</build>
191191

192-
<distributionManagement>
193-
<snapshotRepository>
194-
<id>ossrh</id>
195-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
196-
</snapshotRepository>
197-
<repository>
198-
<id>ossrh</id>
199-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
200-
</repository>
201-
</distributionManagement>
202-
203192
<repositories>
204193
<repository>
205194
<id>spring-snapshots</id>
@@ -217,20 +206,5 @@
217206
<enabled>false</enabled>
218207
</snapshots>
219208
</repository>
220-
<repository>
221-
<snapshots>
222-
<enabled>false</enabled>
223-
</snapshots>
224-
<id>central</id>
225-
<name>Maven Central repository</name>
226-
<url>https://repo1.maven.org/maven2/</url>
227-
</repository>
228-
<repository>
229-
<id>ossrh</id>
230-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
231-
<snapshots>
232-
<enabled>true</enabled>
233-
</snapshots>
234-
</repository>
235209
</repositories>
236210
</project>

0 commit comments

Comments
 (0)