summaryrefslogtreecommitdiff
path: root/src/build/maven/scala-library-all-pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Remove scala-continuations-plugin from scala-library-allAdriaan Moors2014-03-281-5/+5
| | | | | | The continuations plugin should instead be a dependency of scala-dist, as scala-library-all should be a drop-in replacement for scala-library, and as such should not (indirectly) depend on plugins/the compiler.
* Remove cruft from pom.Adriaan Moors2014-01-211-11/+0
| | | | | My understanding is distributionManagement is only needed to configure maven locally for publishing. Since we do that it ant, getting rid of it.
* Fix typo in scala-library-all-pom.xml.Adriaan Moors2013-12-201-2/+2
|
* scala-library-all: dependency for those who want it allAdriaan Moors2013-12-191-0/+99
If you'd rather depend on all Scala has to offer, module-wise, depend on scala-library-all. This dependency determines the jars that ship with the Scala distribution. To achieve parity via maven resolution, this is the artifact to depend on.