You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sc...@geronimo.apache.org on 2004/11/05 06:35:15 UTC

[Apache Geronimo Wiki] Updated: MavenMaintenance

   Date: 2004-11-04T21:35:15
   Editor: AaronMulder <am...@alumni.princeton.edu>
   Wiki: Apache Geronimo Wiki
   Page: MavenMaintenance
   URL: http://wiki.apache.org/geronimo/MavenMaintenance

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -1,11 +1,5 @@
 = Maven Maintenance =
 
-Geronimo uses a number of maven repositories to load the libraries it depends on.  We hope to reduce this number in the future, but for now there's too much bleeding edge stuff that's not yet living in a stable repository.  The current list of repositories used is in geronimo/project.properties
+Geronimo provides its libraries through a public Maven repository for other packages that depend on Geronimo (for example, ActiveMQ and TranQL).
 
-Geronimo also provides its libraries through a public Maven repository for other packages that depend on Geronimo (for example, ActiveMQ and TranQL).  The most bleeding-edge of those is:
-
-http://cvs.apache.org/repository
-
-Any Geronimo committer should be able to update the packages in that location.
-
-Other repositories (such as http://www.apache.org/dist/java-repository/) have less current Geronimo packages, because the Geronimo committers cannot directly update the packages stored there.
+To update the libraries there, run a full build (preferred: {{{maven m:rebuild-all}}}) and then run {{{maven -o jar:deploy}}}