Tip: additionalLibs property allows to do the same using a list of local path or mvn coordinates for libs. Avoid binaries in scm
Le 25 août 2016 20:51, "Felipe Jaekel" <[email protected]> a écrit : > Hi, > > If you want to use a real instance because of configuration and libs, you > can copy them to your project and use the following properties: > > <property name="lib">src/test/tomee/lib</property> > <property name="conf">src/test/tomee/conf</property> > > 2016-08-25 13:31 GMT-03:00 Lowe_Shi <[email protected]>: > > > Hi everyone, > > I'm new in Arquillian and Tomee. I have the follow question: > > Can we run Arquillian Test on a local(not unziped from internet) or real > > Tomee instance through TomEE Remote Adapter? > > Any suggestions is appreciated. > > Thanks > > > > > > > > -- > > View this message in context: http://tomee-openejb.979440. > > n4.nabble.com/Can-we-run-Arquillian-Test-on-a-local- > > not-unziped-from-internet-or-real-Tomee-instance-through- > > TomEEr-tp4679899.html > > Sent from the TomEE Users mailing list archive at Nabble.com. > > >
