|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Create index files with Artifactory?Hi,
i have just installed Artifactory and configred a virtual repository which hides several other repositories. I use the M2Eclipse plugin to develop projects inside of Eclipse. The plugin downloads the ...index.zip file from the hided http://repo1.maven.org/maven2 repository and gives the developer the ability to search for a artifact. Is it possible to create such an index file for my private-internal-repository? I found a tool called nexus-indexer. But it seems that this tool can only be used to build indexes from file based repository systems. Artifacory is a db based repository isnt it? regards Karsten |
|
|
Re: Create index files with Artifactory?Karsten
I filed an enhancement request to artifactory to add the m2eclipse indexer functionality to artifactory yesterday http://www.jfrog.org/jira/browse/RTFACT-390 Until then you should be able to create the index 'by hand' by running the Nexus indexer against the artifactory backup directories, the problem is getting the index persisted in the correct location 'within' artifactory. IE <repourl>/.index/ nexus-maven-repository-index.zip I haven't tested this out yet to see if it is possible with artifactory directly, or if it would need to be done by adding appropriate JCR items using the artifactory code. That said, the indexes _can_ be put in another location, eg on another 'normal' web server, and the m2eclipse can be directed to use that location for the indexes. Thus it would be possible use the manually created indexes, just a pain to maintain. Martin -----Original Message----- From: artifactory-users-bounces@... [mailto:artifactory-users-bounces@...] On Behalf Of kg007 Sent: Wednesday, May 14, 2008 11:26 PM To: artifactory-users@... Subject: [Artifactory-users] Create index files with Artifactory? Hi, i have just installed Artifactory and configred a virtual repository which hides several other repository. I use the M2Eclipse plugin to develop project inside of Eclipse. The plugin downloads the index.zip files from the hided http://repo1.maven.org/maven2 repository and gives the developer the ability to search for a artifact. Is it possible to create such an index file for my private-internal-repository? I found a tool called nexus-indexer. But it seems that this tool can only be used to build indexes from file based repository systems. Artifacory is a db based repository isnt it? regards Karsten -- View this message in context: http://www.nabble.com/Create-index-files-with-Artifactory--tp17246786p17246786.html Sent from the Artifactory-Users mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Artifactory-users mailing list Artifactory-users@... https://lists.sourceforge.net/lists/listinfo/artifactory-users ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Artifactory-users mailing list Artifactory-users@... https://lists.sourceforge.net/lists/listinfo/artifactory-users |
| Free Forum Powered by Nabble | Forum Help |