adding generate-maven-artifacts to ant usage

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686002 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2008-08-14 19:28:12 +00:00
parent 3371a86c2b
commit 67dc258519
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@
<echo message="Use 'ant compile' to compile the source code." /> <echo message="Use 'ant compile' to compile the source code." />
<echo message="Use 'ant dist' to build the project WAR and JAR files." /> <echo message="Use 'ant dist' to build the project WAR and JAR files." />
<echo message="Use 'ant package' to build a .zip and .tgz for distribution." /> <echo message="Use 'ant package' to build a .zip and .tgz for distribution." />
<echo message="Use 'ant generate-maven-artifacts' to generate maven artifacts." />
<echo message="Use 'ant test' to run unit tests." /> <echo message="Use 'ant test' to run unit tests." />
</target> </target>