|
From: Yoav L. <yla...@gm...> - 2007-04-03 13:23:17
|
Sounds like a nice feature. Self-centric dependencies that contain their own repositories outside a profile definition are always a problem. Artifactory's focus is on acting as a fully managed cache/proxy, so instead of providing a solution by simply redirecting directly to an alternative URL, one should be able to configure it to go to a predefined repository alias. That would be a good addition. Do you mind opening a JIRA request? I might have missed the last point, but Artifactory already supports going through an authenticating proxy on behalf of users (including NTLM proxies). On 4/3/07, Jorg Heymans <jor...@gm...> wrote: > > Hi, > > DSMP [1] implements a way to transparently "redirect" maven clients to a > different repository. This is really handy for artifacts that specify > repositories in their pom.xml : > > <repositories> > <repository> > <id>apache.snapshots</id> > <name>Apache Maven Repository (Snapshots and Test Builds)</name> > <url> > http://people.apache.org/maven-snapshot-repository</url> > <releases><enabled>true</enabled></releases> > <snapshots><enabled>true</enabled></snapshots> > > </repository> > <repository> > <id>java.net</id> > <name>java.net Maven 1 Repository</name> > > <url>https://maven-repository.dev.java.net/nonav/repository</url> > <layout>legacy</layout> > </repository> > > </repositories> > > For this, one only needs to specify dsmp as a proxy in settings.xml. > Server side configuration then redirects the server url to either a > different local or remote repository. This is really handy in corporate > intranets where authenticating proxies would require maven to have a > hardcoded proxy username/password in settings.xml. > > I was wondering if Artifactory is planning to implement a similar feature > ? > > Thanks, > Jorg > > [1] http://www.pdark.de/dsmp/usage.html > > ------------------------------------------------------------------------- > 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 > > |