First I check out svn https://mybatis.googlecode.com/svn/trunk to mybatis project. I´m actually trying setup a new development environment, using Apache Maven 3.0.1 and java version "1.6.0_23" When trying to build mybatis source projects within maven 3.0 . I´m getting: Project build error: Non-resolvable parent POM xxxxx for xxxmyProjectxxxxx: Failed to [FATAL] Non-resolvable parent POM: Failure to find org.mybatis:mybatis-parent:pom:14-SNAPSHOT in http://192.168.1.224:8081/nexus/content/groups/public was cachd in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 22, column 11
[ERROR] The project org.mybatis:mybatis:3.1.0-SNAPSHOT (E:\Source_Infomation\mybatis\pom.xml) has 1 error [ERROR] Non-resolvable parent POM: Failure to find org.mybatis:mybatis-parent:pom:14-SNAPSHOT in http:192.168.1.224:8081/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced and 'parent.relativePath' any idea ?