I'am running archive 1.0 beta2. when i run a db update I get this error :
17688224 [SocketListener0-5] WARN org.apache.maven.archiva.consumers.DatabaseUnprocessedArtifactConsumer:update-db-project - Project Model groupId = 'com.netceler.iv' artifactId = 'com.netceler.iv.spring' version = '0.2' artifactId: com.netceler.iv.spring does not match the pom file's artifactId: com.netceler.iv.boot Here is what I have in my disk : [EMAIL PROTECTED]:mavenrepositories/repositories/internal/com/netceler/iv/com.netceler.iv.spring/0.2# cat maven-metadata.xml <?xml version="1.0" encoding="UTF-8"?> <metadata> <groupId>com.netceler.iv</groupId> <artifactId>com.netceler.iv.spring</artifactId> <version>0.2</version> </metadata> [EMAIL PROTECTED]:mavenrepositories/repositories/internal/com/netceler/iv/com.netceler.iv.spring/0.2# cat com.netceler.iv.spring-0.2.pom <?xml version="1.0"?> <project 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/maven-v4_0_0.xsd"> <parent> <groupId>com.netceler.iv</groupId> <artifactId>com.netceler.iv</artifactId> <version>0.2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>com.netceler.iv.spring</artifactId> <name>com.netceler.iv.spring</name> .... </project> I have a parent artifact named com.netceler.iv in version 0.2, and many modules like com.netceler.iv What is the meaning of this error? Thx, -- Julien Graglia [EMAIL PROTECTED]