11767c5feSopenharmony_ci# Maven clean ignore rules - ignore some Maven dependencies and plugins
21767c5feSopenharmony_ci# during the clean phase of a Maven build
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# All elements much match before a rule can be applied
131767c5feSopenharmony_ci# Example rule: match jar with groupid= junit, artifactid= junit
141767c5feSopenharmony_ci# and version starting with 3., this dependency is then removed
151767c5feSopenharmony_ci# from the POM before mvn clean is called
161767c5feSopenharmony_ci#   junit junit jar s/3\..*/3.x/
171767c5feSopenharmony_ci
18