Skip to content

Instantly share code, notes, and snippets.

@kpiwko
Created September 6, 2012 08:31
Show Gist options
  • Select an option

  • Save kpiwko/3653077 to your computer and use it in GitHub Desktop.

Select an option

Save kpiwko/3653077 to your computer and use it in GitHub Desktop.
-------------------------------------------------------------------------------
Test set: org.jboss.shrinkwrap.resolver.impl.maven.integration.PluginIntegrationTestCase
-------------------------------------------------------------------------------
Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.272 sec <<< FAILURE!
strictlyLoadTestDependencies(org.jboss.shrinkwrap.resolver.impl.maven.integration.PluginIntegrationTestCase) Time elapsed: 4.393 sec <<< ERROR!
org.jboss.shrinkwrap.resolver.api.NoResolutionException: Unable to get artifact from the repository
at org.jboss.shrinkwrap.resolver.impl.maven.MavenStrategyStageImpl.using(MavenStrategyStageImpl.java:125)
at org.jboss.shrinkwrap.resolver.impl.maven.ConfiguredResolveStageImpl.importAnyDependencies(ConfiguredResolveStageImpl.java:160)
at org.jboss.shrinkwrap.resolver.impl.maven.ConfiguredResolveStageImpl.importRuntimeDependencies(ConfiguredResolveStageImpl.java:111)
at org.jboss.shrinkwrap.resolver.impl.maven.integration.PluginIntegrationTestCase.strictlyLoadTestDependencies(PluginIntegrationTestCase.java:45)
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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
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.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:172)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:78)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:70)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment