|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Not resolving java.net jaxws-rt dependencyHi 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 |
|
|
Re: Not resolving java.net jaxws-rt dependencySolved my own problem.
By default, the Java.net M1 repo has com.** excluded, which means it can't pull down a pretty significant chunk of stuff. Probably not the best default :-( Also, I wasn't able to find a resolution log, to see that Artifactory decided to block the request based on a rule match. Rob -------------------------------------------------- From: "Rob S." <rob@...> Sent: Monday, October 19, 2009 5:46 PM To: <artifactory-users@...> Subject: [Artifactory-users] Not resolving java.net jaxws-rt dependency > > 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 > Artifactory-users@... > https://lists.sourceforge.net/lists/listinfo/artifactory-users > ------------------------------------------------------------------------------ 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 Artifactory-users@... https://lists.sourceforge.net/lists/listinfo/artifactory-users |
|
|
Re: Not resolving java.net jaxws-rt dependencyHey Rob.
Thanks for this! We changed the default in 2.1.1 Tomer
|
| Free embeddable forum powered by Nabble | Forum Help |