File tree Expand file tree Collapse file tree 1 file changed +16
-7
lines changed
core/spring-cloud-stream-integration-tests Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Original file line number Diff line number Diff line change 109109 <skip >true</skip >
110110 </configuration >
111111 </plugin >
112- <plugin >
113- <groupId >org.sonatype.central</groupId >
114- <artifactId >central-publishing-maven-plugin</artifactId >
115- <configuration >
116- <skipPublishing >true</skipPublishing >
117- </configuration >
118- </plugin >
119112 </plugins >
120113 </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 >
121130
122131</project >
You can’t perform that action at this time.
0 commit comments