Files
sbt/notes
Michael Pollmeier 4668faff7c don't require publishTo specified if publishArtifact is false
Even with `publishArtifact := false` the user is still forced to define a (dummy) resolver that's never used, e.g. `publishTo := { Some("publishMeNot" at "https://publish/me/not") }`

Otherwise the following error is thrown:
```
publish
[error] java.lang.RuntimeException: Repository for publishing is not specified.
[error]         at scala.sys.package$.error(package.scala:27)
[error]         at sbt.Classpaths$.$anonfun$getPublishTo$1(Defaults.scala:2436)
[error]         at scala.Option.getOrElse(Option.scala:121)
[error]         at sbt.Classpaths$.getPublishTo(Defaults.scala:2436)
[error]         at sbt.Classpaths$.$anonfun$ivyBaseSettings$48(Defaults.scala:1917)
```
2017-12-15 10:53:29 +00:00
..
2017-09-16 02:37:30 -04:00
2016-05-06 16:01:49 -04:00
2016-05-06 16:01:49 -04:00
2016-05-06 16:01:49 -04:00
2016-05-06 16:01:49 -04:00
2015-01-24 13:45:15 -05:00
2015-01-24 13:45:15 -05:00
2017-01-20 08:13:00 +00:00
2017-01-20 08:30:01 +00:00
2017-01-20 08:13:17 +00:00
2017-01-15 05:59:51 -05:00
2017-01-15 05:59:51 -05:00
2017-08-12 01:49:49 -04:00
2017-08-15 13:56:35 -07:00
2017-08-28 13:23:53 -04:00
2017-09-16 20:32:33 -04:00
2017-10-26 22:39:35 -04:00
2017-11-25 05:26:51 -05:00
2017-11-30 00:01:33 -05:00
2014-09-13 15:37:00 -04:00