Hi,

I cannot build
https://svn.wso2.org/repos/wso2/carbon/platform/branches/4.1.0/dependencies/orbit/juddi/3.1.5-wso2v1as
it gives the below error:

The project org.apache.juddi.wso2:juddi:3.1.5.wso2v1
(/home/punnadi/wso2/source/platform/4.1.0/dependencies/orbit/juddi/3.1.5-wso2v1/pom.xml)
has 1 error
[ERROR]     Non-resolvable parent POM: Could not find artifact
org.wso2.carbon:carbon-dependents:pom:4.1.0 in central (
http://repo.maven.apache.org/maven2) and 'parent.relativePath' points at
wrong local POM @ line 22, column 13 -> [Help 2]

I was able to correct it by replacing the below changes:

 <parent>
        <groupId>org.wso2.carbon</groupId>
        <artifactId>carbon-dependents</artifactId>
        <version>4.1.0</version>
        <relativePath>../../../pom.xml</relativePath>
     </parent>

-- 
Thanks and Regards,

Punnadi Gunarathna
Senior Software Engineer, WSO2, Inc.; http://wso2.com <http://wso2>
email: [email protected] <[email protected]>

 <http://lalajisureshika.blogspot.com/>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to