Skip to content

Commit

Permalink
Skip sortpom check for release
Browse files Browse the repository at this point in the history
  • Loading branch information
beinan committed Sep 10, 2023
1 parent db51058 commit 5fb603d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/src/alluxio.org/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ require (
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.15.0
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
gopkg.in/yaml.v3 v3.0.1
)

require (
Expand All @@ -31,5 +32,4 @@ require (
golang.org/x/sys v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@
</goals>
<phase>validate</phase>
<configuration>
<verifyFail>stop</verifyFail>
<verifyFail>warn</verifyFail>
<verifyFailOn>strict</verifyFailOn>
<violationFilename>target/sortpom_reports/violation.xml</violationFilename>
</configuration>
Expand Down

0 comments on commit 5fb603d

Please sign in to comment.