|
From: Frederic S. <fr...@jf...> - 2007-06-13 07:41:43
|
This is a standard issue with maven, and quite an annoying one. To solve this issue you have the following solutions: - Pure maven solution: Make sure all the maven plugins you use are declared in a parent pom.xml of yours and then fix all the versions. Hard work and never sure you covered all. - Use Artifactory in 2 stages (we are working on automating this with alias and promotion). This is the way to work when developers don't have internet access. Have one artifactory connected to internet and Ibiblio (Non secured Artifactory). Make some build against this artifactory that will fill up the ibiblio cache. Export the Ibiblio cache and reimport it into the internal Artifactory that does not have any remote repositories. - Created a new feature request http://www.jfrog.org/jira/browse/RTFACT-160for nice "Off line remote repository" Good luck. On 6/12/07, srinivas ramgopal <sk...@ya...> wrote: > > > Hi all, > > I am new to Artifactory. > > Artifactory seem to download stuff from ibiblio whenever a build is made > in > my application. > Thus sometimes the broken version of files are downloaded from ibiblio > which in turn breaks the build of my application. > > Is there a setting related to Artifactory to tell it to download from > ibiblio ONLY when I want to. > If so, which file of artifcatory needs to be changed. > > Thanks in advance for your valuable input. > > > > -- > View this message in context: > http://www.nabble.com/artifactory-newbie-question-tf3909597.html#a11085356 > Sent from the Artifactory-Users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Artifactory-users mailing list > Art...@li... > https://lists.sourceforge.net/lists/listinfo/artifactory-users > -- "CapsLock Key is like rear mirrors in BMW! Who needs them?" freddy33 |