File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 136136 <groupId >org.sonatype.central</groupId >
137137 <artifactId >central-publishing-maven-plugin</artifactId >
138138 <version >0.10.0</version >
139- <extensions >true</extensions >
140- <configuration >
141- <publishingServerId >central</publishingServerId >
142- <autoPublish >true</autoPublish >
143- <waitUntil >published</waitUntil >
144- </configuration >
145139 </plugin >
146140 <plugin >
147141 <groupId >org.apache.maven.plugins</groupId >
163157
164158 <plugins >
165159 <!-- if you would like to run the git-commit-id-plugin for your build, you could also include it here instead using a profile (see README.md) -->
160+ <plugin >
161+ <groupId >org.sonatype.central</groupId >
162+ <artifactId >central-publishing-maven-plugin</artifactId >
163+ <extensions >true</extensions >
164+ <configuration >
165+ <publishingServerId >central</publishingServerId >
166+ <autoPublish >true</autoPublish >
167+ <waitUntil >published</waitUntil >
168+ </configuration >
169+ </plugin >
166170 <!-- Setting built-in java compiler properties -->
167171 <plugin >
168172 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments