From 50e7f2ba49f14e80000c812089f4fb7b9bc90035 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Sun, 15 Dec 2013 23:09:05 -0800 Subject: scala-library-all: dependency for those who want it all 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. --- src/build/maven/maven-deploy.xml | 72 ++++++++++++++++++---- src/build/maven/scala-dist-pom.xml | 28 ++------- src/build/maven/scala-library-all-pom.xml | 99 +++++++++++++++++++++++++++++++ 3 files changed, 165 insertions(+), 34 deletions(-) create mode 100644 src/build/maven/scala-library-all-pom.xml (limited to 'src/build') diff --git a/src/build/maven/maven-deploy.xml b/src/build/maven/maven-deploy.xml index d2877f95c5..a2c3eefbca 100644 --- a/src/build/maven/maven-deploy.xml +++ b/src/build/maven/maven-deploy.xml @@ -16,11 +16,19 @@ see publish.* targets in /build.xml - - - - - + + + + + + + + + + + + + @@ -29,11 +37,19 @@ see publish.* targets in /build.xml - - - - - + + + + + + + + + + + + + @@ -68,6 +84,8 @@ see publish.* targets in /build.xml + +