Skip to content

Commit

Permalink
just use -DskipTests instead of -Dtest=NoUnitTests
Browse files Browse the repository at this point in the history
  • Loading branch information
Apache9 committed Apr 5, 2022
1 parent 44a474e commit c6af882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-support/hbase-personality.sh
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ function shadedjars_rebuild

local -a maven_args=('clean' 'verify' '-fae' '--batch-mode'
'-pl' 'hbase-shaded/hbase-shaded-check-invariants' '-am'
'-Dtest=NoUnitTests' '-DHBasePatchProcess' '-Prelease'
'-DskipTests' '-DHBasePatchProcess' '-Prelease'
'-Dmaven.javadoc.skip=true' '-Dcheckstyle.skip=true' '-Dspotbugs.skip=true')
# If we have HADOOP_PROFILE specified and we're on branch-2.x, pass along
# the hadoop.profile system property. Ensures that Hadoop2 and Hadoop3
Expand Down

0 comments on commit c6af882

Please sign in to comment.