Submitted By: Mark Hobson



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329584 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2005-10-30 16:04:20 +00:00
parent 1a591d55b8
commit fc58444603

View File

@ -60,7 +60,7 @@ mvn deploy
* Using the attached test JAR
In order to use the attached test JAR that was created above you simply specify a dependency on the main
artifact with a specified type of <<<tests>>>:
artifact with a specified type of <<<test-jar>>>:
+----+
@ -71,7 +71,7 @@ mvn deploy
<groupId>com.myco.app</groupId>
<artifactId>foo</artifactId>
<version>1.0-SNAPSHOT</version>
<type>tests</type>
<type>test-jar</type>
</dependency>
</depdendnecies>
...