Updated Branches: refs/heads/master 535eb5232 -> 8d5137727
SUREFIRE-1034: I misread the code, and got the doc wrong. Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/8d513772 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/8d513772 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/8d513772 Branch: refs/heads/master Commit: 8d513772783ee29c9bed169d654025f8af717eaa Parents: 535eb52 Author: Benson Margulies <[email protected]> Authored: Mon Sep 16 09:45:19 2013 -0400 Committer: Benson Margulies <[email protected]> Committed: Mon Sep 16 09:45:19 2013 -0400 ---------------------------------------------------------------------- .../org/apache/maven/plugin/surefire/AbstractSurefireMojo.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/8d513772/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java ---------------------------------------------------------------------- diff --git a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java index 0fdc860..3e0c0c1 100644 --- a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java +++ b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java @@ -664,8 +664,7 @@ public abstract class AbstractSurefireMojo * The child elements of this element must be <dependency> elements, and the * contents of each of these elements must be a string which follows the format: * - * <i>groupId:artifactId</i>. For example: <i>org.acme:project-a</i> or - * <i>groupId:artifactId:classifier</i>. For example: <i>org.acme:project-a:classifier</i> + * <i>groupId:artifactId</i>. For example: <i>org.acme:project-a</i>. * * @since 2.15 */
