1 Reply Latest reply on Nov 14, 2011 2:57 PM by nwhite

    Arqullian without Maven ?

    moxprox

      Hello,

       

      Is it possible to run arquillian wihtout Maven and just LookUp all the Dependencies, download the Jars and add them to the Java Build Path of the Project?  -

      Or this not good advise and Maven should be used at any time ?

       

      Thx,

      Regards, Bernard.

        • 1. Re: Arqullian without Maven ?
          nwhite

          I'm in the same boat, we don't use Maven. You can do it, its a pretty ugly since the Arquillian project doesn't distribute a ZIP of all the JARs and dependencies. I used a sample maven arquillian project to download the required JARs then I copied them out of my Maven repository directory. It will be a PITA to maintain. Really would like to see some love to us non-maven folks, not everyone like to download the Internet...

           

          -Noah