Commit graph

165 commits

Author SHA1 Message Date
Phil Hagelberg
4ef309b448 Update sample.project.clj for 2.0.0-preview. 2012-03-05 17:44:26 -08:00
Phil Hagelberg
532496a1ab Merge branch '1.x'
Conflicts:
	.gitignore
	README.md
	bin/lein
	project.clj
	src/leiningen/compile.clj
	src/leiningen/core.clj
	src/leiningen/help.clj
	src/leiningen/jar.clj
	src/leiningen/repl.clj
	test/leiningen/test/deps.clj
	test/leiningen/test/help.clj
	todo.org
2012-03-04 21:22:20 -08:00
Chas Emerick
d00e0f78e0 :extra-classpath-dirs no longer supported 2012-02-20 05:29:08 -05:00
Nelson Morris
8baf33ec80 Update deploy task 2012-01-22 22:41:47 -06:00
Nelson Morris
ef2b0f0b9b Copy pom.xml generation from depot
Take some code from depot
Take the git scm code from lein 1.x
Update sample.project.clj with multiple source/test directories and extensions
Creates a similiar pom for sample.project.clj as lein 1.x
Use build-helper-maven-plugin for multiple source directories
2012-01-22 22:41:47 -06:00
Phil Hagelberg
b2cbf4d363 Update plugin guide; remove deprecations from sample. 2012-01-12 19:15:02 -08:00
Phil Hagelberg
9254c04ea0 Document :type in :dependencies in sample.project.clj. 2011-11-16 13:32:40 -08:00
Geoff Wilson
07a755c8af Add :parent to sample.project.clj 2011-11-04 11:45:31 +01:00
Phil Hagelberg
79b8373007 Add :compile-path to sample.project.clj.
[ci skip]
2011-10-21 14:33:33 -07:00
Chas Emerick
bd6959c3a3 Add support for :deploy-repositories slot for deployment-only repositories; closes gh-273 2011-09-15 21:29:18 -04:00
Chas Emerick
2c324b3003 Upgrade to maven-ant-tasks 2.1.3, explicitly add disabled "central" repository when :omit-default-repositories is true. Fixes #211. 2011-08-25 08:25:24 -04:00
Phil Hagelberg
53141eab86 Run eval-in-project using clojure.java.shell. Fixes #239. 2011-07-25 13:37:07 -07:00
Phil Hagelberg
60a8ed82d6 Clarify :checkout-deps-shares in sample.project.clj. 2011-07-05 20:29:35 -07:00
Sebastián Bernardo Galkin
0681d1f962 Added :checkout-deps-shares option
Used to specify other directories added to the classpath from the checked out projects.
2011-07-05 20:21:05 -03:00
Phil Hagelberg
ad2e2111bf Support :project-init in project.clj to allow :repl-options to use pprint. 2011-07-03 15:12:38 -07:00
Phil Hagelberg
dcab34c0fc Mention bug in :omit-default-repositories. 2011-06-06 21:33:12 -07:00
Phil Hagelberg
eaf0de1fe9 Support :local-repo-classpath.
TODO: ant still spews out a bunch of useless output; doesn't seem to
be a way to suppress the noise.
2011-05-13 10:47:25 -04:00
Phil Hagelberg
18becb7a7d Add :extra-classpath-dirs to project classpaths. 2011-04-22 16:18:49 -07:00
Phil Hagelberg
fc7ad7017b Add more :repositories settings details to sample project.clj. 2011-04-11 20:21:32 -07:00
Phil Hagelberg
63e3eb161b Update sample.project.clj to mention disabling snapshots/releases. 2011-03-21 20:56:09 -07:00
Joe Gallo
ac9f135c89 Add global :exclusions 2011-03-11 12:25:28 -05:00
Phil Hagelberg
33846eddfb Honor :class-file-whitelist to make classes/ deletion more manageable. 2011-02-28 13:55:06 -08:00
Phil Hagelberg
1943be7000 Accept :repl-init ns in favour of :repl-init-script. 2011-02-23 21:17:58 -08:00
Phil Hagelberg
d839074a96 Add prepend-tasks for task hooking in simplistic cases. 2011-02-15 20:48:37 -08:00
Phil Hagelberg
dcf210d501 Add flexibility to clean task. 2011-02-15 11:23:52 -08:00
Phil Hagelberg
6cc10bc4be s/disable-implicit-clean/disable-deps-clean/. keep backwards-compat. 2011-02-10 20:08:59 -08:00
Phil Hagelberg
15ff6b1170 A few doc changes. 2011-01-24 19:42:38 -08:00
Phil Hagelberg
781ec86f18 Fix deploy task to use :repositories for configuration.
No more separate :deploy-to configuration.
2011-01-24 19:38:28 -08:00
Phil Hagelberg
e30a38d549 Skip fetching deps unnecessarily when :checksum-deps is set. 2011-01-15 09:23:03 -05:00
Phil Hagelberg
0cf1ddf024 Separate :snapshots and :releases repository URLs in project.clj.
Plane commit; woo!
2011-01-15 08:53:03 -05:00
Phil Hagelberg
59e18bb485 Add deploy task.
Works great with file:// repositories, OK with http://, and not at all
with scp://.Commit rough deploy task; still need to bridge maven and ant APIs.
2011-01-13 15:29:19 -05:00
Phil Hagelberg
b4943e1caa Allow :clean-non-project-classes to be a seq of regexes. 2010-12-24 21:24:34 -08:00
Phil Hagelberg
19b44647cc Rework some of sample.project.clj. 2010-12-24 20:48:10 -08:00
Phil Hagelberg
c960e5f2f3 Allow boosting :repl-retry-limit in project.clj for slow-starting projects. 2010-12-14 21:56:28 -08:00
Phil Hagelberg
c4271c07c6 Switch off :clean-non-project-classes by default. Fixes #141. 2010-12-13 22:49:31 -08:00
Phil Hagelberg
1ee9d5d73c Allow :main to not trigger AOT with :skip-aot metadata. 2010-12-13 22:47:31 -08:00
Phil Hagelberg
de9c54fac2 Mention :keep-non-project-classes in sample.project.clj. 2010-12-09 12:46:33 -08:00
Phil Hagelberg
e048036469 Fix sample.project.clj documentation of :repl-options. 2010-11-27 13:46:55 -08:00
Phil Hagelberg
ab0b885aab Mention :test-selectors in sample.project.clj. 2010-11-24 21:18:47 -08:00
Phil Hagelberg
3c5fecfe98 Fix path issue in javac task. Fixes #138. 2010-11-23 20:11:58 -08:00
Phil Hagelberg
2bda774edc Add :uberjar-exclusions to project.clj. 2010-11-20 12:22:29 -08:00
Phil Hagelberg
cb51f6eb09 Support :repl-options in project.clj. 2010-11-19 19:21:30 -08:00
Phil Hagelberg
f732bfeebf Support :eval-in-leiningen key in project.clj for plugins. 2010-10-24 14:28:26 -07:00
Phil Hagelberg
13520dba00 Add password-protected repository in sample.project.clj. 2010-10-22 07:35:22 -07:00
Phil Hagelberg
acc9a828e5 Specify what file patterns to exclude from jars. Thanks to Zehua Liu. 2010-09-23 22:45:57 -07:00
Phil Hagelberg
b0cd71badf Add :test-resources-path to sample.project.clj 2010-09-21 20:16:42 -07:00
Phil Hagelberg
6ca18c8d47 Tighten up regex support in :aot declaration with a list comprehension. 2010-09-07 18:48:42 -07:00
Phil Hagelberg
c52f044e70 Documentation updates preparing for 1.3.1. 2010-09-07 15:57:38 -07:00
Phil Hagelberg
8f50fa7572 Allow the socket-repl host/port to be customized in project.clj. 2010-08-29 13:40:50 -07:00
Phil Hagelberg
a4667096be Minor cleanup of :min-lein-version functions. 2010-08-23 21:21:54 -07:00
Phil Hagelberg
fa2b1ccb3c Fix sample.project.clj typo. 2010-08-23 20:43:35 -07:00
Phil Hagelberg
c865d4d014 Fix :main example in sample.project.clj. 2010-08-22 21:14:58 -07:00
Steve Jenson
5c6392a32f fix for issue #86, updating the jboss repo in the sample.project.clj 2010-08-16 21:19:20 -07:00
Phil Hagelberg
0e189a8da3 Add :omit-source option to leave files in :source-path out of jars. 2010-08-16 13:23:42 -07:00
Phil Hagelberg
0966229899 Clean up make-manifest. Fixes #46. 2010-08-08 16:27:28 -07:00
Phil Hagelberg
2247d67e73 Rename :init-script to :repl-init-script; remove global-init-script. 2010-08-08 11:51:28 -07:00
Phil Hagelberg
b5cb0cb52f Don't load hooks unless they're specified in project.clj.
Turn on :implicit-hooks true to get back the old behaviour of scanning
the classpath.
2010-07-30 13:28:18 -07:00
Phil Hagelberg
3dc47c1382 Fix an entry in the sample.project.clj file. 2010-07-19 08:29:08 -07:00
Phil Hagelberg
c43ee751fc Trim long lines. 2010-07-12 21:16:02 -07:00
Michał Marczyk
3b44549304 Documented :mailing-list and :license in sample.project.clj.
Also mentioned :mailing-lists, :licenses, :licence(s) in the comments.
2010-06-26 15:00:32 -07:00
Phil Hagelberg
58f85146e3 Merge remote branch 'michalmarczyk/flexible-jar-names'
Conflicts:
	src/leiningen/uberjar.clj
2010-06-25 21:44:27 -07:00
Phil Hagelberg
3e7f75ee55 Mention unquote in sample.project.clj 2010-06-24 22:08:05 -07:00
Michał Marczyk
ae72f2dbf7 Documented :jar-name & :uberjar-name in sample.project.clj. 2010-06-24 03:03:20 +02:00
Phil Hagelberg
3c86ca585c Implicitly clean lib/ before running deps. Fixes #61. 2010-06-21 19:20:37 -07:00
Phil Hagelberg
915e61a830 Add sample.project.clj showing all honored project keys. 2010-06-05 13:27:04 -07:00