← Back to team overview

sikuli-driver team mailing list archive

[Question #261892]: Sikulixsetup:jar:1.1.0 was not built

 

New question #261892 on Sikuli:
https://answers.launchpad.net/sikuli/+question/261892

I try to build the SikuliX 1.1.0 with NetBeans but when I execute the command "mvn clean install -X", sikulixsetup:jar:1.1.0 was not builded. The debug output is at below: How can I handle this problem. 

[ERROR] Failed to execute goal on project sikulixsetup: Could not resolve dependencies for project com.sikulix:sikulixsetup:jar:1.1.0: Failure to find com.sikulix:sikulixlibsvision:jar:1.1.0 in http://mvn.is.inf.uni-due.de:8081/nexus/content/repositories/atunes-dependencies/ was cached in the local repository, resolution will not be reattempted until the update interval of uni-due.de has elapsed or updates are forced -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project sikulixsetup: Could not resolve dependencies for project com.sikulix:sikulixsetup:jar:1.1.0: Failure to find com.sikulix:sikulixlibsvision:jar:1.1.0 in http://mvn.is.inf.uni-due.de:8081/nexus/content/repositories/atunes-dependencies/ was cached in the local repository, resolution will not be reattempted until the update interval of uni-due.de has elapsed or updates are forced
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:220)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:127)
	at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:257)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:200)
	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:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project com.sikulix:sikulixsetup:jar:1.1.0: Failure to find com.sikulix:sikulixlibsvision:jar:1.1.0 in http://mvn.is.inf.uni-due.de:8081/nexus/content/repositories/atunes-dependencies/ was cached in the local repository, resolution will not be reattempted until the update interval of uni-due.de has elapsed or updates are forced
	at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:211)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:195)
	... 22 more
Caused by: org.eclipse.aether.resolution.DependencyResolutionException: Failure to find com.sikulix:sikulixlibsvision:jar:1.1.0 in http://mvn.is.inf.uni-due.de:8081/nexus/content/repositories/atunes-dependencies/ was cached in the local repository, resolution will not be reattempted until the update interval of uni-due.de has elapsed or updates are forced
	at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:384)
	at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:205)
	... 23 more
Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Failure to find com.sikulix:sikulixlibsvision:jar:1.1.0 in http://mvn.is.inf.uni-due.de:8081/nexus/content/repositories/atunes-dependencies/ was cached in the local repository, resolution will not be reattempted until the update interval of uni-due.de has elapsed or updates are forced
	at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:444)
	at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:246)
	at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:367)
	... 24 more
Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Failure to find com.sikulix:sikulixlibsvision:jar:1.1.0 in http://mvn.is.inf.uni-due.de:8081/nexus/content/repositories/atunes-dependencies/ was cached in the local repository, resolution will not be reattempted until the update interval of uni-due.de has elapsed or updates are forced
	at org.eclipse.aether.internal.impl.DefaultUpdateCheckManager.newException(DefaultUpdateCheckManager.java:231)
	at org.eclipse.aether.internal.impl.DefaultUpdateCheckManager.checkArtifact(DefaultUpdateCheckManager.java:206)
	at org.eclipse.aether.internal.impl.DefaultArtifactResolver.gatherDownloads(DefaultArtifactResolver.java:585)
	at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads(DefaultArtifactResolver.java:503)
	at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:421)
	... 26 more
[ERROR] 
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :sikulixsetup


-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.