|
From: Baruch S. <ba...@jf...> - 2012-12-10 16:35:48
|
Hi Bill, Please see my answers inline. Hope that helps, Baruch. -- Developer Advocate JFrog Ltd www.jfrog.com +972544954353 @jbaruch On Mon, Dec 10, 2012 at 5:52 PM, spacegoose <spa...@gm...> wrote: > We use svn and have a maven project where the pom.xml file calls on > external > repos. Checking out our code checks out the pom.xml. > > >From my understanding, I can use Artifactory to mirror external repos, and > alter our pom.xml to call on our local Artifactory repo instead of the > external repos? > > If this is accurate, can someone point me to instructions to setup the > local > Artifactory mirror, and convert our current pom.xml into a local > Artifactory > calling one? > You can mirror all the external repositories with Artifactory by using "mirror-any" feature of maven's settings.xml<http://wiki.jfrog.org/confluence/display/RTF/Configuring+Artifacts+Resolution#ConfiguringArtifactsResolution-Additional%22Mirror-any%22Setup>although we recommend against it. Configuring virtual repository with poms cleanup<http://wiki.jfrog.org/confluence/display/RTF/Virtual+Repositories#VirtualRepositories-pomcleanup>is the preferred way to ensure Artifactory is your sole artifacts provider. > > Additionally, I installed Artifactory to use MySQL. I think I read there > are > local filesystem (or even non-database) options? Is it easy to switch from > MySQL to a filesystem (or non-database) option? > We have two MySQL storage options - pure database (when the artifacts are stored as BLOBs in database) and filesystem-mysql (when the artifacts are stored on the disk, while the metadata and configuration are stored in the database). The procedure of changing the storage is described here<http://wiki.jfrog.org/confluence/display/RTF/Changing+the+Default+Storage> . > > Thanks, > Bill > > > > -- > View this message in context: > http://forums.jfrog.org/Artifactory-Mirror-External-Repo-MySQL-vs-Local-Filesytem-tp7578437.html > Sent from the Artifactory - Users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial > Remotely access PCs and mobile devices and provide instant support > Improve your efficiency, and focus on delivering more value-add services > Discover what IT Professionals Know. Rescue delivers > http://p.sf.net/sfu/logmein_12329d2d > _______________________________________________ > Artifactory-users mailing list > Art...@li... > https://lists.sourceforge.net/lists/listinfo/artifactory-users > |