11767c5feSopenharmony_ci# Maven ignore rules - ignore some 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# All elements much match before a rule can be applied 121767c5feSopenharmony_ci# Example rule: match jar with groupid= junit, artifactid= junit 131767c5feSopenharmony_ci# and version starting with 3., this dependency is then removed 141767c5feSopenharmony_ci# from the POM 151767c5feSopenharmony_ci# junit junit jar s/3\..*/3.x/ 161767c5feSopenharmony_ci 171767c5feSopenharmony_cinet.kindleit maven-gae-plugin * * * * 181767c5feSopenharmony_ciorg.apache.maven.plugins maven-assembly-plugin * * * * 191767c5feSopenharmony_ciorg.apache.maven.plugins maven-javadoc-plugin * * * * 201767c5feSopenharmony_ciorg.apache.maven.plugins maven-release-plugin * * * * 211767c5feSopenharmony_ciorg.apache.maven.plugins maven-source-plugin * * * * 221767c5feSopenharmony_ciorg.mortbay.jetty maven-jetty-plugin * * * * 231767c5feSopenharmony_ciorg.sonatype.oss oss-parent * * * * 24