Hi,
I have a Maven1 project  that needs artifacts that resides in a standard Maven2 
(remote) repo, is it possible to have a m2 -> m1 "bridge" in Artifactory 3.0.3 
OSS?

For example, I've created a virtual repository that only referes to a single 
maven2 remote repo (spring-release) and uses maven-1-default as  local 
repository layout.
I've added the dependency:
<dependency>
    <groupId>org.springframework.aws</groupId>
    <artifactId>spring-aws-maven</artifactId>
    <version>1.2.2</version>
    <type>jar</type>
</dependency>

But Maven can not resolve this dependency when I run "maven build".


According to  
http://www.jfrog.com/confluence/display/RTF/Repository+Layouts#RepositoryLayouts-repoConfig
 :

Request path translation is not made and requests pass through to nested 
repositories with their original path in any of the following scenarios:

  *   No module information can be constructed
  *   The virtual module information cannot be mapped to a nested repository 
(missing fields on one of the side)
  *   The virtual repository or the nested repository are not configured with a 
layout

How can I know that module information can be constructed?
As far as I understand I'm not using any nested repository in my example, or am 
I ?
The remote repository is configured to use maven-2-default layout and my 
virtual repository is configured to use maven-1-default layout.

Have I missed something or do I need the Pro add-on?

I'm running my Artifactory standalone with default settings (only added my 
virtual repo).

Cheers!
Joran
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to