Hi,
Do you have a mirror set up for your nexus so that maven knows to only use your
configured repository?
i.e. in your settings.xml
<mirrors>
<mirror>
<id>my-nexus-server</id>
<name>internal nexus</name>
<url>http://my-nexus-server/mirror-repository</url>
<mirrorOf>*</mirrorOf>
</mirror>
</mirrors>
Central is inherited from the maven super-pom, declaring your repo as mirroring
* makes it use it instead of any other configured <repository>
Adam
| Adam Mitchell | Java Software Architect | Tel: +44 (0)207 633 3570 | Mobile:
| Skype: | www.playtech.com
This communication contains information which is privileged and confidential
and is exclusively intended only for the individual or entity named above
(recipient(s)). If you are not the intended recipient(s) or the person
responsible for delivering it to the intended recipient(s), you are hereby
notified that any review, disclosure, dissemination, distribution or
reproduction of this communication message in any way or act is prohibited. If
you receive this communication by mistake please notify the sender immediately
and then destroy any copies of it. Please note that the sender monitors e-mails
sent or received. Thank you.
-----Original Message-----
From: sekaijin [mailto:[email protected]]
Sent: 17 May 2016 08:28
To: [email protected]
Subject: Re: mvn site [ERROR] Unable to determine if resource
Hi,
I use nexus. it contains all my artifacts and also the mirrors of the Internet
repostories.
my settings.xml reference only my nexus server.
for all maven commands, all except , maven use my Nexus server to download the
jar sources.jar tar.gz zip etc.
but when I execute maven tries to upload my artifacts from
repository.apache.org, mvnrepository.com, maven.java.net, etc.
it would not be a problem if it produced the site. but it puts enormously time
trying all internet repositories while I have no internet access. and
ultimately failed in creating the site after more than an hour.
A+JYT
--
View this message in context:
http://maven.40175.n5.nabble.com/mvn-site-ERROR-Unable-to-determine-if-resource-tp5868018p5868525.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]