11767c5feSopenharmony_ci# Maven published rules - additional rules to publish, to help 21767c5feSopenharmony_ci# the packaging work of Debian maintainers using mh_make 31767c5feSopenharmony_ci# Format of this file is: 41767c5feSopenharmony_ci# [group] [artifact] [type] [version] [classifier] [scope] 51767c5feSopenharmony_ci# where each element can be either 61767c5feSopenharmony_ci# - the exact string, for example org.apache for the group, or 3.1 71767c5feSopenharmony_ci# for the version. In this case, the element is simply matched 81767c5feSopenharmony_ci# and left as it is 91767c5feSopenharmony_ci# - * (the star character, alone). In this case, anything will 101767c5feSopenharmony_ci# match and be left as it is. For example, using * on the 111767c5feSopenharmony_ci# position of the artifact field will match any artifact id 121767c5feSopenharmony_ci# - a regular expression of the form s/match/replace/ 131767c5feSopenharmony_ci# in this case, elements that match are transformed using 141767c5feSopenharmony_ci# the regex rule. 151767c5feSopenharmony_ci# All elements much match before a rule can be applied 161767c5feSopenharmony_ci# Example rule: match jar with groupid= junit, artifactid= junit 171767c5feSopenharmony_ci# and version starting with 3., replacing the version with 3.x 181767c5feSopenharmony_ci# junit junit jar s/3\..*/3.x/ 191767c5feSopenharmony_ci 20