Hi all, It seems the following features are still not uploaded to nexus and had to be commented out from the chunk-08 p2-repo.
org.wso2.bps:org.wso2.stratos.bps.styles.feature:3.2.0 org.wso2.bps:org.wso2.stratos.bps.dashboard.ui.feature:3.2.0 org.wso2.bps:org.wso2.bps.samples.utils.feature:3.2.0 Can chunk-07 release manager or someone from BPS team look into this and upload the above artifacts please? Thanks, Lasantha On 1 April 2014 09:14, Malaka Silva <[email protected]> wrote: > Hi, > > It's deployed. > > Best Regards, > Malaka > > > On Thu, Mar 27, 2014 at 9:48 PM, Thilini Ishaka <[email protected]> wrote: > >> Hi Malaka, >> >> Yes, please move nested features too to nexus repo (for eg: [1]). Also >> make sure all the released features in chunk 07 are deployed to nexus repo. >> >> [1] >> http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/appserver/ >> >> Thanks >> Thilini >> >> >> On Thu, Mar 27, 2014 at 7:28 PM, Malaka Silva <[email protected]> wrote: >> >>> Do we need to add nested.category features to nexus repo? >>> >>> >>> On Thu, Mar 27, 2014 at 6:50 PM, Lalaji Sureshika <[email protected]>wrote: >>> >>>> Hi, >>>> >>>> When trying to create chunk -08 p2-repo ,I'm getting errors from >>>> chunk-07 features,due to below features are not uploaded to nexus repo. >>>> >>>> >>>> 1) org.wso2.bps:org.wso2.bps.bps-manager.nested.category.feature:zip:3.2.0 >>>> >>>> 2) org.wso2.esb:org.wso2.esb.esb-manager.nested.category.feature:zip:4.8.1 >>>> 3) org.wso2.bps:org.wso2.stratos.bps.styles.feature:zip:3.2.0 >>>> 4) org.wso2.stratos.bps.dashboard.ui.feature:3.2.0 >>>> 5) org.wso2.bps:org.wso2.bps.samples.utils.feature:zip:3.2.0 >>>> >>>> Can chunk 07 release manager verify building p2-repo in a clean repo >>>> and upload the above features to nexus repo? >>>> >>>> ----------------------------------------------------------------------------------------------------------------------------- >>>> Caused by: >>>> org.apache.maven.artifact.resolver.ArtifactNotFoundException: Failure to >>>> find >>>> org.wso2.bps:org.wso2.bps.bps-manager.nested.category.feature:zip:3.2.0 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 >>>> >>>> Try downloading the file manually from the project website. >>>> >>>> Then, install it using the command: >>>> mvn install:install-file -DgroupId=org.wso2.bps >>>> -DartifactId=org.wso2.bps.bps-manager.nested.category.feature >>>> -Dversion=3.2.0 -Dpackaging=zip -Dfile=/path/to/file >>>> >>>> Alternatively, if you host your own repository you can deploy the file >>>> there: >>>> mvn deploy:deploy-file -DgroupId=org.wso2.bps >>>> -DartifactId=org.wso2.bps.bps-manager.nested.category.feature >>>> -Dversion=3.2.0 -Dpackaging=zip -Dfile=/path/to/file -Durl=[url] >>>> -DrepositoryId=[id] >>>> >>>> >>>> >>>> org.wso2.bps:org.wso2.bps.bps-manager.nested.category.feature:zip:3.2.0 >>>> >>>> from the specified remote repositories: >>>> wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/, >>>> releases=true, snapshots=true), >>>> central (http://repo.maven.apache.org/maven2, releases=true, >>>> snapshots=false) >>>> >>>> at >>>> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:219) >>>> at >>>> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:157) >>>> at >>>> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:525) >>>> at >>>> org.wso2.maven.p2.generate.utils.MavenUtils.getResolvedArtifact(MavenUtils.java:39) >>>> ... 24 more >>>> Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: >>>> Failure to find >>>> org.wso2.bps:org.wso2.bps.bps-manager.nested.category.feature:zip:3.2.0 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 >>>> at >>>> org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538) >>>> at >>>> org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216) >>>> at >>>> org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:193) >>>> at >>>> org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveArtifact(DefaultRepositorySystem.java:286) >>>> at >>>> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:213) >>>> ... 27 more >>>> Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: >>>> Failure to find >>>> org.wso2.bps:org.wso2.bps.bps-manager.nested.category.feature:zip:3.2.0 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 >>>> at >>>> org.sonatype.aether.impl.internal.DefaultUpdateCheckManager.newException(DefaultUpdateCheckManager.java:230) >>>> at >>>> org.sonatype.aether.impl.internal.DefaultUpdateCheckManager.checkArtifact(DefaultUpdateCheckManager.java:204) >>>> at >>>> org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:427) >>>> ... 31 more >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> [INFO] BUILD FAILURE >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> [INFO] Total time: 2.118s >>>> [INFO] Finished at: Thu Mar 27 08:54:14 EDT 2014 >>>> [INFO] Final Memory: 9M/208M >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> [ERROR] Failed to execute goal >>>> org.wso2.maven:carbon-p2-plugin:1.5.3:p2-repo-gen (2-p2-repo-generation) on >>>> project wso2carbon-feature-repository: Error occured when processing the >>>> Feature Artifact: >>>> org.wso2.bps:org.wso2.bps.bps-manager.nested.category.feature:3.2.0: ERROR: >>>> Failure to find >>>> org.wso2.bps:org.wso2.bps.bps-manager.nested.category.feature:zip:3.2.0 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.bps >>>> -DartifactId=org.wso2.bps.bps-manager.nested.category.feature >>>> -Dversion=3.2.0 -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.bps >>>> -DartifactId=org.wso2.bps.bps-manager.nested.category.feature >>>> -Dversion=3.2.0 -Dpackaging=zip -Dfile=/path/to/file -Durl=[url] >>>> -DrepositoryId=[id] >>>> [ERROR] >>>> [ERROR] >>>> [ERROR] >>>> org.wso2.bps:org.wso2.bps.bps-manager.nested.category.feature:zip:3.2.0 >>>> [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://repo.maven.apache.org/maven2, releases=true, >>>> snapshots=false) >>>> [ERROR] -> [Help 1] >>>> [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. >>>> >>>> Thanks; >>>> >>>> -- >>>> Lalaji Sureshika >>>> WSO2, Inc.; http://wso2.com/ >>>> email: [email protected]; >>>> blog: http://lalajisureshika.blogspot.com >>>> >>>> >>>> >>> >>> >>> -- >>> >>> Best Regards, >>> >>> Malaka Silva >>> Senior Tech Lead >>> M: +94 777 219 791 >>> Tel : 94 11 214 5345 >>> Fax :94 11 2145300 >>> Skype : malaka.sampath.silva >>> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77 >>> Blog : http://mrmalakasilva.blogspot.com/ >>> >>> WSO2, Inc. >>> lean . enterprise . middleware >>> http://www.wso2.com/ >>> http://www.wso2.com/about/team/malaka-silva/<http://wso2.com/about/team/malaka-silva/> >>> >>> Save a tree -Conserve nature & Save the world for your future. Print >>> this email only if it is absolutely necessary. >>> >> >> >> >> -- >> Thilini Ishaka >> Senior Software Engineer >> Phone: +94 11 214 5345 >> WSO2 Inc. http://wso2.com >> >> blog: thiliniishaka.blogspot.com >> linkedin: http://lk.linkedin.com/in/thiliniishaka >> twitter: https://twitter.com/#!/ThiliniIsh >> > > > > -- > > Best Regards, > > Malaka Silva > Senior Tech Lead > M: +94 777 219 791 > Tel : 94 11 214 5345 > Fax :94 11 2145300 > Skype : malaka.sampath.silva > LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77 > Blog : http://mrmalakasilva.blogspot.com/ > > WSO2, Inc. > lean . enterprise . middleware > http://www.wso2.com/ > http://www.wso2.com/about/team/malaka-silva/<http://wso2.com/about/team/malaka-silva/> > > Save a tree -Conserve nature & Save the world for your future. Print this > email only if it is absolutely necessary. > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- *Lasantha Fernando* Software Engineer - Data Technologies Team WSO2 Inc. http://wso2.com email: [email protected] mobile: (+94) 71 5247551
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
