Commit graph

141 commits

Author SHA1 Message Date
Phil Hagelberg
722afb92c5 Support custom repl :welcome message.
Fixes #1178.
2013-05-27 14:42:33 -07:00
Phil Hagelberg
c5767cdaca Support :bootclasspath in :java-agents. 2013-05-16 13:45:40 -07:00
Phil Hagelberg
a99d923cb2 Preliminary support for :java-agents. 2013-05-15 17:32:43 -07:00
Colin Jones
6d83a6f2cd Stop claiming sample.project.clj is exhaustive
refs #1168
2013-05-08 20:54:47 -04:00
Phil Hagelberg
f500bd19c6 Document :middleware in sample project. 2013-04-11 11:12:23 -07:00
Jean Niklas L'orange
95992a5bb2 Print doc for aliases if provided, closes #1116. 2013-04-04 16:06:02 +02:00
Marko Topolnik
a8506b146a Fix typo in sample project 2013-03-29 14:16:51 +01:00
Gary Verhaegen
c65d2f510d Change sample project file for global vars
Change sample.project.clj to reflect the new way to set global variables (see ticket #1107).
2013-03-26 22:22:52 +01:00
Jean Niklas L'orange
4e77b0d3d5 Change line endings for lein new on Windows.
Fixes #1061.

This also incorporates the new environment variable
LEIN_NEW_UNIX_NEWLINES, for people who prefer to have '\n' as their
newline on non-unix operating systems.
2013-03-26 02:45:44 +01:00
Phil Hagelberg
ededa95c2d Merge remote-tracking branch 'marcliberatore/natives-update-java-library-path' 2013-03-19 14:25:48 -07:00
Marc Liberatore
8540c73c17 document user-visible changes addressing #898 2013-03-19 15:39:28 -04:00
Tim McCormack
d14f5149f1 #949 Allow specification of artifact signing key.
Add :signing {:gpg-key "..."} option to project maps (global value)
and to :deploy-repositories maps (per-repo value). Does not yet work
in :repositories specs.

Also:
* Document per-repo :sign-releases option
* Delete unused defn deploy/signature-for
2013-03-19 10:24:56 -07:00
Phil Hagelberg
82d894b024 Document :java-cmd and improve update task's docstring.
[ci skip]
2013-03-14 16:17:01 -07:00
Michael Klishin
c11cdca61e Update sample.project.clj 2013-03-04 04:02:28 +04:00
Daemian Mack
6de6b8c817 Fix typos. 2013-02-17 06:45:45 -05:00
Anthony Grimes
e55d98a993 Add examples of new keys to sample.project.clj. 2013-02-15 15:30:07 -08:00
maerz
4d07b5e4fb Update sample.project.clj
Fixed several typos
2013-01-22 08:28:36 +01:00
Jean Niklas L'orange
511ba8eed7 Fix typo in sample.project 2012-12-28 05:00:44 +01:00
Phil Hagelberg
c43951c9d5 Better explanation of :pom-addition, a few more env vars in sample. 2012-12-26 09:33:36 -08:00
Jean Niklas L'orange
493adefe34 Add :java-opts as an alias for :jvm-opts 2012-12-09 19:50:34 +01:00
Balint Erdi
1bc325e9ae Update the sample project to the new way of replacing repositories 2012-12-04 15:56:59 +01:00
David Greenberg
80cf398b50 Allow project's git repository to be different than project root
This allows for other directories to be used for the automatic
repository tagging. This is useful for repositories that contain
multiple projects, such as leiningen-core and leiningen, so that both
will have the correct repository tag information in their pom.xml.
2012-11-28 14:48:28 -05:00
Phil Hagelberg
d4d6548dd3 Fix link in DEPLOY.md to use preview branch. Fixes #862. 2012-11-25 09:11:49 -08:00
Phil Hagelberg
624bf2ae88 Move AOT of :main into uberjar task. Remove :skip-aot. 2012-11-12 15:30:43 -08:00
Phil Hagelberg
b5a193d331 Switch :repositories to vector format to preserve ordering.
See http://librelist.com/browser/leiningen/2012/8/17/ordering-issues-with-repositories/
for motivation.
2012-08-23 14:34:58 -07:00
Justin Balthrop
ff5524bdf1 support disabling autoload of plugin hooks and middleware 2012-08-23 13:29:37 -07:00
Phil Hagelberg
d590f0ca1e Trim long lines in sample.project.clj. 2012-08-22 11:19:21 -07:00
Chas Emerick
dbb7ca8de9 * upgrade to nREPL 0.2.0-beta9
* :nrepl-* configuration moved under :repl-options
* :nrepl-middleware now takes advantage of descriptors in middleware metadata
2012-08-22 13:47:35 -04:00
Jeremy Heiler
c9a89f2ffd Allow for plugin specific repositories with :plugin-repositories. 2012-08-18 10:27:46 -04:00
Phil Hagelberg
77c811bbe8 Read nREPL handlers and middleware from project. Fixes #716. 2012-08-08 21:02:36 -07:00
Phil Hagelberg
40e28a7208 Merge pull request #712 from pgdad/master
Pull request for adding xml content to generated pom file.
2012-08-01 10:21:22 -07:00
Esa Laine
b08c7c5f1e add :pom-addtion example 2012-08-01 13:16:39 -04:00
Phil Hagelberg
e7dadcd7b9 Remove commented-out shell wrapper remainders. 2012-08-01 09:42:20 -07:00
Michael S. Klishin
f66c7474a0 Mention :gen-class, references #710 2012-07-31 19:02:31 +04:00
Michael S. Klishin
ecfbac67b2 Minor improvements to sample.project.clj, closes #710 2012-07-31 19:00:59 +04:00
Joe Gallo
a6a8695a9d Document how commas are treated. 2012-07-27 15:21:17 -04:00
Joe Gallo
96507dc9e2 Add test! back as an example alias. 2012-07-27 15:20:50 -04:00
Phil Hagelberg
e7474a8488 Update env var reference. 2012-07-27 09:31:21 -07:00
Michael S. Klishin
f637e5def1 Merge branch 'master' of github.com:technomancy/leiningen 2012-07-27 02:46:44 +04:00
Michael S. Klishin
b889a8b50b A better default/example 2012-07-27 02:46:16 +04:00
Michael S. Klishin
60a4279fd2 Make it clear how to use :checksum setting that is applicable to all repositories 2012-07-27 02:44:51 +04:00
Phil Hagelberg
5d40f19cec Add environment variables reference to the bottom of sample.project.clj. 2012-07-26 14:09:54 -07:00
Michael S. Klishin
683bdff900 Correct :test-selectors example 2012-07-25 22:54:49 +04:00
Michael Klishin
745a7a638f Update sample.project.clj to use the new :javac-options format
Which is the same as javac command line arguments, passed as a vector.
2012-07-14 05:05:10 +04:00
Phil Hagelberg
066b557e97 Merge remote-tracking branch 'Moocar/prep-tasks'
Conflicts:
	leiningen-core/src/leiningen/core/eval.clj
2012-07-11 17:12:14 -07:00
Anthony Marcar
68f1b07569 updated prep-tasks doco 2012-07-08 23:11:35 -07:00
Anthony Marcar
5c05e6b041 changed doco to reflect prep-tasks args 2012-07-08 22:14:21 -07:00
Phil Hagelberg
6f04e0d43d Improve example of :aliases in sample.project.clj.
[ci skip]
2012-07-08 13:08:08 -07:00
Phil Hagelberg
a32abdf51c Plumb through mirror support to pomegranate. Fixes #271.
Won't actually be visible until pomegranate is bumped to 0.0.13.
2012-06-25 11:08:59 -07:00
Shantanu Kumar
d99e1019d6 fix :javac-options example in sample.project.clj 2012-06-22 18:09:41 +05:30