Hi everyone, Using the latest version of Artifactory, just setup and running smoothly.
I have a virtual "internet-repo" which includes the default java.net M1 and M2 repos included with Artifactory. I'm getting this message when Maven attempts to resolve this dependency: Downloading: http://10.10.10.157:8081/artifactory/internet-repo/com/sun/xml/ws/jaxws-rt/2.1.7/jaxws-rt-2.1.7.pom [INFO] Unable to find resource 'com.sun.xml.ws:jaxws-rt:pom:2.1.7' in repository central (http://10.10.10.157:8081/artifactory/internet-repo) The dependency is: <dependency> <groupId>com.sun.xml.ws</groupId> <artifactId>jaxws-rt</artifactId> <version>2.1.7</version> <scope>compile</scope> </dependency> Is there a way I can see what steps Artifactory is taking when responding to this requests? I have verified that the dependency exists at java.net: http://download.java.net/maven/1/com.sun.xml.ws/poms/jaxws-rt-2.1.7.pom Any help is appreciated, thanks! Rob -- View this message in context: http://www.nabble.com/Not-resolving-java.net-jaxws-rt-dependency-tp25967884p25967884.html Sent from the Artifactory-Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
