Commit graph

194 commits

Author SHA1 Message Date
Anton Fonarev
2a93e282b1 Fixed comments formatting. 2017-11-06 02:44:27 +03:00
Anton Fonarev
fefe94d124 Added support for :exact-lein-version. 2017-11-06 02:42:17 +03:00
Phil Hagelberg
f50add4f90 Add LEIN_USE_BOOTCLASSPATH.
Telling people to use LEIN_JVM_OPTS for this is not great, because a
given setting would only work with a single version of Leiningen.

[skip ci]
2017-10-17 10:14:23 -07:00
Phil Hagelberg
48f0b89e41 Only warn for plugin conflicts when :pedantic? is :warn or :abort. 2017-10-13 16:59:22 -07:00
Phil Hagelberg
63305fcccd Unmemoize in order to fix tests. 2017-06-04 09:38:00 -07:00
Phil Hagelberg
1a502050c7 Move plugin conflict warnings to only activate when :pedantic? is set. 2017-05-23 10:09:53 -07:00
Phil Hagelberg
e829c12d51 Fix sample project.clj issues.
Fixes #2271 and #2270.
2017-05-08 11:35:32 -07:00
Phil Hagelberg
ce2f065344 Fix typo in sample project comments.
[skip ci]

Fixes #2265.
2017-04-24 13:44:40 -07:00
Phil Hagelberg
9e45977a4a Add :jar-inclusions to override built-in exclusion rules.
Otherwise there is no way to include a dotfile dir or one ending in ~.
2017-04-05 14:41:04 -07:00
Wes Morgan
7414f61f30
Add string deps to sample.project.clj & NEWS.md 2017-02-01 19:29:15 -07:00
Chris Price
2fb603b2bf Add managed-dependencies example and docs
This commit adds an example of `:managed-dependencies` to the
sample project, and adds a separate markdown file to provide
more details and examples.
2016-06-27 11:41:59 -07:00
Jean Niklas L'orange
31021f411d Explain how to read your project map at runtime
Closes #2033 I think?
2016-01-18 23:59:36 +01:00
Cristian
286bc3f034 Fixed typo 2015-03-04 23:16:27 -08:00
kul
55607a18c0 Add example for artifact classifiers. Closes #1589 2015-01-30 16:47:07 +05:30
Gary Fredericks
0000b97826 Consistent capitalization of "Leiningen" 2015-01-17 19:38:49 -06:00
Jean Niklas L'orange
6ed53ab6a7 Add :pass-through-help documentation.
[ci skip]
2014-11-26 23:35:55 +01:00
Phil Hagelberg
be6b511e76 Mention pom XML still needs to validate. 2014-11-15 09:55:11 -08:00
Hugo Duncan
3dc207f78d Add LEIN_NO_USER_PROFILES to sample.project.clj 2014-10-16 21:49:42 -04:00
Fabio Tudone
72c0d04f51 Manifest sections example & doc 2014-09-18 21:05:11 +02:00
Phil Hagelberg
a2592ba13c Move :auto-clean to jar task.
Fixes #1642.
2014-09-06 10:54:25 -07:00
Phil Hagelberg
d0b7cd7984 Remove :scope from sample.project.clj. 2014-09-02 18:52:11 -07:00
Pavel Repin
0f59054497 How to opt out from "Main-Class: clojure.main" 2014-08-06 19:26:00 -07:00
Phil Hagelberg
8b9d66cd7c Allow implicit hooks/middleware to be disabled.
Fixes #1621.
2014-08-05 15:35:00 -07:00
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