You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/11/01 14:19:58 UTC

svn commit: r709688 - /maven/site/trunk/src/site/apt/guides/mini/guide-attached-tests.apt

Author: bentmann
Date: Sat Nov  1 06:19:58 2008
New Revision: 709688

URL: http://svn.apache.org/viewvc?rev=709688&view=rev
Log:
o Fixed documentation about test JAR reusage (see also MNG-2045)
  As per MJAR-75, the JAR Plugin attaches the test JAR with the artifact type "test-jar". Furthermore, the fix for MNG-2877 matches dependencies strictly via their conflict id which includes the artifact type.

Modified:
    maven/site/trunk/src/site/apt/guides/mini/guide-attached-tests.apt

Modified: maven/site/trunk/src/site/apt/guides/mini/guide-attached-tests.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/mini/guide-attached-tests.apt?rev=709688&r1=709687&r2=709688&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/mini/guide-attached-tests.apt (original)
+++ maven/site/trunk/src/site/apt/guides/mini/guide-attached-tests.apt Sat Nov  1 06:19:58 2008
@@ -72,7 +72,7 @@
       <groupId>com.myco.app</groupId>
       <artifactId>foo</artifactId>
       <version>1.0-SNAPSHOT</version>
-      <classifier>tests</classifier>
+      <type>test-jar</type>
       <scope>test</scope>
     </dependency>
   </dependencies>