File tree 1 file changed +0
-23
lines changed
1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 184
184
<groupId >org.moditect</groupId >
185
185
<artifactId >moditect-maven-plugin</artifactId >
186
186
</plugin >
187
- <!-- 08-Nov-2019, tatu: Copied from
188
- https://github.com/stephenc/git-timestamp-maven-plugin/blob/master/pom.xml#L327-L337
189
- -->
190
- <plugin >
191
- <groupId >org.sonatype.plugins</groupId >
192
- <artifactId >nexus-staging-maven-plugin</artifactId >
193
- <version >1.6.6</version >
194
- <extensions >true</extensions >
195
- <configuration >
196
- <serverId >sonatype-nexus-staging</serverId >
197
- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
198
- <stagingProfileId >b34f19b9cc6224</stagingProfileId >
199
- </configuration >
200
- </plugin >
201
187
</plugins >
202
188
</build >
203
189
204
- <reporting >
205
- <plugins >
206
- <plugin >
207
- <groupId >org.codehaus.mojo</groupId >
208
- <artifactId >cobertura-maven-plugin</artifactId >
209
- </plugin >
210
- </plugins >
211
- </reporting >
212
-
213
190
<profiles >
214
191
<profile >
215
192
<id >release</id >
You can’t perform that action at this time.
0 commit comments