> -----Original Message-----
> From: Mohni, Daniel [mailto:[EMAIL PROTECTED] 
> Sent: 17 November 2006 12:59
> To: archiva-users@maven.apache.org
> Subject: RE: Archive Repository
> 
> just a stupid remark...
> 
> Tomcat default Port is 8080 and not 9091 
 
That is because I changed the tomcat port (as I can do ), especially if
I working
on a managed server shared with other people!

> and depending how you deployed the webapp, you will get
> 
> http://localhost:8080/archiva/ ....
> 
> at first startup you have to setup the administrator as usualy...
>

I can see the contents of listing of the Archiva view
e.g.
http://sldn0868dap.ldn.swissbank.com:9091/archiva/repository/PETER_PILGR
IM/ant/ant/1.6.5/

This displays
Collection: /ant/ant/1.6.5/

    * ant/ (Parent)

    * ant-1.6.5.jar
    * ant-1.6.5.jar.md5
    * ant-1.6.5.jar.sha1
    * ant-1.6.5.pom
    * ant-1.6.5.pom.md5
    * ant-1.6.5.pom.sha1

That clearly works successfully, and If I download `ant-1.6.5.jar' then
Archiva
does the right thing.

What cannot figure out is how to get Maven to see it with
~/.m2/setting.xml. I have gone
for the simplest thing that I can see.   e.g.

<settings xmlns="http://maven.apache.org/POM/4.0.0";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
                      http://maven.apache.org/xsd/settings-1.0.0.xsd";>
  <interactiveMode/>
  <usePluginRegistry/>
  <offline/>
  <pluginGroups/>
  <servers/>

  <mirrors>
    <mirror>
      <id>Archiva</id>
      <mirrorOf>central</mirrorOf>
      <name>Archiva mirrored central.</name>
 
<url>http://sldn0868dap.ldn.swissbank.com:9091/archiva/repository/PETER_
PILGRIM</url>
    </mirror>
  </mirrors>

  <proxies/>
  <profiles/>
  <activeProfiles/>
</settings>

What else do I need to get it to work?

TIA

 
--
Peter Pilgrim
UBS Investment Bank, 
PTS Portal / IT FIRC OPS LDN,
100 Liverpool Street, London EC2M 2RH, United Kingdom
+44 (0) 20 75 75692
:: Java EE / E-Commerce / Enterprise Integration / Development ::
 

Visit our website at http://www.ubs.com

This message contains confidential information and is intended only
for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses.  The sender therefore
does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission.  If
verification is required please request a hard-copy version.  This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities or
related financial instruments.

Reply via email to