Emmanuel Bourg pushed to branch master at Debian Java Maintainers / maven-debian-helper
Commits: 4e7beb18 by Andrius Merkys at 2020-07-27T08:25:11-04:00 All elements much match -> All elements must match - - - - - f249e9fc by Emmanuel Bourg at 2020-09-05T08:51:39+00:00 Merge branch 'typo-fix' into 'master' Fix typo: much match -> must match See merge request java-team/maven-debian-helper!4 - - - - - 6 changed files: - maven-packager-utils/src/main/resources/maven.cleanIgnoreRules.description - maven-packager-utils/src/main/resources/maven.ignoreRules.description - maven-packager-utils/src/main/resources/maven.publishedRules.description - maven-packager-utils/src/main/resources/maven.rules.description - maven-packager-utils/src/test/resources/libplexus-compiler-java.rules - maven-packager-utils/src/test/resources/openmrs.rules Changes: ===================================== maven-packager-utils/src/main/resources/maven.cleanIgnoreRules.description ===================================== @@ -9,7 +9,7 @@ # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id -# All elements much match before a rule can be applied +# All elements must match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM before mvn clean is called ===================================== maven-packager-utils/src/main/resources/maven.ignoreRules.description ===================================== @@ -8,7 +8,7 @@ # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id -# All elements much match before a rule can be applied +# All elements must match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM ===================================== maven-packager-utils/src/main/resources/maven.publishedRules.description ===================================== @@ -12,7 +12,7 @@ # - a regular expression of the form s/match/replace/ # in this case, elements that match are transformed using # the regex rule. -# All elements much match before a rule can be applied +# All elements must match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\..*/3.x/ ===================================== maven-packager-utils/src/main/resources/maven.rules.description ===================================== @@ -11,7 +11,7 @@ # - a regular expression of the form s/match/replace/ # in this case, elements that match are transformed using # the regex rule. -# All elements much match before a rule can be applied +# All elements must match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\..*/3.x/ ===================================== maven-packager-utils/src/test/resources/libplexus-compiler-java.rules ===================================== @@ -11,7 +11,7 @@ # - a regular expression of the form s/match/replace/ # in this case, elements that match are transformed using # the regex rule. -# All elements much match before a rule can be applied +# All elements must match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\..*/3.x/ ===================================== maven-packager-utils/src/test/resources/openmrs.rules ===================================== @@ -11,7 +11,7 @@ # - a regular expression of the form s/match/replace/ # in this case, elements that match are transformed using # the regex rule. -# All elements much match before a rule can be applied +# All elements must match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ View it on GitLab: https://salsa.debian.org/java-team/maven-debian-helper/-/compare/9a75d6c07b3fb6fdbfac211571a5dfa792a658e8...f249e9fcfa4d73a923915217883bcfff74a59c1f -- View it on GitLab: https://salsa.debian.org/java-team/maven-debian-helper/-/compare/9a75d6c07b3fb6fdbfac211571a5dfa792a658e8...f249e9fcfa4d73a923915217883bcfff74a59c1f You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

