|
From: Frederic S. <fre...@gm...> - 2007-03-06 16:34:29
|
I updated the doc: http://www.jfrog.org/sites/artifactory/latest/firstImport.html On 3/6/07, Ryan, Scott D <sc...@al...> wrote: > > Import did the trick. Very cool feature. I was able to migrate my old > repository in only 10 minutes with hundreds of artifacts. > > > Scott D. Ryan > Senior Java Developer/Architect > Aurora Loan Services > 10350 Park Meadows Drive > Littleton, Co. 80124 > Office: (720) 945-5328 > Cell: (303) 263-3044 > sc...@al... > > > ------------------------------ > *From:* art...@li... [mailto: > art...@li...] *On Behalf Of *Frederic > Simon > *Sent:* Tuesday, March 06, 2007 8:33 AM > *To:* art...@li... > *Subject:* Re: [Artifactory-users] Cannot upload files larger than 10MB > > Did you try the Import screen (not deploy artifact but Import/Export), > that should be the fastest (it will load ALL artifacts in one click) if you > have a specific groupId for your artifacts. > > On 3/6/07, Ryan, Scott D <sc...@al...> wrote: > > > > Seems like a configurable option in the XML or some configuration file > > would be useful. Almost 90% of our artifacts are over 10MB so uploading > > them to populate them into the repo is going to be challenge. It seems > > valuable to be able to adjust the limit when populating the repo and then > > lowering it while in production. In the mean time I will take the > > suggestions in the mailing list and write a short scipt to populate the > > objects and see how that goes. We are migrating over from Archiva and have > > over 100 such artifacts I need to migrate to the new Artifactory repository. > > > > > > Scott D. Ryan > > Senior Java Developer/Architect > > > > > > ------------------------------ > > *From:* Yoav Landman [mailto:yla...@gm...] > > *Sent:* Monday, March 05, 2007 10:37 PM > > *To:* Ryan, Scott D > > *Cc:* art...@li... > > *Subject:* Re: [Artifactory-users] Cannot upload files larger than 10MB > > > > Currently it is hard coded and requires a recompile. I guess we can > > make it configurable for the next minor release if needed. > > > > Yoav > > > > On 3/6/07, Ryan, Scott D <sc...@al...> wrote: > > > > > > Is that configurable? I have a lot of artifacts I need to populate > > > into the repo and I don't want to write upload scripts for them all. I need > > > them as local artifacts as they are licensed software we own. If not then I > > > will find a work around. > > > > > > > > > Scott D. Ryan > > > Senior Java Developer/Architect > > > > > > > > > ------------------------------ > > > *From:* fre...@gm... [mailto: fre...@gm...] *On > > > Behalf Of *Frederic Simon > > > *Sent:* Monday, March 05, 2007 3:15 PM > > > *To:* Ryan, Scott D > > > *Cc:* art...@li... > > > *Subject:* Re: [Artifactory-users] Cannot upload files larger than > > > 10MB > > > > > > The 10MB limit is just on the web interface. > > > From maven itself you can use the webdav protocol which is behaves > > > better with large files (avoid a lot of OutOfMemory compare to http client). > > > We tested this configuration with files up to 300MB. > > > > > > You need in you plugin conf: > > > <extensions> > > > <extension> > > > <groupId>org.apache.maven.wagon</groupId> > > > <artifactId>wagon-webdav</artifactId> > > > <version>1.0-beta-2</version> > > > </extension> > > > </extensions> > > > > > > And the distribution managment: > > > <distributionManagement> > > > <repository> > > > <id>my-artifactory</id> > > > <url>dav:http://localhost:8080/artifactory/local-repo@repo > > > </url> > > > </repository> > > > </distributionManagement> > > > > > > We are also working on our own wagon to speed up some things, but it > > > is less performant and usable than webdav, so. > > > > > > On 3/6/07, Ryan, Scott D <sc...@al...> wrote: > > > > > > > > > > > > I am trying to push some of my artifacts into my new local > > > > repository > > > > and I get a message on the upload artifact page that my file cannot > > > > exceed 10MB. Many of my files exceed that limit and in fact most of > > > > the > > > > ear files I upload exceed that. Is there a way to configure this > > > > setting so that I can have larger artifacts? > > > > > > > > Scott D. Ryan > > > > Senior Java Developer/Architect > > > > Aurora Loan Services > > > > 10350 Park Meadows Drive > > > > Littleton, Co. 80124 > > > > Office: (720) 945-5328 > > > > Cell: (303) 263-3044 > > > > sc...@al... > > > > > > > > - - - - - - - - - - - - - - - - - - - - - - - - - - > > > > This message is intended only for the personal and confidential use > > > > of the designated recipient(s) named. If you are not the intended recipient > > > > of this message, you are hereby notified that any review, dissemination, > > > > distribution or copying of this message is strictly prohibited. This > > > > communication is for information purposes only and should not be regarded as > > > > an offer to sell or as a solicitation of an offer to buy any financial > > > > product, an official confirmation of any transaction, or as an official > > > > statement of Aurora Loan Services. Email transmission cannot be guaranteed > > > > to be secure or error-free. Therefore, we do not represent that this > > > > information is complete or accurate and it should not be relied upon as > > > > such. All information is subject to change without notice. > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > Take Surveys. Earn Cash. Influence the Future of IT > > > > Join SourceForge.net's Techsay panel and you'll get the chance to > > > > share your > > > > opinions on IT & business topics through brief surveys-and earn cash > > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > > > > > > _______________________________________________ > > > > Artifactory-users mailing list > > > > Art...@li... > > > > https://lists.sourceforge.net/lists/listinfo/artifactory-users > > > > > > > > > > > > > > > > -- > > > ------------------------ > > > Frederic Simon - Senior Architect > > > AlphaCSP Israel > > > Malam Group > > > Phone: +972 3 5312388 * Fax: +972 3 5312512 Mobile: +972 54 954301 > > > 13 Gosh Etzion St.,Givat Shmuel 54030, Israel > > > http://www.alphacsp.com/ http://www.malam.com/ > > > ------------------------ > > > - - - - - - - - - - - - - - - - - - - - - - - - - - This message is > > > intended only for the personal and confidential use of the designated > > > recipient(s) named. If you are not the intended recipient of this message, > > > you are hereby notified that any review, dissemination, distribution or > > > copying of this message is strictly prohibited. This communication is for > > > information purposes only and should not be regarded as an offer to sell or > > > as a solicitation of an offer to buy any financial product, an official > > > confirmation of any transaction, or as an official statement of Aurora Loan > > > Services. Email transmission cannot be guaranteed to be secure or > > > error-free. Therefore, we do not represent that this information is complete > > > or accurate and it should not be relied upon as such. All information is > > > subject to change without notice. > > > > > > ------------------------------------------------------------------------- > > > Take Surveys. Earn Cash. Influence the Future of IT > > > Join SourceForge.net's Techsay panel and you'll get the chance to > > > share your > > > opinions on IT & business topics through brief surveys-and earn cash > > > > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > _______________________________________________ > > > Artifactory-users mailing list > > > Art...@li... > > > https://lists.sourceforge.net/lists/listinfo/artifactory-users > > > > > > > > - - - - - - - - - - - - - - - - - - - - - - - - - - This message is > > intended only for the personal and confidential use of the designated > > recipient(s) named. If you are not the intended recipient of this message, > > you are hereby notified that any review, dissemination, distribution or > > copying of this message is strictly prohibited. This communication is for > > information purposes only and should not be regarded as an offer to sell or > > as a solicitation of an offer to buy any financial product, an official > > confirmation of any transaction, or as an official statement of Aurora Loan > > Services. Email transmission cannot be guaranteed to be secure or > > error-free. Therefore, we do not represent that this information is complete > > or accurate and it should not be relied upon as such. All information is > > subject to change without notice. > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > > your > > opinions on IT & business topics through brief surveys-and earn cash > > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Artifactory-users mailing list > > Art...@li... > > https://lists.sourceforge.net/lists/listinfo/artifactory-users > > > > > > > -- > ------------------------ > Frederic Simon - Senior Architect > AlphaCSP Israel > Malam Group > Phone: +972 3 5312388 * Fax: +972 3 5312512 Mobile: +972 54 954301 > 13 Gosh Etzion St.,Givat Shmuel 54030, Israel > http://www.alphacsp.com/ http://www.malam.com/ > ------------------------ > - - - - - - - - - - - - - - - - - - - - - - - - - - This message is > intended only for the personal and confidential use of the designated > recipient(s) named. If you are not the intended recipient of this message, > you are hereby notified that any review, dissemination, distribution or > copying of this message is strictly prohibited. This communication is for > information purposes only and should not be regarded as an offer to sell or > as a solicitation of an offer to buy any financial product, an official > confirmation of any transaction, or as an official statement of Aurora Loan > Services. Email transmission cannot be guaranteed to be secure or > error-free. Therefore, we do not represent that this information is complete > or accurate and it should not be relied upon as such. All information is > subject to change without notice. -- ------------------------ Frederic Simon - Senior Architect AlphaCSP Israel Malam Group Phone: +972 3 5312388 * Fax: +972 3 5312512 Mobile: +972 54 954301 13 Gosh Etzion St.,Givat Shmuel 54030, Israel http://www.alphacsp.com/ http://www.malam.com/ ------------------------ |