Commit graph

157 commits

Author SHA1 Message Date
Scott Feeney
41f7a297b4 Fix punctuation in sample.project.clj comment 2013-11-29 00:30:58 -05:00
Phil Hagelberg
9718597bd4 Update sample.project.clj and NEWS.md. 2013-11-14 11:02:06 -08:00
Jean Niklas L'orange
ae2e789b04 Support nested do chains, remove implicit help.
Also provide an example in the sample project. Closes #1359.
2013-10-30 00:40:44 +01:00
Dominik Dziedzic
08fbda67fe changed syntax of :pom-plugins definition for pom task
1. support of [:configuration ... ] was removed
2. it was replaced with map which contains arbitrary XML definitions,
syntax is the same as in pom-additions

3. also added use case in pom-plugins
2013-10-08 04:12:05 +02:00
Phil Hagelberg
2859d66a63 Merge pull request #1339 from llasram/uberjar-merge-with
Implement `:uberjar-merge-with` requested in issue #973.
2013-10-05 15:29:45 -07:00
Marshall Bockrath-Vandegrift
1ab4cbc366 Fix unusual/extra whitespace in sample.project.clj. 2013-10-05 17:11:57 -04:00
Marshall Bockrath-Vandegrift
39e3d57ec9 Implement :uberjar-merge-with requested in issue #973. 2013-10-05 13:56:57 -04:00
Dominik Dziedzic
bac42c795a Maven plugins are now supported by :pom-plugins to avoid name conflict
with Leiningen :plugins vector. 

Added maven <configuration/> tag inside of plugin definition.

Added usecase of :pom-plugins in sample.project.clj
2013-09-12 01:16:16 +02:00
Jean Niklas L'orange
c76ac8d9af Add ^:skip-aot as default for app template.
Elaborate more on when ^:skip-aot will disable compilation. Would be
great to cut out a lot of that documentation for 3.0.0.
2013-08-27 01:54:32 +02:00
Phil Hagelberg
e50be00e37 Rearrange sample.project.clj. 2013-08-20 07:25:21 -07:00
Phil Hagelberg
824552e449 Support disabling :monkeypatch-clojure-test. 2013-08-12 16:43:18 -07:00
Phil Hagelberg
dc92429602 Support literal strings in :clean-targets. 2013-08-04 13:27:58 -07:00
Yoshinori Kohyama
c3a60886f3 Issue #1272: Add :clean-targets option
Add :clean-targets option to let `lein clean` remove files under
directories other than one specified by :target-path
2013-08-04 18:46:16 +09:00
Jean Niklas L'orange
492bec07dc Document LEIN_JVM_OPTS. Closes #1261. 2013-07-25 16:08:43 +02:00
Phil Hagelberg
962ce20ae9 Scope :compile-path and :native-path under :target-path. 2013-07-24 20:55:23 -07:00
Phil Hagelberg
5b26b89d9c Support :pedantic? :abort/:warn.
Move range/overlap detection into l.c.classpath.

Fixes #1197.
2013-07-22 18:45:16 -07:00
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