summaryrefslogtreecommitdiff
path: root/src/build/maven/maven-deploy.xml
Commit message (Collapse)AuthorAgeFilesLines
* Spin off parser combinators to scala-parser-combinators.jar.Adriaan Moors2013-07-051-0/+1
|
* Spin off src/library/scala/xml to src/xml/scala/xml.Adriaan Moors2013-07-051-0/+1
| | | | | | | | | | | | | | | | | | Summary: - Remove the last vestiges of xml from Predef and Contexts. - Change build to compile scala.xml to scala-xml.jar. - Deploy scala-xml module to maven. - Update partest accordingly. Note: An older compiler cannot use the new standard library to compile projects that use XML. Thus, skipping locker will break the build until we use 2.11.0-M4 for STARR. In the future build process, where we drop locker, we would have to release a milestone that supports the old and the new approach to xml. As soon as we'd be using that new milestone for starr, we could drop support for the old approach.
* No more duplication in maven-deploy.xml.Adriaan Moors2013-07-051-235/+83
| | | | | I just couldn't stand the incredible mess in there anymore. More cleanup to come. For now, suffice it to say you need only add one line per new module.
* SI-7421 remove unneeded extra-attachement in maven deployFrançois Garillot2013-04-251-5/+1
|
* Removing actors-migration from main repository so it can live on elsewhere.Josh Suereth2012-10-301-3/+0
| | | | | | | * Removes actors-migration hooks from partest * Removes actors-migration code * removes actors-migration tests * removes actors-migration distribution packaging.
* Introduces scala-reflect.jarEugene Burmako2012-06-081-0/+3
|
* Adding the Actor Migration Kit.Vojin Jovanovic2012-05-181-0/+3
| | | | | | | | | | | | Kit consists of: 1) The StashingActor which adopts an interface similar to Akka. 2) Props mockup for creating Akka like code 3) Pattern mockup 4) Test cases for every step in the migration. 5) MigrationSystem which will paired on the Akka side. Review of the code : @phaller Review of the build: @jsuereth
* Good-bye, scala.dbc.Paul Phillips2012-04-201-3/+0
| | | | Another deprecated soul passes on to ether world.
* Separating Scala Actors from the Scala Library.Vojin Jovanovic2012-03-191-10/+13
| | | | | | | | | Scala actors are now in scala-actors.jar. Changes that were done are: - Fixed partest to include actors library for various test usages - Created the entry for the new jar in build.xml - Added maven entries for scala actors Review by: @jsuereth
* Fixed maven deployment issues for new versioning scheme.Josh Suereth2012-03-161-12/+20
|
* Modified build for new versioning scheme.Josh Suereth2012-03-161-3/+3
|
* Fixed deploy script for nightlyJosh Suereth2012-02-271-1/+1
|
* Speed up deployment using combined deploy settings.Josh Suereth2012-02-201-36/+10
|
* Added the ability to publish signed artifacts.Josh Suereth2012-02-201-2/+102
|
* Javadoc + Source jar generation is now complete for maven deployment.Josh Suereth2012-02-201-26/+9
|
* changed repo id to denote new credentials for new serer.Josh Suereth2012-02-141-1/+1
|
* Modified repository deployments to point to OSSRHJosh Suereth2012-02-131-5/+2
|
* Upgraded to latest maven-ant-tasks jarJosh Suereth2011-03-051-1/+1
|
* Modified scala build to push jline artifact to ...Josh Suereth2011-01-221-0/+2
| | | | | | Modified scala build to push jline artifact to maven repositories. Review by: extempore
* Added continuations to maven deployment.Josh Suereth2010-03-121-0/+51
|
* Fixed URL for nexus.scala-tools.orgJosh Suereth2009-04-221-3/+7
|
* merged changes from maven2 branch (include scal...Lukas Rytz2009-02-171-0/+4
| | | | | merged changes from maven2 branch (include scalap as maven package)
* - make "latest" symlink in dists/mavenLukas Rytz2008-11-051-147/+148
| | | | | | - maven-deploy.xml takes parameter settings.file (ant deploy.snapshot -Dsettings.file=/path/to/settings.xml)
* merged work from maven2 branch into trunkLukas Rytz2008-10-311-0/+152