Scarab commit: svn commit: r11302 - trunk/www/repository/README.txt
[email protected] Thu, 19 Jul 2012 07:46:40 -0700 (PDT)
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jhoech
Date: 2012-07-19 07:46:39-0700
New Revision: 11302
Modified:
trunk/www/repository/README.txt
Log:
ENH - README adapted for the use of a local artifact manager.
Modified: trunk/www/repository/README.txt
Url: http://scarab.tigris.org/source/browse/scarab/trunk/www/repository/README.txt?view=diff&pathrev=11302&r1=11301&r2=11302
==============================================================================
--- trunk/www/repository/README.txt (original)
+++ trunk/www/repository/README.txt 2012-07-19 07:46:39-0700
@@ -39,10 +39,17 @@
http://java.sun.com/products/jndi/downloads/
-
-Repositories
-==============
-You may want to include
+
+ARTIFACT MANAGER
+==============
+
+Install any artifact manager like Artifactory or Nexus.
+This might ease the task of development. See:
+
+-> http://www.jfrog.com/home/v_artifactory_opensource_overview
+-> http://www.sonatype.org/nexus/
+
+Then you may want to include
<repositories>
<repository>
@@ -53,15 +60,7 @@
</repository>
</repositories>
-into your maven build, too, to support Sun's special jars, e.g.: jdbc-stdext.
-
-
-HINT
-==============
+into your maven repository, to support some of the Sun's special jars, e.g.: jdbc-stdext.
-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/
+You might have to upload all jars from the local www/repository, too.
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2991762