Oops sorry,

Here is what I get for 

                <dependency>
                        <groupId>nokia</groupId>
                        <artifactId>mmsdriver</artifactId>
                        <version>1.5</version>
                        <type>jar</type>                
                </dependency> 


Downloading: file://J:/maven/repository//nokia/poms/mmsdriver-1.5.pom
[WARNING] Unable to get resource from repository J Drive
(file://J:/maven/repository/)
Downloading: http://www.ibiblio.org/maven//nokia/poms/mmsdriver-1.5.pom
[WARNING] Unable to get resource from repository ibiblio
(http://www.ibiblio.org/maven/)
Downloading:
http://10.4.0.249/maven/repository//nokia/poms/mmsdriver-1.5.pom
[INFO]
----------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
----------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: nokia:mmsdriver

Reason: Error getting POM for 'nokia:mmsdriver' from the repository: Error
transferring file
  nokia:mmsdriver:1.5:pom

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  ibiblio (http://www.ibiblio.org/maven/),
  10.4.0.249 (http://10.4.0.249/maven/repository/),
  J Drive (file://J:/maven/repository/)



[INFO]
----------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
----------------------------------------------------------------------------
[INFO] Total time: 23 seconds
[INFO] Finished at: Mon Nov 14 13:41:01 EST 2005
[INFO] Final Memory: 3M/6M
[INFO]
----------------------------------------------------------------------------

-----Original Message-----
From: Brett Porter [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 14, 2005 1:24 PM
To: Maven Users List
Subject: Re: M1 to M2 repository problem

No, that's not what I mean.

You keep saying /jar instead of /jars which you originally said. It sohuld
be /jars. Are you using a working m1 repository?

Can you post the actual error you get?

- Brett

On 11/14/05, Ashley Hurkoo <[EMAIL PROTECTED]> wrote:
> Ok, I have created a dummy pom. M2 is only downloading the dummy pom 
> and nothing else. But I still cannot download the jars, it keeps 
> looking for the file with the pom extension under /poms instead of the 
> downloading jar extension under /jar. Do you mean that I cannot download
jars at all in M2?
>
> -----Original Message-----
> From: Brett Porter [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 14, 2005 1:08 PM
> To: Maven Users List
> Subject: Re: M1 to M2 repository problem
>
> Right. It will be fixed in 2.0.1 and the workaround is to create a 
> dummy pom.
>
> On 11/14/05, Ashley Hurkoo <[EMAIL PROTECTED]> wrote:
> > I am using the legacy layout but I do not want to get the pom at all.
> >
> > This is what I am trying to do:
> >
> >
> > --------------------
> > <dependency>
> > <groupId>webraska</groupId>
> > <artifactId>sgp-ols</artifactId>
> > <version>3.0.4</version>
> > <type>jar</type>
> > </dependency>
> >
> > --------------------
> >
> > This is what it does: mvn install
> >
> > Downloading:
> > file://J:/maven/repository//webraska/poms/sgp-ols-3.0.4.pom
> > [WARNING] Unable to get resource from repository J Drive
> > (file://J:/maven/repository/)
> >
> >
> > I want it to download from:
> >
> >  file://J:/maven/repository//webraska/jar/sgp-ols-3.0.4.jar
> >
> >
> >
> > -----Original Message-----
> > From: Brett Porter [mailto:[EMAIL PROTECTED]
> > Sent: Monday, November 14, 2005 12:42 PM
> > To: Maven Users List
> > Subject: Re: M1 to M2 repository problem
> >
> > I assume you are already using the legacy layout and just want to 
> > ignore the missing poms. This is a bug that will be addressed in 
> > 2.0.1
> > - the only workaround is to create a dummy pom file.
> >
> > - Brett
> >
> > On 11/14/05, Ashley Hurkoo <[EMAIL PROTECTED]> wrote:
> > > In M1 I usually used the repository path to be 
> > > http://www.ibiblio.org/maven
> > >
> > > Then m1 would get the jars(e.g.) from 
> > > http://www.ibiblio.org/maven/ant-contrib/jars/
> > >
> > > I still want to keep the same path for M2 and I am still using jar 
> > > not
> > pom.
> > >
> > > Everytime I run mvn install, M2 downloads stuff from 
> > > http://www.ibiblio.org/maven/ant-contrib/pom/ and looking For 
> > > files using the pom extension. I still want it to look for jars in 
> > > http://www.ibiblio.org/maven/ant-contrib/jars/ .
> > >
> > > How do I do that?
> > >
> > > Thanks
> > >
> > >
> >
> > --------------------------------------------------------------------
> > - To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> > --------------------------------------------------------------------
> > - To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to