On Thu, Jun 5, 2008 at 9:34 PM, Christos Stogiannopoulos <[EMAIL PROTECTED]> wrote: > Hello, thank you for the reply. > > I had the problem with the dos endlines too but I > fixed it. Anyway, I repeated the whole process again > and performed the build with "mvn > -Dmaven.test.skip=true install". Same problem: no > class or jar files.
That will not build the distribution. For that to happen, just must: cd distribution mvn package Hope that helps. Could you maybe detail what problems you get with the tests that force you to run with them disabled? /niklas
