Skip to content

Commit 773e4d4

Browse files
build: keep staging repository on close rule failure
1 parent cc86abd commit 773e4d4

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,7 @@
748748
<serverId>ossrh</serverId>
749749
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
750750
<autoReleaseAfterClose>true</autoReleaseAfterClose>
751+
<keepStagingRepositoryOnCloseRuleFailure>true</keepStagingRepositoryOnCloseRuleFailure>
751752
</configuration>
752753
</plugin>
753754

webtau-filesystem/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@
5151
<version>1.5</version>
5252
</dependency>
5353

54+
<dependency>
55+
<groupId>commons-io</groupId>
56+
<artifactId>commons-io</artifactId>
57+
</dependency>
58+
5459
<dependency>
5560
<groupId>org.testingisdocumenting.webtau</groupId>
5661
<artifactId>webtau-core-groovy</artifactId>

0 commit comments

Comments
 (0)