mirror of https://github.com/sbt/sbt.git
Update README
This commit is contained in:
parent
400f1544a0
commit
547320b107
|
|
@ -14,13 +14,13 @@ Work in progress:
|
|||
* full list of dependencies / version conflict resolution working, mildly to well tested,
|
||||
* downloading/caching of JARs in its early stages.
|
||||
|
||||
Implements fancy Maven features like
|
||||
Handles fancy Maven features like
|
||||
* [POM inheritance](http://books.sonatype.com/mvnref-book/reference/pom-relationships-sect-project-relationships.html#pom-relationships-sect-project-inheritance),
|
||||
* [dependency management](http://books.sonatype.com/mvnex-book/reference/optimizing-sect-dependencies.html),
|
||||
* [import scope](https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Importing_Dependencies),
|
||||
* [properties](http://books.sonatype.com/mvnref-book/reference/resource-filtering-sect-properties.html).
|
||||
|
||||
Restricted to Maven resolution and repositories for now. Support for Ivy seems definitely at reach, just not done yet.
|
||||
Restricted to Maven resolution and repositories for now. Support for Ivy seems at reach.
|
||||
|
||||
|
||||
Released under the Apache license, v2.
|
||||
|
|
|
|||
Loading…
Reference in New Issue