From a0e590a119aba15655058a3aa529e5d91b0d3cf4 Mon Sep 17 00:00:00 2001 From: Steven Rowe Date: Wed, 30 May 2012 15:53:04 +0000 Subject: [PATCH] fix typo git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1344314 13f79535-47bb-0310-9956-ffa450edef68 --- dev-tools/maven/README.maven | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tools/maven/README.maven b/dev-tools/maven/README.maven index 644dcdefe12..6c1c9c2cfe5 100644 --- a/dev-tools/maven/README.maven +++ b/dev-tools/maven/README.maven @@ -106,7 +106,7 @@ D. How to use Maven to build Lucene/Solr 4. To remove the maven-build/ directory and its contents, use the following command from the top-level directory: - and clean-maven-build + ant clean-maven-build Some example Maven commands you can use after you perform the above