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/11/14 10:19:34 UTC

[GitHub] [maven-site] fkleedorfer commented on a diff in pull request #311: Update guide-attached-tests.apt

fkleedorfer commented on code in PR #311:
URL: https://github.com/apache/maven-site/pull/311#discussion_r1021315130


##########
content/apt/guides/mini/guide-attached-tests.apt:
##########
@@ -90,14 +93,42 @@ mvn deploy
   <dependencies>
     <dependency>
       <groupId>com.myco.app</groupId>
-      <artifactId>foo</artifactId>
+      <artifactId>foo-core</artifactId>
       <version>1.0-SNAPSHOT</version>
       <classifier>tests</classifier>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
+    
+    <dependency>
+      <!-- 
+        only needed if the test provider is not correctly autodetected by surefire 
+        ... and you are using junit-jupiter (othewise, replace with your test framework)

Review Comment:
   ok



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