wso2 - issue running mvn eclipse:eclipse on platform tag 4.0.3 -


i have checked out platform 4.0.3 tag, , have hit issue secverifier when running mvn eclipse:eclipse.

i've cleaned maven cache secverifier:

rm -rf %userprofile%\.m2\repository\org\wso2\carbon\secverifier rm -rf %userprofile%\.m2\repository\org\wso2\carbon\integration 

then tried mvn eclipse:clean eclipse:eclipse:

c:\wso2\src\wso2carbon_platform_tags_403>mvn eclipse:clean eclipse:eclipse [info] scanning projects... [error] build not read 1 project -> [help 1] [error] [error]   project org.wso2.carbon:secverifier:4.0.0 (c:\wso2\src\wso2carbon_platform_tags_403\products\integration\security-verifier\pom.xml) has 1 error [error]     non-resolvable parent pom: failure find org.wso2.carbon:integration:pom:4.0.0 in http://repo.maven.apache.org/maven2 cached in local repository, resolution not reattempted until update interval of central has elapsed or updates forced , 'parent.relativepath' points @ wrong local pom @ line 22, column 13 -> [help 2] 

i found jira: link, , applied fix. similar error:

[error]   project org.wso2.carbon:secverifier:4.0.0 ... has 1 error ... [error]     non-resolvable parent pom: not find artifact    org.wso2.carbon:integration:pom:4.0.0 in central (http://repo.maven.apache.org/maven2) ,  'parent.relativepath' points @ wrong local pom @ line 22, column 13 -> [help 2] 

any ideas?

according error log maven cannot find parent pom.xml file since unavailable on given location. can check checkout code , figure out actual location , set relative path correctly. need work correctly due changes done users builds can break.

hope might you.

thanks.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -