October 2010
4 posts
3 tags
ANN: clojure-maven-plugin 1.3.5 released
Support for the latest VimClojure via clojure:nailgun, if older vimclojure support is required run with mvn clojure:nailgun -Dclojure.nailgun.server=com.martiansoftware.nailgun.NGServer
When using a entry, if the filename resolves to an existing fully qualified filename, otherwise prepend the working directory. If it still doesn’t exist, fail the maven run.
Fixes for Windows usage - new DOS...
Right now we know as much as anyone else about this issue. We don’t plan...
–
Dmitry Jemerov, Development Lead - JetBrains, Inc.
2 tags
Following on from our subversion to git conversion story, here’s a short, off-the-cuff introduction to using Vincent Driessen’s GitFlow branching model, and the associated git command extensions which we’ve also adopted as our git workflow.
3 tags
Repository Migration from Subversion to Git
Having recently completed migrating our monolithic subversion repository to a series of smaller git repositories, along reworking our maven builds to work with the new structure, I thought it would be a good catalyst for rebooting the blog.
The Subversion Repository Layout
+ trunk
| + modules
| | + module.parent
| | + module.composite.a
| | + module.composite.b
| | + module.c
| ...