Remove "stage". Every dependency is in central, so we don't need anymore the stage folder. (JSPF-86)

git-svn-id: https://svn.apache.org/repos/asf/james/jspf/trunk@952777 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/BUILDING.txt b/BUILDING.txt
index 29be9ae..e364d02 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -7,24 +7,18 @@
 
 Steps:
 
-1) Install maven2 (v2.0.9 as of the time of this writing)
+1) Install maven2 (v2.2.1 as of the time of this writing)
 
 2) Add maven2 to your path.  For me, I do the following:
-   $ tar zxvf maven-2.0.9.tar.gz
-   $ mv maven-2.0.9 /usr/local
-   $ ln -sf /usr/local/maven-2.0.9/bin/mvn /usr/local/bin/mvn
+   $ tar zxvf maven-2.2.1.tar.gz
+   $ mv maven-2.2.1 /usr/local
+   $ ln -sf /usr/local/maven-2.2.1/bin/mvn /usr/local/bin/mvn
 
-3) [offline build support] Change directory to jspf/stage dir
-   $ cd jspf-x/stage
-
-4) [offline build support] Locally install preprequisite dependencies
-   $ mvn -Plocal compile
-
-5) Change directory to jspf source dir
+3) Change directory to jspf source dir
    $ cd jspf-x/
    
-6) Run the build (the "-Plocal" restrict maven to use bundled dependencies)
-   $ mvn -Plocal package
+4) Run the build
+   $ mvn package
 
 That's it.  Please contact server-dev@james.apache.org if you have any
 problems.
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index c1595bf..441a8aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,10 +44,6 @@
   <packaging>pom</packaging>
   
   <modules>
-    <!-- The stage module contains dependencies for this product -->
-    <!-- It make sure dependencies needed by other modules are   -->
-    <!-- resolved/installed in the repository                    -->
-    <module>stage</module> 
     <module>tester</module>
     <module>resolver</module>
     <module>assemble</module>
@@ -73,7 +69,7 @@
         </plugin>
         <plugin>
           <artifactId>maven-site-plugin</artifactId>
-          <version>2.0-beta-7</version>
+          <version>2.1</version>
         </plugin>
         <plugin>
           <artifactId>maven-javadoc-plugin</artifactId>
@@ -168,7 +164,7 @@
 	    </dependency>
 	    <dependency>
           <groupId>net.java.dev</groupId>
-          <artifactId>jvyaml</artifactId>
+	      <artifactId>jvyaml</artifactId>
 	      <version>0.2.1</version>
 	    </dependency>
 	    <dependency>