You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by og0815 <ol...@gg-net.de> on 2017/05/07 12:05:38 UTC

arquillian-tomee-remote and libs add/removal

Hi,

using the arquillian-tomee-remote for test.

As far as I understood and saw, if no remote instance is found, a new one is
started. 
For this started instance, is there a way to add/remove libraries. Like the
<libs> part in the tomee-plugin ?

Thanx,
Olli





--
View this message in context: http://tomee-openejb.979440.n4.nabble.com/arquillian-tomee-remote-and-libs-add-removal-tp4681672.html
Sent from the TomEE Users mailing list archive at Nabble.com.

Re: arquillian-tomee-remote and libs add/removal

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Hi

yes, property additionalLibs (ref:
http://tomee.apache.org/developer/testing/arquillian/index.html):

      <property name="additionalLibs">
        mvn:commons-io:commons-io:2.4
        mvn:thegroupid:theartifactid:theversion
        target/lib/foo/classes
      </property>




Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://blog-rmannibucau.rhcloud.com> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory
<https://javaeefactory-rmannibucau.rhcloud.com>

2017-05-07 14:05 GMT+02:00 og0815 <ol...@gg-net.de>:

> Hi,
>
> using the arquillian-tomee-remote for test.
>
> As far as I understood and saw, if no remote instance is found, a new one
> is
> started.
> For this started instance, is there a way to add/remove libraries. Like the
> <libs> part in the tomee-plugin ?
>
> Thanx,
> Olli
>
>
>
>
>
> --
> View this message in context: http://tomee-openejb.979440.
> n4.nabble.com/arquillian-tomee-remote-and-libs-add-removal-tp4681672.html
> Sent from the TomEE Users mailing list archive at Nabble.com.
>