Hi I am getting this build failure at kernal

wdfdo1986@wdfdo1986-ThinkPad-T530:~/Source_Code/kernel/4.2.0$ oncleannotest
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR]   The project org.wso2.carbon:SecVerifier:4.2.0
(/home/wdfdo1986/Source_Code/kernel/4.2.0/distribution/integration/security-verifier/pom.xml)
has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find
org.wso2.carbon:carbon-products:pom:4.2.0 in
http://repo.maven.apache.org/maven2 was cached in the local repository,
resolution will not be reattempted until the update interval of central has
elapsed or updates are forced and 'parent.relativePath' points at wrong
local POM @ line 22, column 13 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2]
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

I edited the security-verifier pom's parent details as follows to make the
build work
    <parent>
        <groupId>org.wso2.carbon</groupId>
        <artifactId>integration</artifactId>
        <version>4.2.0</version>
        <relativePath>../pom.xml</relativePath>
    </parent>


Thanks & Regards
Danushka Fernando
Software Engineer
WSO2 inc. http://wso2.com/
Mobile : +94716332729
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to