2009/9/24 Andreas Kollegger <[email protected]>

> Hi,
>
> I was pretty excited to read about the pax-runner --shell option[1] and am
> wondering how to get that going
> when using the maven-pax-plugin.
>
> Adding a <shell>gogo</shell> doesn't work (being optimistic, I know). I can
> of course just add gogo
> to the profiles list, but then tui still provisions with felix and I have
> two shells competing.
>
> How can this be configured through the plugin?
>

Hi Andreas,

Just add the pax-runner settings inside the <provision> section of the
configuration, like so:

      <plugin>
        <groupId>org.ops4j</groupId>
        <artifactId>maven-pax-plugin</artifactId>
        <version>1.4</version>
        <configuration>
          <provision>
            <param>--shell=gogo</param>
          </provision>
        </configuration>
      </plugin>


> Thanks,
> Andreas
>
> [1]
> http://adreghiciu.wordpress.com/2009/09/17/one-more-step-to-feel-at-home-in-any-osgi-framework/
>

-- 
Cheers, Stuart
_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to