|
69 | 69 | </scm> |
70 | 70 |
|
71 | 71 | <distributionManagement> |
72 | | - <snapshotRepository> |
73 | | - <id>ossrh</id> |
74 | | - <name>Disabled Sonatype Nexus</name> |
75 | | - <url>http://localhost</url> |
76 | | - <releases> |
77 | | - <enabled>false</enabled> |
78 | | - </releases> |
79 | | - <snapshots> |
80 | | - <enabled>false</enabled> |
81 | | - </snapshots> |
82 | | - </snapshotRepository> |
83 | | - <repository> |
84 | | - <id>ossrh</id> |
85 | | - <name>Disabled Sonatype Nexus</name> |
86 | | - <url>http://localhost</url> |
87 | | - <releases> |
88 | | - <enabled>false</enabled> |
89 | | - </releases> |
90 | | - <snapshots> |
91 | | - <enabled>false</enabled> |
92 | | - </snapshots> |
93 | | - </repository> |
94 | 72 | <site> |
95 | 73 | <id>github</id> |
96 | 74 | <url>scm:git:https://github.com/eclipse-ee4j/orb.git</url> |
|
423 | 401 | <skip>${deploy.skip}</skip> |
424 | 402 | </configuration> |
425 | 403 | </plugin> |
426 | | - <plugin> |
427 | | - <groupId>org.sonatype.plugins</groupId> |
428 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
429 | | - <version>1.7.0</version> |
430 | | - <configuration> |
431 | | - <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo> |
432 | | - </configuration> |
433 | | - <executions> |
434 | | - <execution> |
435 | | - <id>injected-nexus-deploy</id> |
436 | | - <phase>none</phase> |
437 | | - </execution> |
438 | | - </executions> |
439 | | - </plugin> |
440 | | - <plugin> |
441 | | - <groupId>org.sonatype.central</groupId> |
442 | | - <artifactId>central-publishing-maven-plugin</artifactId> |
443 | | - <version>0.10.0</version> |
444 | | - <extensions>true</extensions> |
445 | | - <configuration> |
446 | | - <autoPublish>true</autoPublish> |
447 | | - <centralSnapshotsUrl>https://central.sonatype.com/repository/maven-snapshots</centralSnapshotsUrl> |
448 | | - <deploymentName>GlassFish ORB ${project.version}</deploymentName> |
449 | | - <publishingServerId>central</publishingServerId> |
450 | | - <waitUntil>published</waitUntil> |
451 | | - </configuration> |
452 | | - </plugin> |
453 | 404 | <plugin> |
454 | 405 | <groupId>org.codehaus.mojo</groupId> |
455 | 406 | <artifactId>build-helper-maven-plugin</artifactId> |
|
537 | 488 | <properties> |
538 | 489 | <!-- Until we fix everything --> |
539 | 490 | <maven.javadoc.failOnError>false</maven.javadoc.failOnError> |
540 | | - <release.projectName>Eclipse GlassFish Corba</release.projectName> |
| 491 | + <release.projectName>Eclipse GlassFish ORB</release.projectName> |
541 | 492 | <release.autoPublish>false</release.autoPublish> |
542 | 493 | <release.waitUntil>published</release.waitUntil> |
543 | 494 | </properties> |
544 | | - <build> |
545 | | - <plugins> |
546 | | - <plugin> |
547 | | - <groupId>org.cyclonedx</groupId> |
548 | | - <artifactId>cyclonedx-maven-plugin</artifactId> |
549 | | - <configuration> |
550 | | - <!-- Without this it doesn't generate cyclonedx files at all. --> |
551 | | - <skipNotDeployed>false</skipNotDeployed> |
552 | | - </configuration> |
553 | | - </plugin> |
554 | | - <!-- We have to override settings from parent --> |
555 | | - <plugin> |
556 | | - <groupId>org.sonatype.central</groupId> |
557 | | - <artifactId>central-publishing-maven-plugin</artifactId> |
558 | | - <extensions>true</extensions> |
559 | | - <configuration> |
560 | | - <autoPublish>${release.autoPublish}</autoPublish> |
561 | | - <centralSnapshotsUrl>https://central.sonatype.com/repository/maven-snapshots</centralSnapshotsUrl> |
562 | | - <deploymentName>${release.projectName} ${project.version}</deploymentName> |
563 | | - <publishingServerId>central</publishingServerId> |
564 | | - <waitUntil>${release.waitUntil}</waitUntil> |
565 | | - </configuration> |
566 | | - </plugin> |
567 | | - </plugins> |
568 | | - </build> |
569 | 495 | </profile> |
570 | 496 | </profiles> |
571 | 497 | </project> |
0 commit comments