Hi Wayne, you are right, running the purge corrupted my local repo in a way : $ ls ~/.m2/repository/javax/servlet/servlet-api/2.5/ _maven.repositories servlet-api-2.5.jar servlet-api-2.5.jar.lastUpdated servlet-api-2.5.jar.sha1
and if I run mvn clean install just after , everything gets back to normal. $ ls ~/.m2/repository/javax/servlet/servlet-api/2.5/ _maven.repositories servlet-api-2.5.jar.lastUpdated servlet-api-2.5.pom servlet-api-2.5.pom.sha1 servlet-api-2.5.jar servlet-api-2.5.jar.sha1 servlet-api-2.5.pom.lastUpdated updating the Jira, thanks Anthony On Mon, Jun 4, 2012 at 10:47 AM, Wayne Fay <[email protected]> wrote: >> [WARNING] Missing POM for javax.servlet:servlet-api:jar:2.5 >> [WARNING] Missing POM for >> net.dahanne.gallery:commons-gallery:jar:2.1.0-SNAPSHOT >> even though those 2 artifacts are existing in my local repo. > > Have you looked at the content of those pom files to ensure they > aren't corrupted? > > Wayne > > --------------------------------------------------------------------- > 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]
