Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » Environment variables for RCPTT in Maven build(Our AUT needs some environment to be set)
Environment variables for RCPTT in Maven build [message #1720965] Fri, 22 January 2016 09:03
Mindaugas Laganeckas is currently offline Mindaugas LaganeckasFriend
Messages: 9
Registered: May 2012
Junior Member
Hi all,

Our AUT needs some environment variables to be set during Maven build.

We try to set them this way:
<build>
<plugins>
<plugin>
<groupId>org.eclipse.rcptt</groupId>
<artifactId>rcptt-maven-plugin</artifactId>
<version>${rcptt-maven-version}</version>
<configuration>
<skipTags combine.children="append">
<skipTag>
ForWindows
</skipTag>
</skipTags>
<environmentVariables combine.children="append">
<LIBRARY_PATH>My variables</LIBRARY_PATH>
</environmentVariables>
</configuration>
</plugin>
</plugins>
</build>

It is the same configuration as for tycho-surefire-plugin and that works well.
Does RCPTT maven plugin support it?

Thanks a lot!
Previous Topic:Test Runner Not taking AUT Program Arguments
Next Topic:Exception
Goto Forum:
  


Current Time: Tue Sep 24 17:57:33 GMT 2024

Powered by FUDForum. Page generated in 0.03144 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top