Thanks for the reply. The pom.xml is having all the dependencies since Maven
downloaded all the jars into the repository using the same pom.xml. Is there
anything else which I might be missing?  


Wayne Fay wrote:
> 
> It is not merely sufficient to have the artifacts you need in your
> project available in the repo. You must also add <dependencies> in
> your pom.xml file for each of the artifacts so they are brought in at
> compile-time and available in the classpath.
> 
> Looking at the messages below, it seems like you need to add a
> dependency on acegi and one on commons-lang. Use www.mvnrepository.com
> to find the proper <dependency> tag for your artifacts, and try
> building your project again.
> 
> Wayne
> 
> On Sun, May 18, 2008 at 10:49 AM, NinaBinde <[EMAIL PROTECTED]>
> wrote:
>>
> 
>> C:\Dev\psi\src\main\java\com\puffy\psi\model\article\AuthenticationProcessingFilterEntryPoint.java:[6,25]
>> package org.acegisecurity does not exist
>>
>> C:\Dev\psi\src\main\java\com\puffy\psi\model\article\AuthenticationProcessingFilterEntryPoint.java:[7,31]
>> package org.apache.commons.lang does not exist
>>
>> C:\Dev\psi\src\main\java\com\puffy\psi\model\article\AuthenticationProcessingFilterEntryPoint.java:[15,89]
>> package org.acegisecurity.ui.webapp does not exist
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Maven-not-recognising-the-local-repository-tp17298929p17304299.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]

Reply via email to