File tree Expand file tree Collapse file tree 2 files changed +1
-27
lines changed
doma-spring-boot-jacoco-aggregate Expand file tree Collapse file tree 2 files changed +1
-27
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments