You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/10/18 11:07:01 UTC

[GitHub] [maven-integration-testing] gnodet commented on a diff in pull request #204: [MNG-7566] Support Java prerequisites in plugin descriptor

gnodet commented on code in PR #204:
URL: https://github.com/apache/maven-integration-testing/pull/204#discussion_r998058120


##########
core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7566JavaPrerequisiteTest.java:
##########
@@ -0,0 +1,84 @@
+package org.apache.maven.it;
+
+import java.io.File;
+
+import org.apache.maven.shared.verifier.Verifier;
+import org.apache.maven.shared.verifier.util.ResourceExtractor;
+import org.junit.jupiter.api.Test;
+
+/**
+ * This is a test set for <a href="https://issues.apache.org/jira/browse/MNG-7566">MNG-7566</a>.
+ * Similar to {@link MavenITmng4840MavenPrerequisiteTest}.
+ *
+ */
+class MavenITmng7566JavaPrerequisiteTest
+    extends AbstractMavenIntegrationTestCase
+{
+
+    public MavenITmng7566JavaPrerequisiteTest()
+    {
+        super( "[4.0.0-alpha-3,)" );

Review Comment:
   Next version should be `4.0.0-alpha-3`, but how are snapshots taken into account ?



-- 
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