Tag Archives: maven

Converting Maven APT docs to Markdown

In a project I worked on many moons ago we were writing documentation in the APT format, and publishing to HTML and PDF using a Maven-based toolchain. APT served us well, but it hasn’t been supported or improved by the … Continue reading

Posted in General, Software Development, Tools | Tagged , , | Leave a comment

Scala, Maven and IntelliJ

I’m evaluating Scala for a project I’ve recently started.  The project requires processing a large number of data structures.  Between Scala’s good support for parallelism and functional programming, it seems like a good fit.  I’ve heard Scala brings many of … Continue reading

Posted in Scala | Tagged , | Leave a comment