leiningen/doc
Richard Möhn c096c5f43c PLUGINS.md: Clarify some things
While trying to develop a Leiningen plugin I stumbled over two small
things, which I think make other people stumble as well:

 - Adding the path to my plugin's src directory to .lein-classpath
   didn't help anything. Leiningen still loaded the coded that I had
   installed to the Maven repository and ignored the local changes.
   Putting :provided or :resolve or :classpath after the plugin
   coordinates as suggested in issue #750 didn't help either. After
   banging my head against this, I got the idea to remove the plugin
   entry completely and it worked. Not sure if this is the intended
   behaviour, though. Add a step-by-step guide to getting what you want
   anyway.

 - It wasn't at all clear to me how to do the subtasks thing. The
   sentence about the :subtask metadata is a bit garbled and I thought
   there might be a mechanisms that invokes subtasks for me. I couldn't
   find anything about that, though. A quick search took me to
   https://github.com/devth/lein-worker/blob/master/src/leiningen/worker.clj,
   which showed the relevant bits. Add an example, because that's what
   people understand.

Discussion:

 - The new place of the paragraph for emitting output is not very good,
   but it's better than leaving it at the bottom of the newly expanded
   local development section, where nobody would see it.

 - Renaming "Documentation" to "Documentation and subtasks" is a rather
   thin patch. – Instructions on how to invoke subtasks don't really
   belong in a section about documentation. – However, I'm too lazy to
   do a lot of restructuring and I think people will still find what
   they're looking for.
2015-07-26 09:31:48 +09:00
..
ja Translated Plugin page to Japanese. 2015-01-03 15:47:29 +09:00
DEPLOY.md Added Artifactory to the list of repository managers 2015-02-19 15:37:51 +02:00
FAQ.md Add info on AOT quirks to the FAQ, re #1858. 2015-03-21 18:21:20 +01:00
GPG.md remove solution from DEPLOY.md and specifically mention gpg 1.4.12 in 2015-01-26 17:36:31 +07:00
lein.1 Update man page. 2013-11-19 21:03:11 -08:00
MIXED_PROJECTS.md fix typos in docs 2013-07-01 07:26:30 -04:00
PLUGINS.md PLUGINS.md: Clarify some things 2015-07-26 09:31:48 +09:00
PROFILES.md Correct relative priority of profiles.clj and project.clj in Merging docs 2014-12-15 20:32:04 -08:00
TEMPLATES.md Add structure of the newly created sample template 2014-04-24 15:28:16 +07:00
TUTORIAL.md Clarify what "last one" means for profile override 2014-08-17 23:43:14 +02:00