Scarab commit: svn commit: r11292 - trunk/www/repository/README.txt
[email protected] Thu, 19 Jul 2012 06:17:06 -0700 (PDT)
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jhoech Date: 2012-07-19 06:17:06-0700 New Revision: 11292 Modified: trunk/www/repository/README.txt Log: README updated for current maven build and repository hints. Modified: trunk/www/repository/README.txt Url: http://scarab.tigris.org/source/browse/scarab/trunk/www/repository/README.txt?view=diff&pathrev=11292&r1=11291&r2=11292 ============================================================================== --- trunk/www/repository/README.txt (original) +++ trunk/www/repository/README.txt 2012-07-19 06:17:06-0700 @@ -15,10 +15,10 @@ These libraries are critical to the basic Scarab functionality and are required additionally to official Maven respositories. -Please install the versions you get from this directory (www/repository) -into your local maven repository first. +Please install the versions of this special jars into your local repository, +except the ones from Scarab's local repository, which will be taken directly from there. -* fulcrum*.jar +* fulcrum*.jar (Scarab's repository) Singleton Services framework. Part of the Jakarta Turbine Project. Some parts of it were patched for Scarab. This is why you get it @@ -26,7 +26,7 @@ http://jakarta.apache.org/turbine/ -* turbine*.jar +* turbine*.jar (Scarab's repository) Turbine 3 is our webapp framework. This was patched for Scarab. @@ -38,5 +38,30 @@ but you may need this dependency as well. Download it from: http://java.sun.com/products/jndi/downloads/ - + + +Repositories +============== +You may want to include + + <repositories> + <repository> + <id>maven2-repository.dev.java.net</id> + <name>Java.net Repository for Maven</name> + <url>http://download.java.net/maven/2/</url> + <layout>default</layout> + </repository> + </repositories> + +into your maven build, too, to support Sun's special jars, e.g.: jdbc-stdext. + + +HINT +============== + +Install any artifact manager like Artifactory or Nexus. +This will ease the task of development. See: + +-> http://www.jfrog.com/home/v_artifactory_opensource_overview +-> http://www.sonatype.org/nexus/ ------------------------------------------------------ http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2991726