You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "slawekjaranowski (via GitHub)" <gi...@apache.org> on 2023/04/30 18:38:02 UTC

[GitHub] [maven-enforcer] slawekjaranowski commented on a diff in pull request #269: [MENFORCER-480] BanDynamicVersions: fix `ignores` parameter

slawekjaranowski commented on code in PR #269:
URL: https://github.com/apache/maven-enforcer/pull/269#discussion_r1181275926


##########
maven-enforcer-plugin/src/it/projects/ban-dynamic-versions/pom.xml:
##########
@@ -109,6 +112,12 @@
       <!--  version range syntax with equal upper and lower bounds -->
       <version>[1.0]</version>
     </dependency>
+    <dependency>
+      <!-- banned transitive version range, but ignored -->
+      <groupId>org.apache.maven.plugins.enforcer.its</groupId>
+      <artifactId>menforcer480</artifactId>

Review Comment:
   new test artifact? I don't see it in PR ...



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org