Dear All,
             I have an interesting case whereby I have an
artifact com.my.groupid:myartifact:0.44-SNAPSHOT which I have uploaded on my
organisation repo (Artifactory) using maven 3.x:


<dependency>
<groupId>com.my.groupid</groupId>
<artifactId>my.artifact</artifactId>
<version>0.44-SNAPSHOT</version>
<scope>import</scope>
<type>pom</type>
</dependency>

However when users who run maven 2.x (2.2.1) try to run a build where this a
pom dependency it seems that maven 2 is unable to resolve the uploaded maven
3 dependency.

Would any of you know why this is currently the case?

many thanks,
  Javed

Reply via email to