Commit graph

171 commits

Author SHA1 Message Date
Phil Hagelberg
4938e6cc4e Clarify :mirrors naming requirement.
Fixes #1579.

[ci skip]
2014-07-04 10:58:19 -07:00
Phil Hagelberg
8b98d68cdd Default to warning when version ranges are present.
Fixes #1374.
2014-07-04 10:51:24 -07:00
Phil Hagelberg
e8129556dd Improve profile coverage in sample.project.clj.
[ci skip]
2014-06-10 16:31:50 -07:00
Phil Hagelberg
46f1556111 Document partial alias splicing.
[ci skip]
2014-06-08 15:21:05 -07:00
Phil Hagelberg
3addf526e0 Auto-require namespace from :repl-options :caught.
Refs #799.
2014-06-05 12:20:07 -07:00
Phil Hagelberg
07f2995817 Document :repl-options :caught. Refs #799. 2014-06-05 12:01:27 -07:00
Jim Crossley
ce5fef4023 Add a :pom-location option to fix #1541 2014-05-28 23:09:15 -04:00
Phil Hagelberg
88ce99b421 Update NEWS.md. 2014-05-27 13:37:35 -07:00
Wayne
9b652d703a Document the release task.
Also adds sample alternate release workflow in sample.project.clj.
2014-05-26 15:38:04 -07:00
Phil Hagelberg
4776eeb8e0 Add auto-clean to deploy task. Fixes #1512. 2014-05-01 15:49:46 -07:00
Phil Hagelberg
199527588a Document :clean-non-project-classes and reword help output.
[ci skip]
2014-03-26 13:33:12 -07:00
Gary Fredericks
17ba59ab14 Document reply's :skip-default-init option 2014-03-10 21:15:55 -05:00
Craig McDaniel
a5cf442cf3 Support for overriding :clean-targets sanity checking (issue #1458).
Also made unit tests safer and faster using with-redefs to mock out
calls to delete-file-recursively.
Better error messages when a path is being protected.
2014-03-03 21:35:03 -05:00
Jean Niklas L'orange
63ab148227 Rename sample alias to something sensible.
[ci skip]
2014-01-21 13:01:52 +01:00
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