<div class="gmail_quote">On 19 December 2011 08:18, Tobias Schlager <span dir="ltr"><<a href="mailto:Tobias.Schlager@lindenbaum.eu">Tobias.Schlager@lindenbaum.eu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
if your looking for package management and you're already familiar with apache maven the maven-erlang-plugin could be useful. Especially if you already have a continuous integration infrastructure you want to reuse.<br>

<br>
* <a href="http://erlang-plugin.sourceforge.net/" target="_blank">http://erlang-plugin.sourceforge.net/</a><br>
<br>
Tobias<br><br></blockquote><div><br></div><div>Ooh yes, I forgot about that one. It actually looks very feature complete, though of course one has to get used to writing poms (or build a parent pom to inherit from). Tobias, do you know if there is an archetype for generating the initial project structure and whether or not the plugin understands the concept of releases?</div>
<div><br></div><div>We use maven heavily for Java/Scala at work and although we use rebar to build erlang code, we package stuff up according to maven principles and deploy into a maven repo (actually using Sonatype's Nexus artefact repository). This works very well despite multiple build systems in the mix and automated deployments are relatively easy when you've got a binary artefact repository to pull from.   </div>
</div><br>