There was an error while loading. Please reload this page.
1 parent 7ca30ec commit adf6fd0Copy full SHA for adf6fd0
1 file changed
pom.xml
@@ -122,6 +122,21 @@ com.fasterxml.jackson.core.*;version=${project.version}
122
<groupId>org.moditect</groupId>
123
<artifactId>moditect-maven-plugin</artifactId>
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>
140
</plugins>
141
</build>
142
0 commit comments