|
69 | 69 | </issueManagement>
|
70 | 70 |
|
71 | 71 | <distributionManagement>
|
72 |
| - <!-- see https://issues.sonatype.org/browse/OSSRH-413 --> |
| 72 | + <!-- |
| 73 | + See https://issues.sonatype.org/browse/OSSRH-51637 (previous OSSRH-413) |
| 74 | + --> |
73 | 75 | <repository>
|
74 | 76 | <id>scriptella-releases</id>
|
75 | 77 | <name>Scriptella Central Repository</name>
|
|
249 | 251 | <plugin>
|
250 | 252 | <groupId>org.apache.maven.plugins</groupId>
|
251 | 253 | <artifactId>maven-deploy-plugin</artifactId>
|
252 |
| - <version>2.4</version> |
| 254 | + <version>3.0.0-M1</version> |
253 | 255 | </plugin>
|
254 | 256 | <plugin>
|
255 | 257 | <groupId>org.apache.maven.plugins</groupId>
|
256 | 258 | <artifactId>maven-release-plugin</artifactId>
|
257 |
| - <version>2.3.2</version> |
| 259 | + <version>2.5.3</version> |
258 | 260 | <configuration>
|
259 | 261 | <autoVersionSubmodules>true</autoVersionSubmodules>
|
| 262 | + <useReleaseProfile>false</useReleaseProfile> |
| 263 | + <releaseProfiles>release</releaseProfiles> |
| 264 | + <goals>deploy</goals> |
260 | 265 | </configuration>
|
261 | 266 | </plugin>
|
262 | 267 | <plugin>
|
|
267 | 272 | <plugin>
|
268 | 273 | <groupId>org.apache.maven.plugins</groupId>
|
269 | 274 | <artifactId>maven-source-plugin</artifactId>
|
270 |
| - <version>2.0.4</version> |
| 275 | + <version>2.2.1</version> |
271 | 276 | <executions>
|
272 | 277 | <execution>
|
273 | 278 | <id>attach-sources</id>
|
274 | 279 | <goals>
|
275 |
| - <goal>jar</goal> |
| 280 | + <goal>jar-no-fork</goal> |
276 | 281 | </goals>
|
277 | 282 | </execution>
|
278 | 283 | </executions>
|
|
282 | 287 | <artifactId>maven-jar-plugin</artifactId>
|
283 | 288 | <version>2.2</version>
|
284 | 289 | </plugin>
|
| 290 | + <plugin> |
| 291 | + <groupId>org.apache.maven.plugins</groupId> |
| 292 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 293 | + <version>2.9.1</version> |
| 294 | + <configuration> |
| 295 | + <additionalparam>-Xdoclint:none --allow-script-in-comments</additionalparam> |
| 296 | + </configuration> |
| 297 | + <executions> |
| 298 | + <execution> |
| 299 | + <id>attach-javadocs</id> |
| 300 | + <goals> |
| 301 | + <goal>jar</goal> |
| 302 | + </goals> |
| 303 | + </execution> |
| 304 | + </executions> |
| 305 | + </plugin> |
285 | 306 | </plugins>
|
286 | 307 | </build>
|
287 | 308 |
|
|
303 | 324 | <plugin>
|
304 | 325 | <groupId>org.apache.maven.plugins</groupId>
|
305 | 326 | <artifactId>maven-javadoc-plugin</artifactId>
|
306 |
| - <version>2.9</version> |
| 327 | + <version>2.9.1</version> |
307 | 328 | </plugin>
|
308 | 329 | <plugin>
|
309 | 330 | <groupId>org.apache.maven.plugins</groupId>
|
|
363 | 384 | <plugin>
|
364 | 385 | <groupId>org.apache.maven.plugins</groupId>
|
365 | 386 | <artifactId>maven-gpg-plugin</artifactId>
|
366 |
| - <version>1.4</version> |
| 387 | + <version>1.5</version> |
367 | 388 | <executions>
|
368 | 389 | <execution>
|
369 | 390 | <id>sign-artifacts</id>
|
|
0 commit comments