sbt/notes/0.13.10
Eugene Yokota 3a3965b5f5 Fixes #2264. Use explicit artifacts if any, fallback to hardcoded
Even though it's not really used, updateClassifiers constructs
dependency graph based on the result from update.
The direct cause of #2264 came from the fact that the `allModules`
returned from ConfigurationReport did not include dependency
configurations. For example it returned "compile" instead of
"compile->runtime". I've identified that in #2264 and was fixed by
@Duhemm in f49fb33e6d.

Martin identified that the fix still does not address the fact that
updateClassifier hardcodes the classifiers to be tried. This commit
adds the fallback behavior so for Ivy-published modules it will use the
explicit list of artifacts, and for others it will fallback to the
hardcoded list of classifiers.
2015-12-02 16:41:02 -05:00
..
add-MavenRepository.localIfFile.markdown Add notes for MavenRepository.localIfFile. 2015-08-23 17:33:19 +01:00
add-append.sequence-list.markdown Add an Append.Sequence instance for List, fixes #2107 2015-07-18 10:51:31 +02:00
compiler-interface-specific-sources.md Notes 2015-07-16 15:46:14 +02:00
def-settings.markdown Add notes for PR 2151. 2015-08-20 18:45:42 +01:00
fix-duplicate-warnings.markdown Add notes for #2258 2015-10-28 16:05:45 +01:00
fix-snapshot-srcs-docs.markdown Add notes for #1750. 2015-08-28 23:38:49 +01:00
fix-updateclassifiers-configuration.markdown Fixes #2264. Use explicit artifacts if any, fallback to hardcoded 2015-12-02 16:41:02 -05:00
hide-stacktrace.markdown Hide stacktrace on compilation error in build definition 2015-07-09 11:40:02 +02:00
java-constant-fields.markdown Move PR 2085 notes. 2015-07-16 16:24:45 +01:00
local-java-report-errors.md Notes for sbt/sbt#2271 2015-11-11 14:30:05 +01:00
log-java-options.markdown Log javaOptions/fork interactions: 2015-07-18 00:37:35 +02:00
maven-plugin-transitive-excludes.markdown Add handling for transitive exclude rules in pom.xml files. 2015-07-23 15:32:27 -04:00
proper-line-content-from-local-javac.markdown review comments 2015-07-16 15:49:06 -04:00
public-null-logger.markdown Add notes 2015-07-09 23:45:01 +02:00
warn-on-intransitive-pom.markdown Fixes from review 2015-07-24 12:48:11 -04:00