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 111
111
</plugin >
112
112
</plugins >
113
113
</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 >
130
114
131
115
</project >
Original file line number Diff line number Diff line change 141
141
</reporting >
142
142
143
143
<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 >
144
160
<profile >
145
161
<id >spring</id >
146
162
</profile >
You can’t perform that action at this time.
0 commit comments