File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,26 @@ com.fasterxml.classmate.*;version=${project.version}
7171 </dependencies >
7272
7373 <build >
74+ <!-- 19-Oct-2019, tatu: Copied from
75+
76+ https://github.com/stephenc/git-timestamp-maven-plugin/blob/master/pom.xml#L327-L337
77+
78+ to simplify releases. I hope.
79+ -->
80+ <plugin >
81+ <groupId >org.sonatype.plugins</groupId >
82+ <artifactId >nexus-staging-maven-plugin</artifactId >
83+ <version >1.6.6</version >
84+ <extensions >true</extensions >
85+ <configuration >
86+ <serverId >sonatype-nexus-staging</serverId >
87+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
88+ <!--
89+ <stagingProfileId>b34f19b9cc6224</stagingProfileId>
90+ -->
91+ </configuration >
92+ </plugin >
93+
7494 <plugins >
7595 <!-- As per [#38] add `Automatic-Module-Name` -->
7696 <plugin >
You can’t perform that action at this time.
0 commit comments