mirror of https://github.com/sbt/sbt.git
Sonatype OSS repo (where many libraries are expected to migrate) requires
populating SCM info in additional to what is already provisioned for
populating in SBT.
We now support populating the basic SCM info as thus:
```
// Usual <scm><url/><connection/></scm>
scmInfo := Some(ScmInfo(url("https://github.com/foo/project"), "scm
|
||
|---|---|---|
| .. | ||
| src | ||
| ComponentManager.scala | ||
| ConflictWarning.scala | ||
| ConvertResolver.scala | ||
| Credentials.scala | ||
| CrossVersion.scala | ||
| CustomPomParser.scala | ||
| CustomXmlParser.scala | ||
| DependencyBuilders.scala | ||
| DependencyFilter.scala | ||
| Ivy.scala | ||
| IvyActions.scala | ||
| IvyCache.scala | ||
| IvyConfigurations.scala | ||
| IvyInterface.scala | ||
| IvyLogger.scala | ||
| IvyRetrieve.scala | ||
| IvyScala.scala | ||
| MakePom.scala | ||
| NOTICE | ||
| ProjectResolver.scala | ||
| StringUtilities.scala | ||
| UpdateReport.scala | ||
