Steve,

I was using Maven 2.0.4 before and after the strict checking started.
After looking into all the files, I saw one issue with the id in
settings.xml
Previous it was :
 <repositories>
                <repository>
                    <id>custom_name</id>
                    <name>Repository</name>
                    <url>URL</url>
                </repository>
            </repositories>

When I changed the id from some custom_name, to central, it started
working fine !

Thanks,
Niraj


-----Original Message-----
From: Steven Rowe [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 06, 2007 12:49 AM
To: Maven Users List
Subject: Re: Missing poms

Hi Niraj,

I can't claim to know what's going on, but until you provide Maven
version numbers for before and after the strict checking started
happening, I'm certain that no-one will be able to help.

Steve

Alok, Niraj wrote:
> Hi,
> 
> We found an issue where we had pom files missing from the remote
> repository but the jar files would still get downloaded to the local
.m2
> 
> Now we are seeing that the checks are stricter and if the pom is
> missing, the jar doesn't get downloaded. 
> 
> What could have changed ? 
> 
> Thanks,
> Niraj


---------------------------------------------------------------------
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