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 111111 </plugin >
112112 </plugins >
113113 </build >
114- <profiles >
115- <profile >
116- <id >central</id >
117- <build >
118- <plugins >
119- <plugin >
120- <groupId >org.sonatype.central</groupId >
121- <artifactId >central-publishing-maven-plugin</artifactId >
122- <configuration >
123- <skipPublishing >true</skipPublishing >
124- </configuration >
125- </plugin >
126- </plugins >
127- </build >
128- </profile >
129- </profiles >
130114
131115</project >
Original file line number Diff line number Diff line change 141141 </reporting >
142142
143143 <profiles >
144+ <profile >
145+ <id >central</id >
146+ <build >
147+ <plugins >
148+ <plugin >
149+ <groupId >org.sonatype.central</groupId >
150+ <artifactId >central-publishing-maven-plugin</artifactId >
151+ <configuration >
152+ <excludeArtifacts >
153+ <artifact >spring-cloud-stream-integration-tests</artifact >
154+ </excludeArtifacts >
155+ </configuration >
156+ </plugin >
157+ </plugins >
158+ </build >
159+ </profile >
144160 <profile >
145161 <id >spring</id >
146162 </profile >
You can’t perform that action at this time.
0 commit comments