JSIEVE-67 Update build information
diff --git a/core/src/site/xdoc/start.xml b/core/src/site/xdoc/start.xml
index a448e50..ec527c5 100644
--- a/core/src/site/xdoc/start.xml
+++ b/core/src/site/xdoc/start.xml
@@ -114,8 +114,8 @@
             </subsection>
             <subsection name='Building jSieve'>
                 <p>
-                    jSieve uses <a href='http://ant.apache.org'>Ant</a>. <code>ant -projecthelp</code>
-                    describes appropriate targets. <code>ant</code> runs the default target.
+                    jSieve uses <a href='http://maven.apache.org'>maven</a>. <code>mvn clean install</code>
+                    compiles the jSieve project and install it.
                 </p>
             </subsection>
         </section>