|
33 | 33 | <build> |
34 | 34 | <pluginManagement> |
35 | 35 | <plugins> |
36 | | - <plugin> |
37 | | - <groupId>org.sonatype.plugins</groupId> |
38 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
39 | | - <version>1.6.13</version> |
40 | | - <extensions>true</extensions> |
41 | | - <configuration> |
42 | | - <serverId>ossrh</serverId> |
43 | | - <nexusUrl>https://google.oss.sonatype.org/</nexusUrl> |
44 | | - <autoReleaseAfterClose>false</autoReleaseAfterClose> |
45 | | - <stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes> |
46 | | - </configuration> |
47 | | - </plugin> |
48 | 36 | <plugin> |
49 | 37 | <groupId>org.apache.maven.plugins</groupId> |
50 | 38 | <artifactId>maven-surefire-plugin</artifactId> |
|
301 | 289 | <groupId>org.apache.maven.plugins</groupId> |
302 | 290 | <artifactId>maven-compiler-plugin</artifactId> |
303 | 291 | </plugin> |
304 | | - <plugin> |
305 | | - <groupId>org.sonatype.plugins</groupId> |
306 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
307 | | - </plugin> |
308 | 292 | <plugin> |
309 | 293 | <groupId>org.apache.maven.plugins</groupId> |
310 | 294 | <artifactId>maven-site-plugin</artifactId> |
|
506 | 490 | </dependencyManagement> |
507 | 491 |
|
508 | 492 | <profiles> |
509 | | - <profile> |
510 | | - <id>release</id> |
511 | | - <activation> |
512 | | - <property> |
513 | | - <name>performRelease</name> |
514 | | - </property> |
515 | | - </activation> |
516 | | - <build> |
517 | | - <plugins> |
518 | | - <plugin> |
519 | | - <groupId>org.apache.maven.plugins</groupId> |
520 | | - <artifactId>maven-source-plugin</artifactId> |
521 | | - <version>3.3.0</version> |
522 | | - <executions> |
523 | | - <execution> |
524 | | - <id>attach-sources</id> |
525 | | - <goals> |
526 | | - <goal>jar-no-fork</goal> |
527 | | - </goals> |
528 | | - </execution> |
529 | | - </executions> |
530 | | - </plugin> |
531 | | - <plugin> |
532 | | - <groupId>org.apache.maven.plugins</groupId> |
533 | | - <artifactId>maven-javadoc-plugin</artifactId> |
534 | | - <version>3.5.0</version> |
535 | | - <executions> |
536 | | - <execution> |
537 | | - <id>attach-javadocs</id> |
538 | | - <goals> |
539 | | - <goal>jar</goal> |
540 | | - </goals> |
541 | | - <configuration> |
542 | | - <doclint>none</doclint> |
543 | | - </configuration> |
544 | | - </execution> |
545 | | - </executions> |
546 | | - </plugin> |
547 | | - <plugin> |
548 | | - <groupId>org.apache.maven.plugins</groupId> |
549 | | - <artifactId>maven-gpg-plugin</artifactId> |
550 | | - <version>3.1.0</version> |
551 | | - <executions> |
552 | | - <execution> |
553 | | - <id>sign-artifacts</id> |
554 | | - <phase>verify</phase> |
555 | | - <goals> |
556 | | - <goal>sign</goal> |
557 | | - </goals> |
558 | | - <configuration> |
559 | | - <gpgArguments> |
560 | | - <arg>--pinentry-mode</arg> |
561 | | - <arg>loopback</arg> |
562 | | - </gpgArguments> |
563 | | - </configuration> |
564 | | - </execution> |
565 | | - </executions> |
566 | | - </plugin> |
567 | | - </plugins> |
568 | | - </build> |
569 | | - </profile> |
570 | 493 | <profile> |
571 | 494 | <id>allow-snapshots</id> |
572 | 495 | <repositories> |
|
0 commit comments