File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 170170 <groupId >org.apache.maven.plugins</groupId >
171171 <artifactId >maven-release-plugin</artifactId >
172172 <version >3.0.1</version >
173+ <configuration >
174+ <releaseProfiles >release</releaseProfiles >
175+ </configuration >
173176 </plugin >
174177 <plugin >
175178 <groupId >org.apache.maven.plugins</groupId >
551554 </dependency >
552555 </dependencies >
553556 </profile >
557+
558+ <profile >
559+ <id >release</id >
560+ <build >
561+ <plugins >
562+ <plugin >
563+ <groupId >org.sonatype.central</groupId >
564+ <artifactId >central-publishing-maven-plugin</artifactId >
565+ <version >0.7.0</version >
566+ <extensions >true</extensions >
567+ </plugin >
568+ </plugins >
569+ </build >
570+ </profile >
571+
554572 </profiles >
555573
556574</project >
You can’t perform that action at this time.
0 commit comments