Re: Executing with Maven

2010-04-03 Thread Benoît Thiébault
Hi Baptiste, Thank you for your answer. By packaging, I indeed thought about a tar/zip file containing not only the jar produced my the mvn package command but as well a set of other files (documentations, sample data, etc. depending on the project). I will have a look at maven assembly, exec a

Re: Executing with Maven

2010-04-03 Thread Baptiste MATHUS
Hi Benoît, Answers inline. Le 2 avril 2010 23:37, Benoît Thiébault a écrit : > > With Maven, I now successfully manage dependencies, generate the code and > the javadoc (and even the site). It's a real improvement for me. > > There are still the packaging and the running aspects that I am wonde

Executing with Maven

2010-04-02 Thread Benoît Thiébault
Hi everyone, I am progressively converting a project from Ant to Maven and I'm a bit confused about which direction to take. Before using Maven, I had an Ant script that could : - Compile the code (libraries dependencies where dealt with manually) - Run the different executables (and setting the