Created
February 17, 2015 21:39
-
-
Save sjehutch/4127bb3332c9516015c4 to your computer and use it in GitHub Desktop.
error when sbt publish cd volley
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[0m[[0minfo[0m] [0mLoading project definition from /Users/sjehutch/code/bitmado/super-bitmado-app/volley/project[0m | |
[0m[[0minfo[0m] [0mSet current project to volley (in build file:/Users/sjehutch/code/bitmado/super-bitmado-app/volley/)[0m | |
[0m[[0minfo[0m] [0m:: delivering :: com.android#volley_2.10;4.3-SNAPSHOT :: 4.3-SNAPSHOT :: integration :: Tue Feb 17 15:37:05 CST 2015[0m | |
[0m[[0minfo[0m] [0m delivering ivy file to /Users/sjehutch/code/bitmado/super-bitmado-app/volley/target/scala-2.10/ivy-4.3-SNAPSHOT.xml[0m | |
[0m[[0minfo[0m] [0mWrote /Users/sjehutch/code/bitmado/super-bitmado-app/volley/target/scala-2.10/volley_2.10-4.3-SNAPSHOT.pom[0m | |
java.lang.RuntimeException: Repository for publishing is not specified. | |
at scala.sys.package$.error(package.scala:27) | |
at sbt.Classpaths$$anonfun$getPublishTo$1.apply(Defaults.scala:989) | |
at sbt.Classpaths$$anonfun$getPublishTo$1.apply(Defaults.scala:989) | |
at scala.Option.getOrElse(Option.scala:108) | |
at sbt.Classpaths$.getPublishTo(Defaults.scala:989) | |
at sbt.Classpaths$$anonfun$42.apply(Defaults.scala:843) | |
at sbt.Classpaths$$anonfun$42.apply(Defaults.scala:842) | |
at sbt.Scoped$$anonfun$hf6$1.apply(Structure.scala:582) | |
at sbt.Scoped$$anonfun$hf6$1.apply(Structure.scala:582) | |
at scala.Function1$$anonfun$compose$1.apply(Function1.scala:49) | |
at sbt.Scoped$Reduced$$anonfun$combine$1$$anonfun$apply$12.apply(Structure.scala:311) | |
at sbt.Scoped$Reduced$$anonfun$combine$1$$anonfun$apply$12.apply(Structure.scala:311) | |
at sbt.$tilde$greater$$anonfun$$u2219$1.apply(TypeFunctions.scala:40) | |
at sbt.std.Transform$$anon$5.work(System.scala:71) | |
at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:232) | |
at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:232) | |
at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:18) | |
at sbt.Execute.work(Execute.scala:238) | |
at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:232) | |
at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:232) | |
at sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:159) | |
at sbt.CompletionService$$anon$2.call(CompletionService.scala:30) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:262) | |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:262) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) | |
at java.lang.Thread.run(Thread.java:745) | |
[0m[[31merror[0m] [0m(*:[31mpublish-configuration[0m) Repository for publishing is not specified.[0m | |
[0m[[31merror[0m] [0mTotal time: 1 s, completed Feb 17, 2015 3:37:06 PM[0m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment