Skip to content

Commit 7f37184

Browse files
committed
Removed the skipPublishing setting from the doma-spring-boot-jacoco-aggregate module.
Having `skipPublishing` set in a module prevents the entire project and all modules from being deployed.
1 parent c86c43d commit 7f37184

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
</parent>
1313
<artifactId>doma-spring-boot-jacoco-aggregate</artifactId>
1414

15-
<properties>
16-
<skipPublishing>true</skipPublishing>
17-
</properties>
18-
1915
<dependencies>
2016
<dependency>
2117
<groupId>${project.groupId}</groupId>
@@ -46,4 +42,4 @@
4642
</plugin>
4743
</plugins>
4844
</build>
49-
</project>
45+
</project>

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@
115115
<configuration>
116116
<publishingServerId>central</publishingServerId>
117117
<autoPublish>true</autoPublish>
118-
<centralSnapshotsUrl>https://central.sonatype.com/repository/maven-snapshots/</centralSnapshotsUrl>
119118
</configuration>
120119
</plugin>
121120
</plugins>

0 commit comments

Comments
 (0)