You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/20 09:27:44 UTC

[maven-ant-plugin] 35/48: o Fixed docs

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to annotated tag maven-ant-plugin-2.1
in repository https://gitbox.apache.org/repos/asf/maven-ant-plugin.git

commit 6e85328fad8c13f63a09e54594682a4dec876633
Author: Benjamin Bentmann <be...@apache.org>
AuthorDate: Sat Mar 22 23:00:47 2008 +0000

    o Fixed docs
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ant-plugin@640116 13f79535-47bb-0310-9956-ffa450edef68
---
 src/site/apt/examples/fail-missing-junit.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/apt/examples/fail-missing-junit.apt b/src/site/apt/examples/fail-missing-junit.apt
index 0521f50..f09460c 100644
--- a/src/site/apt/examples/fail-missing-junit.apt
+++ b/src/site/apt/examples/fail-missing-junit.apt
@@ -29,7 +29,7 @@ Failing the Build if JUnit is Missing
  The build scripts generated by the Ant Plugin require JUnit to run the unit tests. By default, the <<<build.xml>>> will
  only output a warning if JUnit was not found on the class path, i.e. the build simply continues without running the
  unit tests. If you rather want the build to fail in this case, you can easily customize the <<<build.xml>>> by
- overriding the target <<<junit-present>>>:
+ overriding the target <<<junit-missing>>>:
 
 +-----+
 <?xml version="1.0" encoding="UTF-8"?>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.