File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed
core/spring-cloud-stream-integration-tests Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 9292 </plugin >
9393 </plugins >
9494 </build >
95- <profiles >
96- <profile >
97- <id >central</id >
98- <build >
99- <plugins >
100- <plugin >
101- <groupId >org.sonatype.central</groupId >
102- <artifactId >central-publishing-maven-plugin</artifactId >
103- <configuration >
104- <skipPublishing >true</skipPublishing >
105- </configuration >
106- </plugin >
107- </plugins >
108- </build >
109- </profile >
110- </profiles >
11195
11296</project >
Original file line number Diff line number Diff line change 139139 </reporting >
140140
141141 <profiles >
142+ <profile >
143+ <id >central</id >
144+ <build >
145+ <plugins >
146+ <plugin >
147+ <groupId >org.sonatype.central</groupId >
148+ <artifactId >central-publishing-maven-plugin</artifactId >
149+ <configuration >
150+ <excludeArtifacts >
151+ <artifact >spring-cloud-stream-integration-tests</artifact >
152+ </excludeArtifacts >
153+ </configuration >
154+ </plugin >
155+ </plugins >
156+ </build >
157+ </profile >
142158 <profile >
143159 <id >spring</id >
144160 </profile >
You can’t perform that action at this time.
0 commit comments