11767c5feSopenharmony_ci# Maven rules - transform Maven dependencies and plugins 21767c5feSopenharmony_ci# Format of this file is: 31767c5feSopenharmony_ci# [group] [artifact] [type] [version] [classifier] [scope] 41767c5feSopenharmony_ci# where each element can be either 51767c5feSopenharmony_ci# - the exact string, for example org.apache for the group, or 3.1 61767c5feSopenharmony_ci# for the version. In this case, the element is simply matched 71767c5feSopenharmony_ci# and left as it is 81767c5feSopenharmony_ci# - * (the star character, alone). In this case, anything will 91767c5feSopenharmony_ci# match and be left as it is. For example, using * on the 101767c5feSopenharmony_ci# position of the artifact field will match any artifact id 111767c5feSopenharmony_ci# - a regular expression of the form s/match/replace/ 121767c5feSopenharmony_ci# in this case, elements that match are transformed using 131767c5feSopenharmony_ci# the regex rule. 141767c5feSopenharmony_ci# All elements much match before a rule can be applied 151767c5feSopenharmony_ci# Example rule: match jar with groupid= junit, artifactid= junit 161767c5feSopenharmony_ci# and version starting with 3., replacing the version with 3.x 171767c5feSopenharmony_ci# junit junit jar s/3\..*/3.x/ 181767c5feSopenharmony_ci 191767c5feSopenharmony_cicom.google.i18n.phonenumbers data-tools jar s/1\..*/1.x/ * * 201767c5feSopenharmony_cicom.google.i18n.phonenumbers libphonenumber-build-parent pom s/1\..*/1.x/ * * 211767c5feSopenharmony_cicom.google.i18n.phonenumbers tools pom s/1\..*/1.x/ * * 221767c5feSopenharmony_cicom.google.i18n.phonenumbers.tools common-build jar s/1\..*/1.x/ * * 231767c5feSopenharmony_cicom.google.i18n.phonenumbers.tools cpp-build jar s/1\..*/1.x/ * * 241767c5feSopenharmony_cicom.google.i18n.phonenumbers.tools java-build jar s/1\..*/1.x/ * * 251767c5feSopenharmony_cicom.googlecode.libphonenumber carrier jar s/1\..*/1.x/ * * 261767c5feSopenharmony_cicom.googlecode.libphonenumber geocoder jar s/2\..*/2.x/ * * 271767c5feSopenharmony_cicom.googlecode.libphonenumber libphonenumber-parent pom s/6\..*/6.x/ * * 281767c5feSopenharmony_cicom.googlecode.libphonenumber libphonenumber jar s/6\..*/6.x/ * * 291767c5feSopenharmony_cicom.googlecode.libphonenumber prefixmapper jar s/2\..*/2.x/ * * 301767c5feSopenharmony_cijunit junit jar s/4\..*/4.x/ * * 311767c5feSopenharmony_cis/org.apache.tomcat/javax.servlet/ servlet-api jar s/.*/2.5/ * * 32