File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 7777 <skip >true</skip >
7878 </configuration >
7979 </plugin >
80- <!-- skip deploying this test module -->
81- <plugin >
82- <groupId >org.apache.maven.plugins</groupId >
83- <artifactId >maven-deploy-plugin</artifactId >
84- <configuration >
85- <skip >true</skip >
86- </configuration >
87- </plugin >
8880 <!-- skip generating javadoc for this test module -->
8981 <plugin >
9082 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 514514 <groupId >org.sonatype.central</groupId >
515515 <artifactId >central-publishing-maven-plugin</artifactId >
516516 <version >0.8.0</version >
517+ <executions >
518+ <execution >
519+ <id >deploy-artifacts</id >
520+ <phase >deploy</phase >
521+ <goals >
522+ <goal >publish</goal >
523+ </goals >
524+ </execution >
525+ </executions >
517526 <extensions >true</extensions >
518527 <configuration >
519528 <publishingServerId >central</publishingServerId >
529+ <deploymentName >Nitrite - ${project.version} </deploymentName >
520530 <autoPublish >true</autoPublish >
521531 <waitUntil >published</waitUntil >
522532 </configuration >
You can’t perform that action at this time.
0 commit comments