Skip to content

Experiment with nexus-staging-maven-plugin autoclosing feature #15

@TheSnoozer

Description

@TheSnoozer
Contributor

As per #12 (comment).
Experiment with the autoclosing feature of nexus-staging-maven-plugin.

<distributionManagement>
  <snapshotRepository>
    <id>ossrh</id>
    <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
  </snapshotRepository>
</distributionManagement>
<build>
  <plugins>
    <plugin>
      <groupId>org.sonatype.plugins</groupId>
      <artifactId>nexus-staging-maven-plugin</artifactId>
      <version>1.6.7</version>
      <extensions>true</extensions>
      <configuration>
        <serverId>ossrh</serverId>
        <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
        <autoReleaseAfterClose>true</autoReleaseAfterClose>
      </configuration>
    </plugin>
    ...
  </plugins>
</build>

Activity

TheSnoozer

TheSnoozer commented on May 7, 2023

@TheSnoozer
ContributorAuthor

Won't do.

added this to the 6.0.0 milestone on May 7, 2023
modified the milestones: 7.0.0, next on May 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidThis doesn't seem right

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @TheSnoozer

        Issue actions

          Experiment with nexus-staging-maven-plugin autoclosing feature · Issue #15 · git-commit-id/git-commit-id-plugin-core