File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,21 @@ com.fasterxml.jackson.core.*;version=${project.version}
122
122
<groupId >org.moditect</groupId >
123
123
<artifactId >moditect-maven-plugin</artifactId >
124
124
</plugin >
125
+
126
+ <!-- 08-Nov-2019, tatu: Copied from
127
+ https://github.com/stephenc/git-timestamp-maven-plugin/blob/master/pom.xml#L327-L337
128
+ -->
129
+ <plugin >
130
+ <groupId >org.sonatype.plugins</groupId >
131
+ <artifactId >nexus-staging-maven-plugin</artifactId >
132
+ <version >1.6.6</version >
133
+ <extensions >true</extensions >
134
+ <configuration >
135
+ <serverId >sonatype-nexus-staging</serverId >
136
+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
137
+ <stagingProfileId >b34f19b9cc6224</stagingProfileId >
138
+ </configuration >
139
+ </plugin >
125
140
</plugins >
126
141
</build >
127
142
You can’t perform that action at this time.
0 commit comments