HBASE-25236 Run package phase on spark modules (#73)

Signed-off-by: Balazs Meszaros <meszibalu@apache.org>
diff --git a/dev-support/jenkins/hbase-personality.sh b/dev-support/jenkins/hbase-personality.sh
index d6ce30a..09f0e3d 100755
--- a/dev-support/jenkins/hbase-personality.sh
+++ b/dev-support/jenkins/hbase-personality.sh
@@ -44,11 +44,10 @@
     MODULES=(.)
   fi
 
-  # If we'll end up needing a plugin to run on the hbase-spark or
-  # hbase-spark-it modules, then we need to ensure a 'package' phase runs.
+  # If we'll end up needing a plugin to run on the spark
+  # modules, then we need to ensure a 'package' phase runs.
   if [[ "${MODULES[*]}" =~ \. ]] || \
-     [[ "${MODULES[*]}" =~ "hbase-spark " ]] || \
-     [[ "${MODULES[*]}" =~ "hbase-spark-it" ]]; then
+     [[ "${MODULES[*]}" =~ "spark" ]]; then
     extra="${extra} package"
   fi