Skip to content

Commit e4a4ea3

Browse files
committed
Adapted to parent project 2.0.2
- Old repositories are already removed, so we don't have to disable them - Deployment is set correctly now, so we don't need most of the original cfg Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
1 parent 932701c commit e4a4ea3

1 file changed

Lines changed: 1 addition & 75 deletions

File tree

pom.xml

Lines changed: 1 addition & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -69,28 +69,6 @@
6969
</scm>
7070

7171
<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>
9472
<site>
9573
<id>github</id>
9674
<url>scm:git:https://github.com/eclipse-ee4j/orb.git</url>
@@ -423,33 +401,6 @@
423401
<skip>${deploy.skip}</skip>
424402
</configuration>
425403
</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>
453404
<plugin>
454405
<groupId>org.codehaus.mojo</groupId>
455406
<artifactId>build-helper-maven-plugin</artifactId>
@@ -537,35 +488,10 @@
537488
<properties>
538489
<!-- Until we fix everything -->
539490
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
540-
<release.projectName>Eclipse GlassFish Corba</release.projectName>
491+
<release.projectName>Eclipse GlassFish ORB</release.projectName>
541492
<release.autoPublish>false</release.autoPublish>
542493
<release.waitUntil>published</release.waitUntil>
543494
</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>
569495
</profile>
570496
</profiles>
571497
</project>

0 commit comments

Comments
 (0)