Hi,
On Tue, Oct 2, 2012 at 10:35 AM, Lakmali Baminiwatta <[email protected]>wrote: > Hi, > > Following error is thrown when building > org.wso2.carbon.identity.oauth.ui.feature in a clean-repo. > > [ERROR] Failed to execute goal on project > org.wso2.carbon.webapp.mgt.server.feature: Could not resolve dependencies > for project > org.wso2.carbon:org.wso2.carbon.webapp.mgt.server.feature:pom:4.0.2: Could > not find artifact org.wso2.carbon:org.wso2.carbon.webapp.deployer:jar:4.0.2 > in wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/) > -> [Help 3] > [ERROR] Failed to execute goal > org.wso2.maven:carbon-p2-plugin:1.5:p2-feature-gen > (4-p2-feature-generation) on project > org.wso2.carbon.identity.oauth.ui.feature: ERROR: Could not find artifact > org.wso2.carbon:org.wso2.carbon.webapp.mgt.server.feature:zip:4.0.2 in > wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/) > [ERROR] > [ERROR] Try downloading the file manually from the project website. > [ERROR] > [ERROR] Then, install it using the command: > [ERROR] mvn install:install-file -DgroupId=org.wso2.carbon > -DartifactId=org.wso2.carbon.webapp.mgt.server.feature -Dversion=4.0.2 > -Dpackaging=zip -Dfile=/path/to/file > [ERROR] > [ERROR] Alternatively, if you host your own repository you can deploy the > file there: > [ERROR] mvn deploy:deploy-file -DgroupId=org.wso2.carbon > -DartifactId=org.wso2.carbon.webapp.mgt.server.feature -Dversion=4.0.2 > -Dpackaging=zip -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > [ERROR] > [ERROR] > [ERROR] org.wso2.carbon:org.wso2.carbon.webapp.mgt.server.feature:zip:4.0.2 > [ERROR] > [ERROR] from the specified remote repositories: > [ERROR] wso2-nexus ( > http://maven.wso2.org/nexus/content/groups/wso2-public/, releases=true, > snapshots=true), > [ERROR] central (http://repo1.maven.org/maven2, releases=true, > snapshots=false) > [ERROR] -> [Help 4] > [ERROR] Failed to execute goal > org.wso2.maven:carbon-p2-plugin:1.5:p2-feature-gen (p2-feature-generation) > on project org.wso2.carbon.identity.scim.provider.feature: ERROR: Failure > to find org.wso2.carbon:org.wso2.carbon.webapp.mgt.server.feature:zip:4.0.2 > in http://maven.wso2.org/nexus/content/groups/wso2-public/ was cached in > the local repository, resolution will not be reattempted until the update > interval of wso2-nexus has elapsed or updates are forced > [ERROR] > [ERROR] Try downloading the file manually from the project website. > [ERROR] > [ERROR] Then, install it using the command: > [ERROR] mvn install:install-file -DgroupId=org.wso2.carbon > -DartifactId=org.wso2.carbon.webapp.mgt.server.feature -Dversion=4.0.2 > -Dpackaging=zip -Dfile=/path/to/file > [ERROR] > [ERROR] Alternatively, if you host your own repository you can deploy the > file there: > [ERROR] mvn deploy:deploy-file -DgroupId=org.wso2.carbon > -DartifactId=org.wso2.carbon.webapp.mgt.server.feature -Dversion=4.0.2 > -Dpackaging=zip -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > [ERROR] > [ERROR] > [ERROR] org.wso2.carbon:org.wso2.carbon.webapp.mgt.server.feature:zip:4.0.2 > > org.wso2.carbon.webapp.mgt.server.feature-4.0.2 has been successfully > built. But above error is thrown when building > org.wso2.carbon.identity.oauth.ui.feature. > > Please have a look. > This was due to org.wso2.carbon:org.wso2.carbon.webapp.deployer:jar:4.0.2 not getting build. So problem is not including webapp.deployer-4.0.2 to patch-release pom. Please add necessary modules to patch-release pom related to this. Thanks, Lakmali > > Thanks, > Lakmali > * *
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
