Hi list,

I have clone git james server from github

When i have import project into Eclipse the pom.xml in james-server projet
is wrong with:

Unable to find resource
'org.apache.james:james-server-root:pom:1.6-SNAPSHOT'

on http://mvnrepository.com/artifact/org.apache.james/james-server-root they
are only 1.5 version

so i have modified the pom.xml like this:

<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>
    <artifactId>james-server-root</artifactId>
    <groupId>org.apache.james</groupId>
    <version>1.5</version>
  </parent>
... ...

Reply via email to