Author: bago
Date: Tue Jun  8 19:13:28 2010
New Revision: 952777

URL: http://svn.apache.org/viewvc?rev=952777&view=rev
Log:
Remove "stage". Every dependency is in central, so we don't need anymore the 
stage folder. (JSPF-86)

Modified:
    james/jspf/trunk/BUILDING.txt
    james/jspf/trunk/pom.xml

Modified: james/jspf/trunk/BUILDING.txt
URL: 
http://svn.apache.org/viewvc/james/jspf/trunk/BUILDING.txt?rev=952777&r1=952776&r2=952777&view=diff
==============================================================================
--- james/jspf/trunk/BUILDING.txt (original)
+++ james/jspf/trunk/BUILDING.txt Tue Jun  8 19:13:28 2010
@@ -7,24 +7,18 @@ or a source tarball.
 
 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 [email protected] if you have any
 problems.
\ No newline at end of file

Modified: james/jspf/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/jspf/trunk/pom.xml?rev=952777&r1=952776&r2=952777&view=diff
==============================================================================
--- james/jspf/trunk/pom.xml (original)
+++ james/jspf/trunk/pom.xml Tue Jun  8 19:13:28 2010
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to