diff --git a/README.md b/README.md index ff7ce69cc..54b7f1aa2 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ See the plugin task's help for more information. the mvn invocation to do this. It's _much_ better to get the dependency in a remote repository for repeatability reasons though. For teams working on private projects - [Hudson](http://hudson-ci.org/) works well. + [Archiva](http://archiva.apache.org/) works well; see the deploy task. **Q:** How do I write my own tasks? **A:** If it's a task that may be useful to more than just your diff --git a/sample.project.clj b/sample.project.clj index 22b349810..70918e3a2 100644 --- a/sample.project.clj +++ b/sample.project.clj @@ -68,7 +68,7 @@ ;; These namespaces will be AOT-compiled. Needed for gen-class and ;; other Java interop functionality. :namespaces is an alias for this. ;; Put a regex here to compile all namespaces whose names match. - :aot [org.example.sample.SampleClass] + :aot [org.example.sample] ;; The -main function in this namespace will be run at launch if you ;; create an uberjar. Repl sessions will start in this namespace as well. ;; Set :skip-aot metadata on this symbol to use it for other things like the diff --git a/todo.org b/todo.org index 622fdbf61..4661b9b24 100644 --- a/todo.org +++ b/todo.org @@ -50,6 +50,10 @@ See also https://github.com/technomancy/leiningen/issues lein-search is cool, but it would be better to interoperate with the standard lucene index system that Maven repositories offer. This would also mean getting Clojars to produce those indices. +* For 1.5 +** DONE unify auth options between :repositories and :deploy-to +** DONE suppress socket closed stacktrace in interactive task +** TODO explain how to do manual self-install if it fails * For 1.4 ** DONE socket timing issues with interactive tests ** DONE connect to socket repl in interactive task