Nested categories for chunk-11 has been deployed to nexus [1] but the issue seems to be it haven't deployed the zip file..
AFAIK, normal maven deploy:deploy should upload the zip without manually running a maven deploy:deploy-file by pointing to the zip.. Anyhow I will take a look this on next week but will not be able to dig into this on first two days since i'm traveling.. [1] http://dist.wso2.org/maven2/org/wso2/identity/org.wso2.is.authorization.nested.category.feature/5.0.0/ Regards, On Fri, Nov 14, 2014 at 3:09 AM, Chanika Geeganage <[email protected]> wrote: > PING. This issue is still there. > > On Sun, Jul 20, 2014 at 8:33 AM, Chanika Geeganage <[email protected]> > wrote: > >> Hi, >> >> I'm getting the following error when building the p2-repo of 4.2.11 as it >> is failed to find nested categories released in chunk 11. >> >> [ERROR] Error occured when processing the Feature Artifact: >> org.wso2.identity:org.wso2.is.authorization.nested.category.feature:5.0.0 >> org.apache.maven.plugin.MojoExecutionException: Error occured when >> processing the Feature Artifact: >> org.wso2.identity:org.wso2.is.authorization.nested.category.feature:5.0.0 >> at >> org.wso2.maven.p2.RepositoryGenMojo.getProcessedFeatureArtifacts(RepositoryGenMojo.java:322) >> at >> org.wso2.maven.p2.RepositoryGenMojo.createRepo(RepositoryGenMojo.java:197) >> at >> org.wso2.maven.p2.RepositoryGenMojo.execute(RepositoryGenMojo.java:191) >> at >> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) >> at >> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) >> at >> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) >> at >> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) >> at >> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) >> at >> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) >> at >> org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) >> at >> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) >> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) >> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) >> at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) >> at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) >> at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> at >> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) >> at >> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) >> at >> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) >> at >> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) >> Caused by: org.apache.maven.plugin.MojoExecutionException: ERROR >> at >> org.wso2.maven.p2.generate.utils.MavenUtils.getResolvedArtifact(MavenUtils.java:43) >> at >> org.wso2.maven.p2.RepositoryGenMojo.getProcessedFeatureArtifacts(RepositoryGenMojo.java:319) >> ... 23 more >> Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException: >> Could not find artifact >> org.wso2.identity:org.wso2.is.authorization.nested.category.feature:zip:5.0.0 >> in wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/) >> >> Try downloading the file manually from the project website. >> >> Then, install it using the command: >> mvn install:install-file -DgroupId=org.wso2.identity >> -DartifactId=org.wso2.is.authorization.nested.category.feature >> -Dversion=5.0.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.identity >> -DartifactId=org.wso2.is.authorization.nested.category.feature >> -Dversion=5.0.0 -Dpackaging=zip -Dfile=/path/to/file -Durl=[url] >> -DrepositoryId=[id] >> >> >> >> org.wso2.identity:org.wso2.is.authorization.nested.category.feature:zip:5.0.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: >> Could not find artifact >> org.wso2.identity:org.wso2.is.authorization.nested.category.feature:zip:5.0.0 >> in wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/) >> 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: Could >> not find artifact >> org.wso2.identity:org.wso2.is.authorization.nested.category.feature:zip:5.0.0 >> in wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/) >> at >> org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:947) >> at >> org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:941) >> at >> org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:669) >> at >> org.sonatype.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:60) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) >> at java.lang.Thread.run(Thread.java:662) >> >> >> -- >> Best Regards.. >> >> Chanika Geeganage >> Software Engineer >> WSO2, Inc.; http://wso2.com >> >> > > > -- > Best Regards.. > > Chanika Geeganage > Software Engineer > Mobile : +94773522586 > WSO2, Inc.; http://wso2.com > > -- Regards, *Darshana Gunawardana*Software Engineer WSO2 Inc.; http://wso2.com *E-mail: [email protected] <[email protected]>* *Mobile: +94718566859*Lean . Enterprise . Middleware
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
