Skip to content

Commit 09253ec

Browse files
committed
Remove now unnecessary override of the maven-central-publishing plugin configuration
1 parent d185d7b commit 09253ec

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

pom.xml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -384,25 +384,6 @@ Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top">
384384
<enforcer.skip>true</enforcer.skip>
385385
</properties>
386386
</profile>
387-
<profile>
388-
<id>oss-release</id>
389-
<build>
390-
<plugins>
391-
<plugin>
392-
<groupId>org.sonatype.central</groupId>
393-
<artifactId>central-publishing-maven-plugin</artifactId>
394-
<extensions>true</extensions>
395-
<configuration>
396-
<autoPublish>${autoPublish}</autoPublish>
397-
<deploymentName>Jakarta Validation ${project.version}-${maven.build.timestamp}</deploymentName>
398-
<publishingServerId>central</publishingServerId>
399-
<waitUntil>published</waitUntil>
400-
<centralSnapshotsUrl>https://central.sonatype.com/repository/maven-snapshots/</centralSnapshotsUrl>
401-
</configuration>
402-
</plugin>
403-
</plugins>
404-
</build>
405-
</profile>
406387
</profiles>
407388

408389
</project>

0 commit comments

Comments
 (0)